Skip to content

Instantly share code, notes, and snippets.

@manaskarekar
Last active January 26, 2018 13:14
Show Gist options
  • Save manaskarekar/fd17db2eac80df23ff9d9c6ce8da0cbf to your computer and use it in GitHub Desktop.
Save manaskarekar/fd17db2eac80df23ff9d9c6ce8da0cbf to your computer and use it in GitHub Desktop.

Revisions

  1. manaskarekar revised this gist Jan 26, 2018. 1 changed file with 0 additions and 1 deletion.
    1 change: 0 additions & 1 deletion esp8266.md
    Original 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
  2. manaskarekar revised this gist Jan 26, 2018. No changes.
  3. manaskarekar revised this gist Jan 26, 2018. 1 changed file with 4 additions and 4 deletions.
    8 changes: 4 additions & 4 deletions esp8266.md
    Original file line number Diff line number Diff line change
    @@ -1,19 +1,19 @@
    Note: These instructions were written in mid 2017.

    ### ESP8266
    # ESP8266

    Lots of options exist for programming these. See https://en.wikipedia.org/wiki/ESP8266

    ### Wemos D1 Mini
    ## Wemos D1 Mini

    # Program using Arduino IDE
    ### 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
    ### Program using Micropython

    - Get the correct binary from http://micropython.org/download

  4. manaskarekar created this gist Jan 26, 2018.
    22 changes: 22 additions & 0 deletions esp8266.md
    Original 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