Jim Mussared
924a3e03ec
top: Replace upip with mip everywhere.
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>
2 years ago
iabdalkader
6e868d47dc
docs: Update to use new WLAN argument names for ssid/security/key.
Addresses issue #8083 .
2 years ago
Damien George
d9d67adef1
docs: Remove trailing spaces and convert tabs to spaces.
Signed-off-by: Damien George <damien@micropython.org>
3 years ago
gibbonsc
de8dc4bad2
docs/esp8266/tutorial: Fix comments of FrameBuffer examples.
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.
3 years ago
Fernando
4954290e86
docs/esp8266: Use monospace for software tools.
Signed-off-by: Fernando <fepegar@gmail.com>
3 years ago
finefoot
e10a044d7c
docs/esp8266/tutorial: Change flash mode from dio to dout.
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.
3 years ago
Mike Causer
97fee47716
docs/esp8266: Add SSD1306 to quickref and tutorial.
4 years ago
Damien George
2bf1beef5c
docs/esp8266: Add instructions on entering programming mode manually.
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>
4 years ago
Jesse Andrews
c4ea4c1810
docs/esp8266: In TCP tutorial, add HTTP response code and content-type.
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.
5 years ago
Damien George
90c524c114
docs: Remove spaces on lines that are empty.
5 years ago
Thiago Paes
5463ab6df6
docs/esp8266/tutorial: Make http_get sample function self contained.
6 years ago
Mike Causer
6323cbda4f
docs/esp8266: Add tutorial for APA102 LEDs.
6 years ago
Damien George
b3e013f60e
docs: Unify all the ports into one set of documentation.
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.
6 years ago
Olivier Ortigues
298b325f3e
docs/esp8266: Add a note concerning GPIO16 pull capabilities.
7 years ago
Olivier Ortigues
d072573226
docs/esp8266: Update PWM doc regarding clipping of min/max values.
7 years ago
Ryan Finnie
1e2b78111b
docs/esp8266/tutorial: Fix typo, change -> changed.
7 years ago
Gabe
9e0cdb22f1
docs/esp8266/tutorial: Update neopixel with example of using 4 bbp.
7 years ago
Matthew Brener
d003daee06
docs/esp8266/tutorial: Fix typo, "its" to "it's" in powerctrl.rst.
7 years ago
Damien George
0a54b6dce9
docs/esp8266/tutorial/intro: Fix some grammatical typos.
7 years ago
Paul Sokolovsky
beb94b6efc
docs/esp8266/tutorial/intro: Sphinx requires blank lines around literal blocks.
At least, Sphinx 1.3.6.
7 years ago
Paul Sokolovsky
51668dffaa
docs/esp8266/tutorial/intro: Discourage use of 512kb firmwares.
This follows similar warnings in other parts of docs.
7 years ago
Paul Sokolovsky
272a5d95e0
docs/esp8266: Consistently replace Pin.high/low methods with .on/off.
8 years ago
Paul Sokolovsky
a1c39ffb69
docs/esp8266/tutorial/intro: Reword section on flash size requirement.
Give a clearly dissuading tone on end users trying 512KB version
- it has to many end-usery features lacking.
8 years ago
James Ouyang
e73a0b944f
docs/esp8266/tutorial: Update since esptool 1.3 added Python 3 support.
esptool 1.3 now supports both Python 2.7 and 3.4+.
Updated github link to now-official espressif repo.
8 years ago
Damien George
3217bbe491
docs/esp8266/tutorial: Specify the baudrate in picocom example command.
8 years ago
Max
e1f495a4bd
docs/esp8266/tutorial: Close socket after reading page content.
8 years ago
Andrew Mulholland
71ff0b549d
docs/esp8266/tutorial: Update intro to add Getting the firmware section.
Add a "Getting the firmware" section to better describe how to get hold of
the MicroPython firmware, especially if you have a 512kb module.
8 years ago
Paul Sokolovsky
5630778f0f
esp8266: Update docs for esptool 1.2.1/SDK 2.0 (--flash_size=detect).
8 years ago
Paul Sokolovsky
5c3d75c937
docs/esp8266: Update for new WebREPL setup procedure.
8 years ago
Damien George
13c5a228c9
docs/esp8266: Update quickref and tutorial for OneWire/DS18X20 driver.
8 years ago
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.
8 years ago
Paul Sokolovsky
2146cdab5e
docs/esp8266/tutorial/pins: Fix typo in commands for pin input mode.
8 years ago
Paul Sokolovsky
3e5534caf7
docs/esp8266/intro: Focus on hazards of unearthed power wrt electronics.
8 years ago
Paul Sokolovsky
d2cab0b7be
docs/esp8266/tutorial/intro: Add anchor for link from quickeref.
8 years ago
Paul Sokolovsky
a9923d190e
docs/esp8266/intro: Add troubleshooting section.
Tries to summarize most of the issues we've seen so far.
8 years ago
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.
8 years ago
Paul Sokolovsky
1966745689
esp8266/tutorial/intro: Reword para abou -fm dio switch.
Not all NodeMCU boards require it.
8 years ago
Mike Causer
ce166e6b68
docs: Spelling mistakes
8 years ago
Mike Causer
b4564841b6
docs: Add DHT to ESP8266 Quick Ref and Tutorial
8 years ago
Ben Hagen
0b913bd09f
docs/esp8266/tutorial/network_basics: Minor typo fix, ap becomes ap_if.
9 years ago
Damien George
9b4502b7e8
docs/esp8266/tutorial: Fix typo in do_connect() network example.
Fixes issue #2065 .
9 years ago
Paulus Schoutsen
c156e89379
Fix ESP8266 Network tutorial
The socket should either connect to `addr` or `addr_info[0][-1]`. Not to `addr[0][-1]`.
9 years ago
Damien George
56fd33a6dd
docs/esp8266/tutorial: Change name of ESP8266 firmware to match actual.
9 years ago
Paul Sokolovsky
c68c327310
docs/esp8266/tutorial/repl: Reword description of initial WebREPL setup a bit.
9 years ago
Paul Sokolovsky
1f396c58d9
docs/esp8266/tutorial/repl: Suggest using hosted WebREPL client.
At http://micropython.org/webrepl .
9 years ago
Damien George
5d05993f10
esp8266/tutorial: Mention that esptool is available via pip.
9 years ago
Damien George
8af64bcf2b
docs/esp8266/tutorial: Update pins tutorial to reflect changes in API.
9 years ago
Damien George
879bc4197a
docs/esp8266: Add ESP8266 tutorial.
9 years ago
Paul Sokolovsky
5c8147528e
docs/esp8266/tutorial: Add tutorial placeholder page.
9 years ago