summaryrefslogtreecommitdiff
path: root/docs/esp8266
AgeCommit message (Collapse)Author
2016-11-08esp8266: Update docs for esptool 1.2.1/SDK 2.0 (--flash_size=detect).Paul Sokolovsky
2016-11-08docs/*/quickref.rst: Use new semantics of ticks_diff()puuu
2016-11-06docs/esp8266: Update for new WebREPL setup procedure.Paul Sokolovsky
2016-09-04docs/esp8266/quickref: Further improvements for SPI subsections.Paul Sokolovsky
Consistency and formatting.
2016-09-04docs/esp8266/quickref: Update information on SPI classes.Paul Sokolovsky
SPI(1) is not used for hardware SPI. Few more details are provided.
2016-08-29docs/esp8266/quickref: Add internal links to docs for some modules.Damien George
2016-08-29docs/esp8266: Update quickref and tutorial for OneWire/DS18X20 driver.Damien George
2016-08-28docs/esp8266/quickref: Fix and update the SPI docsRadomir Dopieralski
Use the `SPI` factory function in the examples, and use proper baud rate of 80 000 000.
2016-08-19esp8266/modpybhspi: Add a HSPI module for hardware SPI supportRadomir Dopieralski
This module uses ESP8266's SPI hardware, which allows much higher speeds. It uses a library from https://github.com/MetalPhreak/ESP8266_SPI_Driver
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-09docs/esp8266/tutorial/pins: Fix typo in commands for pin input mode.Paul Sokolovsky
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/quickref: Link to installation instructions.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-08-02docs: Spelling mistakesMike Causer
2016-08-01docs: Add DHT to ESP8266 Quick Ref and TutorialMike Causer
2016-06-06docs/esp8266/tutorial/network_basics: Minor typo fix, ap becomes ap_if.Ben Hagen
2016-06-03docs/esp8266/general: Add note about RTC overflow.puuu
2016-06-02docs/esp8266/quickref: Update WebREPL section for 1.8.1 release.Paul Sokolovsky
WebREPL is much more stable now.
2016-06-01esp8266/general: Typo/grammar fixes.Paul Sokolovsky
2016-06-01esp8266/quickref: Use local image of Adafruit Huzzah board.Paul Sokolovsky
Using remote image causes problems with tools (partly because the image is semi-firewalled and can't be accessed by arbitrary tools).
2016-05-30docs/esp8266/general: Remove duplicate phrase.Tomas R
2016-05-23docs/esp8266/general: Grammar fixes.mad474
2016-05-19esp8266: Add APA102 serial individually controllable LEDs support.misterdanb
APA102 is a new "smart LED", similar to WS2812 aka "Neopixel".
2016-05-14docs/esp8266/quickstart: remove i2c examples with stop=FalseRadomir Dopieralski
Since the ``stop`` parameter has been dropped.
2016-05-11docs/esp8266/tutorial: Fix typo in do_connect() network example.Damien George
Fixes issue #2065.
2016-05-10docs/esp8266/quickref: New way to get MAC addressRadomir Dopieralski
2016-05-07Fix ESP8266 Network tutorialPaulus Schoutsen
The socket should either connect to `addr` or `addr_info[0][-1]`. Not to `addr[0][-1]`.
2016-05-03docs/esp8266/tutorial: Change name of ESP8266 firmware to match actual.Damien George
2016-05-03docs/esp8266/tutorial/repl: Reword description of initial WebREPL setup a bit.Paul Sokolovsky
2016-05-03docs/esp8266/tutorial/repl: Suggest using hosted WebREPL client.Paul Sokolovsky
At http://micropython.org/webrepl .
2016-05-03esp8266/tutorial: Mention that esptool is available via pip.Damien George
2016-05-03docs/esp8266/tutorial: Update pins tutorial to reflect changes in API.Damien George
2016-05-03docs/esp8266: Add ESP8266 tutorial.Damien George
2016-05-02docs/esp8266/general: Add "Boot process" section.Paul Sokolovsky
2016-05-02docs/esp8266/general: Add techspec section.Paul Sokolovsky
Link to vendor forum with datasheets, etc. is provided, as well as inline TTX.
2016-05-02docs/esp8266/general: Fix list formatting.Paul Sokolovsky
2016-05-02docs/esp8266/general: Add more points to "Multitude of boards" section.Paul Sokolovsky
2016-05-02docs/esp8266/general: WebREPL is described in quickref for now.Paul Sokolovsky
2016-05-01docs/esp8266/quickref: Add info about WebREPL.Paul Sokolovsky
2016-04-28docs/esp8266: Update quickref to reflect changes to 1-wire and NeoPixel.Damien George
2016-04-22docs/esp8266/tutorial: Add tutorial placeholder page.Paul Sokolovsky
2016-04-21docs/esp8266: Add info about using deep-sleep mode to quickref.Damien George
2016-04-21docs/esp8266/general: Start "General information" for esp8266.Paul Sokolovsky
2016-04-05docs/esp8266/quickref: Add note about physical vs logical pin numbers.Paul Sokolovsky
2016-03-25docs/esp8266/quickref: Add note about GPIO16.Paul Sokolovsky
2016-03-25docs/esp8266/quickref: Note that timers supported are virtual ones.Paul Sokolovsky