va3wam / SegbotSTEP

Arduino ESP8266 code for balancing two-wheeled robot with stepper motors
1 stars 0 forks source link

Build a power circuit for the ESP8266 and motors #10

Open va3wam opened 6 years ago

va3wam commented 6 years ago

Create a power circuit so that the robot can run without being tethered to a laptop

nerdoug commented 6 years ago

I think we don't need a 3.3 V voltage regulator. If we connect 5V to either the BAT or the USB pins on the ESP8266, the onboard regulator will produce 3.3 V, the same way it does if a USB console cable is connected.

va3wam commented 6 years ago

Andrew

On Nov 19, 2017, at 10:03 PM, Doug Elliott VA3DAE notifications@github.com wrote:

I think we don't need a 3.3 V voltage regulator. If we connect 5V to either the BAT or the USB pins on the ESP8266, the onboard regulator will produce 3.3 V, the same way it does if a USB console cable is connected.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

va3wam commented 6 years ago

Oops, hit send on that last note by accident. Great news about the power, hoping we do not cook our boards!

I did not work on the robot when you left, but I did look into the serial over ip stuff a bit. I think I will continue working on the ip socket code angle as that serial wifi stuff seems to need special boot loaders and possibly hardware to make work.

Andrew

On Nov 19, 2017, at 10:03 PM, Doug Elliott VA3DAE notifications@github.com wrote:

I think we don't need a 3.3 V voltage regulator. If we connect 5V to either the BAT or the USB pins on the ESP8266, the onboard regulator will produce 3.3 V, the same way it does if a USB console cable is connected.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.