summaryrefslogtreecommitdiffstatshomepage
path: root/docs/esp8266/tutorial
Commit message (Collapse)AuthorAge
* docs: Update docs to replace ifconfig with ipconfig.Felix Dörre2024-07-05
| | | | | | Follow up to 1c6012b0b5c62f18130217f30e73ad3ce4c8c9e6 Signed-off-by: Felix Dörre <felix@dogcraft.de>
* all: Fix spelling mistakes based on codespell check.Damien George2023-04-27
| | | | Signed-off-by: Damien George <damien@micropython.org>
* top: Replace upip with mip everywhere.Jim Mussared2022-09-30
| | | | | | | | | | Updates all README.md and docs, and manifests to `require("mip")`. Also extend and improve the documentation on freezing and packaging. This work was funded through GitHub Sponsors. Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
* docs: Update to use new WLAN argument names for ssid/security/key.iabdalkader2022-06-17
| | | | Addresses issue #8083.
* docs: Remove trailing spaces and convert tabs to spaces.Damien George2021-12-15
| | | | Signed-off-by: Damien George <damien@micropython.org>
* docs/esp8266/tutorial: Fix comments of FrameBuffer examples.gibbonsc2021-11-25
| | | | | | | The third and fourth parameters in display.rect() and display.fill_rect() are not x,y coordinates, but are instead width,height values. Update the comment after the example to show the correct x,y coordinates of the bottom right corner of each rectangle, respectively.
* docs/esp8266: Use monospace for software tools.Fernando2021-08-30
| | | | Signed-off-by: Fernando <fepegar@gmail.com>
* docs/esp8266/tutorial: Change flash mode from dio to dout.finefoot2021-07-07
| | | | | | For some boards, even -fm dio is too fast and they require -fm dout. This commit links to the esptool wiki about available flash modes and changes dio to dout.
* docs/esp8266: Add SSD1306 to quickref and tutorial.Mike Causer2021-05-14
|
* docs/esp8266: Add instructions on entering programming mode manually.Damien George2021-05-04
| | | | | | | | | This adds to the ESP8266 tutorial instructions explaining which pins to pull low to enter programming mode. Commit made originally by @ARF1 in #2910. Signed-off-by: Damien George <damien@micropython.org>
* docs/esp8266: In TCP tutorial, add HTTP response code and content-type.Jesse Andrews2020-02-03
| | | | | | Show how to send an HTTP response code and content-type. Without the response code Safari/iOS will fail. Without the content-type Lynx/Links will fail.
* docs: Remove spaces on lines that are empty.Damien George2019-12-04
|
* docs/esp8266/tutorial: Make http_get sample function self contained.Thiago Paes2019-10-16
|
* docs/esp8266: Add tutorial for APA102 LEDs.Mike Causer2019-05-07
|
* docs: Unify all the ports into one set of documentation.Damien George2018-10-01
| | | | | | | | | With this commit there is now only one entry point into the whole documentation, which describes the general MicroPython language, and then from there there are links to information about specific platforms/ports. This commit doesn't change content (almost, it does fix a few internal links), it just reorganises things.
* docs/esp8266: Add a note concerning GPIO16 pull capabilities.Olivier Ortigues2018-02-15
|
* docs/esp8266: Update PWM doc regarding clipping of min/max values.Olivier Ortigues2018-02-15
|
* docs/esp8266/tutorial: Fix typo, change -> changed.Ryan Finnie2017-12-13
|
* docs/esp8266/tutorial: Update neopixel with example of using 4 bbp.Gabe2017-10-04
|
* docs/esp8266/tutorial: Fix typo, "its" to "it's" in powerctrl.rst.Matthew Brener2017-07-24
|
* docs/esp8266/tutorial/intro: Fix some grammatical typos.Damien George2017-06-26
|
* docs/esp8266/tutorial/intro: Sphinx requires blank lines around literal blocks.Paul Sokolovsky2017-06-23
| | | | At least, Sphinx 1.3.6.
* docs/esp8266/tutorial/intro: Discourage use of 512kb firmwares.Paul Sokolovsky2017-06-23
| | | | This follows similar warnings in other parts of docs.
* docs/esp8266: Consistently replace Pin.high/low methods with .on/off.Paul Sokolovsky2017-05-30
|
* docs/esp8266/tutorial/intro: Reword section on flash size requirement.Paul Sokolovsky2017-04-14
| | | | | Give a clearly dissuading tone on end users trying 512KB version - it has to many end-usery features lacking.
* docs/esp8266/tutorial: Update since esptool 1.3 added Python 3 support.James Ouyang2017-03-07
| | | | | esptool 1.3 now supports both Python 2.7 and 3.4+. Updated github link to now-official espressif repo.
* docs/esp8266/tutorial: Specify the baudrate in picocom example command.Damien George2017-02-07
|
* docs/esp8266/tutorial: Close socket after reading page content.Max2017-01-04
|
* docs/esp8266/tutorial: Update intro to add Getting the firmware section.Andrew Mulholland2016-12-30
| | | | | Add a "Getting the firmware" section to better describe how to get hold of the MicroPython firmware, especially if you have a 512kb module.
* esp8266: Update docs for esptool 1.2.1/SDK 2.0 (--flash_size=detect).Paul Sokolovsky2016-11-08
|
* docs/esp8266: Update for new WebREPL setup procedure.Paul Sokolovsky2016-11-06
|
* docs/esp8266: Update quickref and tutorial for OneWire/DS18X20 driver.Damien George2016-08-29
|
* docs/esp8266/intro: Add command to install esptool.py 1.0.1 via pip.Paul Sokolovsky2016-08-10
| | | | | It used a standard BootROM programming algo and may be useful as a fallback.
* docs/esp8266/tutorial/pins: Fix typo in commands for pin input mode.Paul Sokolovsky2016-08-09
|
* 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/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/tutorial: Fix typo in do_connect() network example.Damien George2016-05-11
| | | | Fixes issue #2065.
* 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
|