Last active
January 26, 2018 13:14
-
-
Save manaskarekar/fd17db2eac80df23ff9d9c6ce8da0cbf to your computer and use it in GitHub Desktop.
Revisions
-
manaskarekar revised this gist
Jan 26, 2018 . 1 changed file with 0 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -16,7 +16,6 @@ Lots of options exist for programming these. See https://en.wikipedia.org/wiki/E ### Program using Micropython - Get the correct binary from http://micropython.org/download - sudo pip install esptool - esptool.py --port /dev/ttyUSB0 erase_flash - esptool.py --port /dev/ttyUSB0 --baud 460800 write_flash --flash_size=detect 0 esp8266-20170612-v1.9.1.bin -
manaskarekar revised this gist
Jan 26, 2018 . No changes.There are no files selected for viewing
-
manaskarekar revised this gist
Jan 26, 2018 . 1 changed file with 4 additions and 4 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,19 +1,19 @@ Note: These instructions were written in mid 2017. # ESP8266 Lots of options exist for programming these. See https://en.wikipedia.org/wiki/ESP8266 ## Wemos D1 Mini ### Program using Arduino IDE - Add the following to Board Manager URLs, in Arduino IDE preferences: http://arduino.esp8266.com/stable/package_esp8266com_index.json - In the board manager, search for esp 8266 and install. - Pick examples, select the right board, port and frequency and you should be good. ### Program using Micropython - Get the correct binary from http://micropython.org/download -
manaskarekar created this gist
Jan 26, 2018 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,22 @@ Note: These instructions were written in mid 2017. ### ESP8266 Lots of options exist for programming these. See https://en.wikipedia.org/wiki/ESP8266 ### Wemos D1 Mini # Program using Arduino IDE - Add the following to Board Manager URLs, in Arduino IDE preferences: http://arduino.esp8266.com/stable/package_esp8266com_index.json - In the board manager, search for esp 8266 and install. - Pick examples, select the right board, port and frequency and you should be good. # Program using Micropython - Get the correct binary from http://micropython.org/download - sudo pip install esptool - esptool.py --port /dev/ttyUSB0 erase_flash - esptool.py --port /dev/ttyUSB0 --baud 460800 write_flash --flash_size=detect 0 esp8266-20170612-v1.9.1.bin