Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FEATURE - Move motor to dispense candy #4

Open
hulohot opened this issue Feb 15, 2023 · 2 comments
Open

FEATURE - Move motor to dispense candy #4

hulohot opened this issue Feb 15, 2023 · 2 comments
Labels
arduino Code for microcontrollers
Milestone

Comments

@hulohot
Copy link
Owner

hulohot commented Feb 15, 2023

There needs to be a web server hosted on an esp8266, this Arduino is controlling a servo motor that dispenses candy from the candy dispenser.

Components Used

@hulohot hulohot added the arduino Code for microcontrollers label Feb 15, 2023
@hulohot
Copy link
Owner Author

hulohot commented Feb 16, 2023

The first motors that I was using require 5V to operate, but, since I am using an ESP8266 (which has ~5V on its Vin pin) there were issues with power delivery and every time I would try to move the motor the ESP8266 would turn off.

@hulohot
Copy link
Owner Author

hulohot commented Feb 16, 2023

As a solution to this, I purchased these servo motors which have an operating voltage of 3-6V. I can use the 3.3V power supply on the ESP8266 to drive this motor without requiring an external power supply.

@hulohot hulohot added this to the Sprint #1 milestone Feb 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arduino Code for microcontrollers
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant