Difference between revisions of "ESP8266"

From Makers Local 256
Jump to: navigation, search
(add information about Vcc voltage.)
(Add datasheet link and correct nominal voltage with value from datasheet)
Line 1: Line 1:
== Overview ==
+
This is a collection of resources for '''software/hardware/firmware development on/with an ESP8266'''.
This is a collection of resources for '''software/hardware/firmware development on/with an ESP8266'''. To be fleshed out Soon(tm).
+
 
 +
== Basics ==
 +
* [https://drive.google.com/file/d/0B2VtMT70lamBdEc4Ull1VENxTlk/view Datasheet]
  
 
== Choice pieces of information ==
 
== Choice pieces of information ==
* The module nominally runs on 3.3V. In practice, it tends to boot just fine as low as 2.5V, and 4.7V is the absolute maximum. [https://forum.makehackvoid.com/t/esp8266-operating-voltage-range-and-sleep-current/286 Source]
+
* The module nominally runs on 3.0-3.6V. In practice, it tends to boot just fine as low as 2.5V, and 4.7V is the absolute maximum. [https://forum.makehackvoid.com/t/esp8266-operating-voltage-range-and-sleep-current/286 Source]
 
** This means you can probably get away with running an ESP8266 directly off of a single Li-ion/Li-poly cell. [http://batteryuniversity.com/learn/article/confusion_with_voltages More information on Li-ion battery voltages]
 
** This means you can probably get away with running an ESP8266 directly off of a single Li-ion/Li-poly cell. [http://batteryuniversity.com/learn/article/confusion_with_voltages More information on Li-ion battery voltages]
 
** The often-repeated information stands: '''This is not a 5V device. If you run it off of 5V, you will smoke it within a few seconds.'''
 
** The often-repeated information stands: '''This is not a 5V device. If you run it off of 5V, you will smoke it within a few seconds.'''

Revision as of 15:55, 27 March 2017

This is a collection of resources for software/hardware/firmware development on/with an ESP8266.

Basics

Choice pieces of information

  • The module nominally runs on 3.0-3.6V. In practice, it tends to boot just fine as low as 2.5V, and 4.7V is the absolute maximum. Source
    • This means you can probably get away with running an ESP8266 directly off of a single Li-ion/Li-poly cell. More information on Li-ion battery voltages
    • The often-repeated information stands: This is not a 5V device. If you run it off of 5V, you will smoke it within a few seconds.

Random resources