Use Wemos D1 Mini with broken UART

From Tom's notes
Revision as of 22:05, 15 January 2022 by Tom (talk | contribs) (Created page with "- Connect using external USB - UART converter: ground, 5V, RX, TX - Connect D3 (flash) to ground - To erase: <source> python3 -I /home/tom/.arduino15/packages/esp8266/hardware...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

- Connect using external USB - UART converter: ground, 5V, RX, TX - Connect D3 (flash) to ground - To erase:

python3 -I /home/tom/.arduino15/packages/esp8266/hardware/esp8266/3.0.2/tools/esptool/esptool.py -p /dev/ttyUSB0 --chip esp8266 --before no_reset --baud 74880 --trace erase_flash

- To flash, use Arduino IDE, set baud rate to 115200