summaryrefslogtreecommitdiffstatshomepage
path: root/docs/esp8266
Commit message (Collapse)AuthorAge
* docs/esp8266/intro: Focus on hazards of unearthed power wrt electronics.Paul Sokolovsky2016-08-07
|
* docs/esp8266/tutorial/intro: Add anchor for link from quickeref.Paul Sokolovsky2016-08-07
|
* docs/esp8266/quickref: Link to installation instructions.Paul Sokolovsky2016-08-07
|
* docs/esp8266/intro: Add troubleshooting section.Paul Sokolovsky2016-08-07
| | | | Tries to summarize most of the issues we've seen so far.
* docs/esp8266/intro: Rename to "Getting started" from "Introduction".Paul Sokolovsky2016-08-07
| | | | | 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.
* esp8266/tutorial/intro: Reword para abou -fm dio switch.Paul Sokolovsky2016-08-07
| | | | Not all NodeMCU boards require it.
* docs: Spelling mistakesMike Causer2016-08-02
|
* docs: Add DHT to ESP8266 Quick Ref and TutorialMike Causer2016-08-01
|
* docs/esp8266/tutorial/network_basics: Minor typo fix, ap becomes ap_if.Ben Hagen2016-06-06
|
* docs/esp8266/general: Add note about RTC overflow.puuu2016-06-03
|
* docs/esp8266/quickref: Update WebREPL section for 1.8.1 release.Paul Sokolovsky2016-06-02
| | | | WebREPL is much more stable now.
* esp8266/general: Typo/grammar fixes.Paul Sokolovsky2016-06-01
|
* esp8266/quickref: Use local image of Adafruit Huzzah board.Paul Sokolovsky2016-06-01
| | | | | Using remote image causes problems with tools (partly because the image is semi-firewalled and can't be accessed by arbitrary tools).
* docs/esp8266/general: Remove duplicate phrase.Tomas R2016-05-30
|
* docs/esp8266/general: Grammar fixes.mad4742016-05-23
|
* esp8266: Add APA102 serial individually controllable LEDs support.misterdanb2016-05-19
| | | | APA102 is a new "smart LED", similar to WS2812 aka "Neopixel".
* docs/esp8266/quickstart: remove i2c examples with stop=FalseRadomir Dopieralski2016-05-14
| | | | Since the ``stop`` parameter has been dropped.
* docs/esp8266/tutorial: Fix typo in do_connect() network example.Damien George2016-05-11
| | | | Fixes issue #2065.
* docs/esp8266/quickref: New way to get MAC addressRadomir Dopieralski2016-05-10
|
* Fix ESP8266 Network tutorialPaulus Schoutsen2016-05-07
| | | The socket should either connect to `addr` or `addr_info[0][-1]`. Not to `addr[0][-1]`.
* docs/esp8266/tutorial: Change name of ESP8266 firmware to match actual.Damien George2016-05-03
|
* docs/esp8266/tutorial/repl: Reword description of initial WebREPL setup a bit.Paul Sokolovsky2016-05-03
|
* docs/esp8266/tutorial/repl: Suggest using hosted WebREPL client.Paul Sokolovsky2016-05-03
| | | | At http://micropython.org/webrepl .
* esp8266/tutorial: Mention that esptool is available via pip.Damien George2016-05-03
|
* docs/esp8266/tutorial: Update pins tutorial to reflect changes in API.Damien George2016-05-03
|
* docs/esp8266: Add ESP8266 tutorial.Damien George2016-05-03
|
* docs/esp8266/general: Add "Boot process" section.Paul Sokolovsky2016-05-02
|
* docs/esp8266/general: Add techspec section.Paul Sokolovsky2016-05-02
| | | | | Link to vendor forum with datasheets, etc. is provided, as well as inline TTX.
* docs/esp8266/general: Fix list formatting.Paul Sokolovsky2016-05-02
|
* docs/esp8266/general: Add more points to "Multitude of boards" section.Paul Sokolovsky2016-05-02
|
* docs/esp8266/general: WebREPL is described in quickref for now.Paul Sokolovsky2016-05-02
|
* docs/esp8266/quickref: Add info about WebREPL.Paul Sokolovsky2016-05-01
|
* docs/esp8266: Update quickref to reflect changes to 1-wire and NeoPixel.Damien George2016-04-28
|
* docs/esp8266/tutorial: Add tutorial placeholder page.Paul Sokolovsky2016-04-22
|
* docs/esp8266: Add info about using deep-sleep mode to quickref.Damien George2016-04-21
|
* docs/esp8266/general: Start "General information" for esp8266.Paul Sokolovsky2016-04-21
|
* docs/esp8266/quickref: Add note about physical vs logical pin numbers.Paul Sokolovsky2016-04-05
|
* docs/esp8266/quickref: Add note about GPIO16.Paul Sokolovsky2016-03-25
|
* docs/esp8266/quickref: Note that timers supported are virtual ones.Paul Sokolovsky2016-03-25
|
* docs/esp8266: Update quick reference: i2c.readfrom and neopixel example.Damien George2016-03-16
|
* docs/esp8266: Fix indent errors, typos, and add info about REPL UART.Damien George2016-03-09
|
* docs/esp8266: Minor tweaks to quickref, Timer and I2C classes.Damien George2016-03-09
|
* docs: Add esp8266 quick reference page, with basic info.Damien George2016-03-08