Micropython 01 start

From artserver wiki
Revision as of 21:23, 18 August 2019 by Andre (talk | contribs) (Created page with "# Board: ESP8266 * [uPython esp8266/quickref http://docs.micropython.org/en/latest/esp8266/quickref.html] ## Flash uPython * uPython firmware: http://micropython.org/downloa...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
  1. Board: ESP8266
    1. Flash uPython

Flash squence:

  • connect board to usb
  • erase the flash esptool.py --port /dev/ttyUSB0 erase_flash
  • write firmware <code?esptool.py --port /dev/ttyUSB0 --baud 460800 write_flash --flash_size=detect 0
    1. REPL over serial port
  • stty < /dev/ttyUSB0
speed 115200 baud; line = 0;
min = 100; time = 2;
-icrnl -imaxbel
-opost -onlcr
-isig -icanon -echo
  • connect to REPL screen /dev/ttyUSB0 115200
  • Ctl-A will exit screen
... more about "Micropython 01 start"
Code Notes +
Date"Date" is a type and predefined property provided by Semantic MediaWiki to represent date values.
2019 +