Skip to content

Instantly share code, notes, and snippets.

@stigtsp
Last active December 25, 2017 03:42
Show Gist options
  • Save stigtsp/160567cdd265c67fafb09b1c47120fb9 to your computer and use it in GitHub Desktop.
Save stigtsp/160567cdd265c67fafb09b1c47120fb9 to your computer and use it in GitHub Desktop.
micropython WeMos D1
# need usb-serial driver on macos
SERIAL=/dev/cu.wchusbserial1410
wget http://micropython.org/resources/firmware/esp8266-20170108-v1.8.7.bin
esptool.py --port $SERIAL write_flash -fm dio -fs 32m -ff 40m 0x00000 esp8266-20170108-v1.8.7.bin
http://garybake.com/getting-started-with-the-wemos-d1-and-micropython.html
@makelove
Copy link

Great job !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment