Power for HUZZAH ESP8266 breakout - beginners question
Posted: Tue Dec 15, 2015 1:26 pm
Hi all,
I just got me a HUZZAH ESP8266 breakout board to start exploring the ESP
I am however not sure if I should use external power. I now have it set up like this:
So I'm using a console cable:
- black wire to ground
- red wire to V+
- white wire to TX
- green wire to RX
In this setup the current would be drawn from the USB port. But 500mA ? Isn't that a bit much ?
I'm plugging it in to my desktop PC.
I have an external 5V power supply, should I connect this to V+ ?
https://learn.adafruit.com/adafruit-huz ... odemcu-lua
This confuses me...
- I'm using the console cable, not FTDI right ?
- I don not have a LiPo battery
Does this mean I should connect an external external 5V to V+ ?
Thanks !
I just got me a HUZZAH ESP8266 breakout board to start exploring the ESP
I am however not sure if I should use external power. I now have it set up like this:
So I'm using a console cable:
- black wire to ground
- red wire to V+
- white wire to TX
- green wire to RX
In this setup the current would be drawn from the USB port. But 500mA ? Isn't that a bit much ?
I'm plugging it in to my desktop PC.
I have an external 5V power supply, should I connect this to V+ ?
https://learn.adafruit.com/adafruit-huz ... odemcu-lua
Power Pins
The ESP8266 requires 3.3V power voltage and peaks at 500mA or so of current for small periods of time. You'll want to assume the ESP8266 can draw up to 250mA so budget accordingly. To make it easier to power, we put a high-current-capable 3.3V voltage regulator on the board. It can take 3.4-16V and supply the current for the ESP8266.
There are two inputs for the regulator, V+ and VBat. Both have schottky diodes so you can connect both at different voltages and the regulator will simply power from the higher voltage. The V+ pin is also on the FTDI/serial header at the bottom edge.
We recommend connecting your LiPoly or AA battery pack directly to VBat and then keeping V+ unused for when an FTDI cable is attached
This confuses me...
- I'm using the console cable, not FTDI right ?
- I don not have a LiPo battery
Does this mean I should connect an external external 5V to V+ ?
Thanks !