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

Clarification of voltage requirements on each chip #1

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ With a dedicated USB converter, the ESP8266 can be plugged in directly to the pr

For a generic USB-to-TTL converter, the ESP8266 can be wired for progamming with a level shifter (or using voltage dividers if a level shifter is not available). **The ESP8266 has an operating voltage of 3.3 V and is NOT 5 V tolerant.** For programing, connect VCC and enable to power, RX and TX to their appropriate inputs, and GND and GPIO0 to ground.

Note: The [ESP8266](https://user-images.githubusercontent.com/32310882/64036322-e7ceea00-cb20-11e9-8db5-5e38aa3ca02b.png) is the small black chip in the wifi module. The larger [blue chip](https://user-images.githubusercontent.com/32310882/64036213-a6d6d580-cb20-11e9-873c-5798a7c38486.png) converts the voltage from 5 V down to 3.3 V, enabling the blue chip's pins to be plugged into a 5 V source.

### Uploading Code

Open the sketch from this repository in Arduino IDE. Set the board type by selecting **Tools > Board > Generic ESP8266 Module**. Set the flash mode by selecting **Tools > Flash Mode > DIO**. Set the memory size by selecting **Tools > Flash Size > 1M (no SPIFFs)**. Set the appropriate port and click upload.
Expand Down