EasyManua.ls Logo

Adafruit Feather HUZZAH ESP8266 User Manual

Adafruit Feather HUZZAH ESP8266
53 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #24 background image
The above shows the Micro USB jack (left), Lipoly JST jack (top left), as well as the
3.3V regulator and changeover diode (just to the right of the JST jack) and the Lipoly
charging circuitry (right below the regulator).
There's also a CHG LED next to the USB jack, which will light up while the battery is
charging. This LED might also flicker if the battery is not connected.
Power supplies
You have a lot of power supply options here! We bring out the BAT pin, which is tied
to the lipoly JST connector, as well as USB which is the +5V from USB if connected.
We also have the 3V pin which has the output from the 3.3V regulator. We use a
500mA peak low-dropout regulator. While you can get 500mA from it, you can't do it
continuously from 5V as it will overheat the regulator. We use this to power the
ESP8266 which can draw spikes of 250+mA (although its not continuous).
You should be able to budget about 250mA current available from the regulator,
which will leave plenty for the WiFi module.
Measuring Battery
If you're running off of a battery, chances are you wanna know what the voltage is at!
That way you can tell when the battery needs recharging. Lipoly batteries are 'maxed
out' at 4.2V and stick around 3.7V for much of the battery life, then slowly sink down
to 3.2V or so before the protection circuitry cuts it off. By measuring the voltage you
can quickly tell when you're heading below 3.7V
Since the ESP8266 does not have multiple ADC pins, we didn't want to 'sacrifice' one
for Lipoly battery monitoring. However we do have a tutorial that mentions how to do
©Adafruit Industries Page 24 of 53
Question and Answer IconNeed help?

Do you have a question about the Adafruit Feather HUZZAH ESP8266 and is the answer not in the manual?

Adafruit Feather HUZZAH ESP8266 Specifications

General IconGeneral
BrandAdafruit
ModelFeather HUZZAH ESP8266
CategoryMicrocontrollers
LanguageEnglish

Summary

Pinout Guide

Power Pins

Details pins for power and logic, including GND, BAT, USB, and EN.

Logic Pins

General purpose I/O pins with 3.3V logic, not 5V safe.

Serial Pins

Pins for serial communication and bootloading via USB-Serial chip.

GPIO Pins

Details 9 general purpose GPIO pins, their special functions and boot mode behavior.

Power Management

Battery and USB Power

Powering the Feather via MicroUSB or LiPo battery with auto-switching.

NodeMCU Lua Programming

Serial Console Setup

Guide to connecting and using serial terminal programs like PuTTY.

Arduino IDE Usage

USB Driver Installation

Instructions for installing CP2104 USB-Serial drivers, especially for macOS.

ESP8266 Troubleshooting FAQ

Pin Behavior and Boot Modes

Explains pin behavior during boot and potential issues.

Board Crashing and Resetting

Discusses power failure as a common cause for board crashes.

Serial Port Detection Issues

Troubleshooting steps for finding the serial port on a computer.

Mac Compilation Error Fix

Fixes for 'no such file' errors when compiling on macOS.

Stuck in Bootloader Mode

Solutions for being stuck in bootloader mode and unable to upload.

Related product manuals