hulohot / dev-scoreboard

This is the final project for the class CSCE 5013 - Wearable & Ubiquitous Computing. It is used for tracking and assisting a developer throughout their daily workflow
MIT License
1 stars 0 forks source link

FEATURE - Move motor to dispense candy #4

Open hulohot opened 1 year ago

hulohot commented 1 year ago

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 commented 1 year ago

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 commented 1 year ago

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.