Paul Sokolovsky
|
b4df3e74e1
|
docs/esp8266/quickref: Further improvements for SPI subsections.
Consistency and formatting.
|
2016-09-04 23:31:05 +03:00 |
Paul Sokolovsky
|
20da9064d7
|
docs/esp8266/quickref: Update information on SPI classes.
SPI(1) is not used for hardware SPI. Few more details are provided.
|
2016-09-04 21:13:55 +03:00 |
Damien George
|
76dcaddc0f
|
docs/esp8266/quickref: Add internal links to docs for some modules.
|
2016-08-29 17:40:36 +10:00 |
Damien George
|
13c5a228c9
|
docs/esp8266: Update quickref and tutorial for OneWire/DS18X20 driver.
|
2016-08-29 12:52:50 +10:00 |
Radomir Dopieralski
|
ed0a06a93f
|
docs/esp8266/quickref: Fix and update the SPI docs
Use the `SPI` factory function in the examples, and use
proper baud rate of 80 000 000.
|
2016-08-28 23:14:45 +10:00 |
Radomir Dopieralski
|
8e7dfea803
|
esp8266/modpybhspi: Add a HSPI module for hardware SPI support
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-19 21:19:59 +03:00 |
Paul Sokolovsky
|
5e01fb01b3
|
docs/esp8266/intro: Add command to install esptool.py 1.0.1 via pip.
It used a standard BootROM programming algo and may be useful as a
fallback.
|
2016-08-10 21:40:40 +03:00 |
Paul Sokolovsky
|
2146cdab5e
|
docs/esp8266/tutorial/pins: Fix typo in commands for pin input mode.
|
2016-08-09 21:13:27 +03:00 |
Paul Sokolovsky
|
3e5534caf7
|
docs/esp8266/intro: Focus on hazards of unearthed power wrt electronics.
|
2016-08-07 22:41:34 +03:00 |
Paul Sokolovsky
|
d2cab0b7be
|
docs/esp8266/tutorial/intro: Add anchor for link from quickeref.
|
2016-08-07 22:16:40 +03:00 |
Paul Sokolovsky
|
f84dda7111
|
docs/esp8266/quickref: Link to installation instructions.
|
2016-08-07 17:46:27 +03:00 |
Paul Sokolovsky
|
a9923d190e
|
docs/esp8266/intro: Add troubleshooting section.
Tries to summarize most of the issues we've seen so far.
|
2016-08-07 17:28:33 +03:00 |
Paul Sokolovsky
|
919c54f750
|
docs/esp8266/intro: Rename to "Getting started" from "Introduction".
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-07 17:28:23 +03:00 |
Paul Sokolovsky
|
1966745689
|
esp8266/tutorial/intro: Reword para abou -fm dio switch.
Not all NodeMCU boards require it.
|
2016-08-07 16:31:09 +03:00 |
Mike Causer
|
ce166e6b68
|
docs: Spelling mistakes
|
2016-08-02 11:17:46 +03:00 |
Mike Causer
|
b4564841b6
|
docs: Add DHT to ESP8266 Quick Ref and Tutorial
|
2016-08-01 14:39:57 +03:00 |
Ben Hagen
|
0b913bd09f
|
docs/esp8266/tutorial/network_basics: Minor typo fix, ap becomes ap_if.
|
2016-06-06 10:08:30 +01:00 |
puuu
|
3f6ca4b22c
|
docs/esp8266/general: Add note about RTC overflow.
|
2016-06-03 14:37:49 +01:00 |
Paul Sokolovsky
|
d8cc51ea2b
|
docs/esp8266/quickref: Update WebREPL section for 1.8.1 release.
WebREPL is much more stable now.
|
2016-06-02 20:11:40 +03:00 |
Paul Sokolovsky
|
9a1a49ceec
|
esp8266/general: Typo/grammar fixes.
|
2016-06-01 23:16:17 +03:00 |
Paul Sokolovsky
|
fdf45a718b
|
esp8266/quickref: Use local image of Adafruit Huzzah board.
Using remote image causes problems with tools (partly because the image
is semi-firewalled and can't be accessed by arbitrary tools).
|
2016-06-01 23:11:49 +03:00 |
Tomas R
|
7d4fd8b6db
|
docs/esp8266/general: Remove duplicate phrase.
|
2016-05-30 19:20:11 +03:00 |
mad474
|
eaecc4c02e
|
docs/esp8266/general: Grammar fixes.
|
2016-05-23 23:33:23 +03:00 |
misterdanb
|
a0a08b4be1
|
esp8266: Add APA102 serial individually controllable LEDs support.
APA102 is a new "smart LED", similar to WS2812 aka "Neopixel".
|
2016-05-19 22:29:11 +03:00 |
Radomir Dopieralski
|
ccb00b7724
|
docs/esp8266/quickstart: remove i2c examples with stop=False
Since the ``stop`` parameter has been dropped.
|
2016-05-14 00:02:02 +02:00 |
Damien George
|
9b4502b7e8
|
docs/esp8266/tutorial: Fix typo in do_connect() network example.
Fixes issue #2065.
|
2016-05-11 13:40:28 +01:00 |
Radomir Dopieralski
|
e89413e9b0
|
docs/esp8266/quickref: New way to get MAC address
|
2016-05-10 00:31:57 +02:00 |
Paulus Schoutsen
|
c156e89379
|
Fix ESP8266 Network tutorial
The socket should either connect to `addr` or `addr_info[0][-1]`. Not to `addr[0][-1]`.
|
2016-05-07 23:24:24 -07:00 |
Damien George
|
56fd33a6dd
|
docs/esp8266/tutorial: Change name of ESP8266 firmware to match actual.
|
2016-05-03 16:42:52 +01:00 |
Paul Sokolovsky
|
c68c327310
|
docs/esp8266/tutorial/repl: Reword description of initial WebREPL setup a bit.
|
2016-05-03 18:40:16 +03:00 |
Paul Sokolovsky
|
1f396c58d9
|
docs/esp8266/tutorial/repl: Suggest using hosted WebREPL client.
At http://micropython.org/webrepl .
|
2016-05-03 18:35:43 +03:00 |
Damien George
|
5d05993f10
|
esp8266/tutorial: Mention that esptool is available via pip.
|
2016-05-03 14:05:50 +01:00 |
Damien George
|
8af64bcf2b
|
docs/esp8266/tutorial: Update pins tutorial to reflect changes in API.
|
2016-05-03 13:56:15 +01:00 |
Damien George
|
879bc4197a
|
docs/esp8266: Add ESP8266 tutorial.
|
2016-05-03 01:39:04 +01:00 |
Paul Sokolovsky
|
a22aa53ef1
|
docs/esp8266/general: Add "Boot process" section.
|
2016-05-02 17:41:08 +03:00 |
Paul Sokolovsky
|
12144e8fcd
|
docs/esp8266/general: Add techspec section.
Link to vendor forum with datasheets, etc. is provided, as well as inline
TTX.
|
2016-05-02 17:12:25 +03:00 |
Paul Sokolovsky
|
0f682f1ee1
|
docs/esp8266/general: Fix list formatting.
|
2016-05-02 16:10:48 +03:00 |
Paul Sokolovsky
|
5aa4db0505
|
docs/esp8266/general: Add more points to "Multitude of boards" section.
|
2016-05-02 16:00:44 +03:00 |
Paul Sokolovsky
|
74c6363b97
|
docs/esp8266/general: WebREPL is described in quickref for now.
|
2016-05-02 15:26:40 +03:00 |
Paul Sokolovsky
|
d46cd02d95
|
docs/esp8266/quickref: Add info about WebREPL.
|
2016-05-01 11:41:46 +03:00 |
Damien George
|
348edad888
|
docs/esp8266: Update quickref to reflect changes to 1-wire and NeoPixel.
|
2016-04-28 14:31:37 +01:00 |
Paul Sokolovsky
|
5c8147528e
|
docs/esp8266/tutorial: Add tutorial placeholder page.
|
2016-04-22 22:37:02 +03:00 |
Damien George
|
fcc9d43c6d
|
docs/esp8266: Add info about using deep-sleep mode to quickref.
|
2016-04-21 12:01:50 +01:00 |
Paul Sokolovsky
|
2a51f72ed1
|
docs/esp8266/general: Start "General information" for esp8266.
|
2016-04-21 01:03:51 +03:00 |
Paul Sokolovsky
|
e4cb7c6158
|
docs/esp8266/quickref: Add note about physical vs logical pin numbers.
|
2016-04-05 16:30:51 +03:00 |
Paul Sokolovsky
|
0cb10b5220
|
docs/esp8266/quickref: Add note about GPIO16.
|
2016-03-25 16:48:15 +02:00 |
Paul Sokolovsky
|
159f1aaca8
|
docs/esp8266/quickref: Note that timers supported are virtual ones.
|
2016-03-25 16:44:13 +02:00 |
Damien George
|
2466cb67f8
|
docs/esp8266: Update quick reference: i2c.readfrom and neopixel example.
|
2016-03-16 13:37:39 +00:00 |
Damien George
|
6b80ebe32e
|
docs/esp8266: Fix indent errors, typos, and add info about REPL UART.
|
2016-03-09 13:01:32 +00:00 |
Damien George
|
4b6077b3fe
|
docs/esp8266: Minor tweaks to quickref, Timer and I2C classes.
|
2016-03-09 11:02:38 +00:00 |