summaryrefslogtreecommitdiff
path: root/docs/esp8266/tutorial/intro.rst
AgeCommit message (Collapse)Author
2017-04-14docs/esp8266/tutorial/intro: Reword section on flash size requirement.Paul Sokolovsky
Give a clearly dissuading tone on end users trying 512KB version - it has to many end-usery features lacking.
2017-03-07docs/esp8266/tutorial: Update since esptool 1.3 added Python 3 support.James Ouyang
esptool 1.3 now supports both Python 2.7 and 3.4+. Updated github link to now-official espressif repo.
2016-12-30docs/esp8266/tutorial: Update intro to add Getting the firmware section.Andrew Mulholland
Add a "Getting the firmware" section to better describe how to get hold of the MicroPython firmware, especially if you have a 512kb module.
2016-11-08esp8266: Update docs for esptool 1.2.1/SDK 2.0 (--flash_size=detect).Paul Sokolovsky
2016-08-10docs/esp8266/intro: Add command to install esptool.py 1.0.1 via pip.Paul Sokolovsky
It used a standard BootROM programming algo and may be useful as a fallback.
2016-08-07docs/esp8266/intro: Focus on hazards of unearthed power wrt electronics.Paul Sokolovsky
2016-08-07docs/esp8266/tutorial/intro: Add anchor for link from quickeref.Paul Sokolovsky
2016-08-07docs/esp8266/intro: Add troubleshooting section.Paul Sokolovsky
Tries to summarize most of the issues we've seen so far.
2016-08-07docs/esp8266/intro: Rename to "Getting started" from "Introduction".Paul Sokolovsky
People tend to skip introductions (everyone knows what esp8266 is, right?), so try to do A/B testing with a title inviting to read it.
2016-08-07esp8266/tutorial/intro: Reword para abou -fm dio switch.Paul Sokolovsky
Not all NodeMCU boards require it.
2016-05-03docs/esp8266/tutorial: Change name of ESP8266 firmware to match actual.Damien George
2016-05-03esp8266/tutorial: Mention that esptool is available via pip.Damien George
2016-05-03docs/esp8266: Add ESP8266 tutorial.Damien George