ESP8266: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
Zeile 2: | Zeile 2: | ||
= ESP8266 = | = ESP8266 = | ||
== [[MicroPython]] == | == [[MicroPython]] == | ||
Links: | |||
* [https://docs.micropython.org/en/latest/esp8266/esp8266/tutorial/index.html Tutorial] | |||
* [http://micropython-on-wemos-d1-mini.readthedocs.io/en/latest/index.html Workshop] | |||
Flashen: | Flashen: | ||
Version vom 1. Januar 1970, 01:00 Uhr
ESP8266
MicroPython
Links:
Flashen:
cd ~/MicroPython esptool.py --port /dev/ttyUSB0 erase_flash esptool.py --port /dev/ttyUSB0 --baud 460800 write_flash --flash_mode=dout --flash_size=detect 0 esp8266-20171101-v1.9.3.bin
Verbindung aufbauen:
picocom /dev/ttyUSB0 -b115200
x