Skip to content

Flashing Firmware from zip

Anool Mahidharia edited this page Dec 7, 2019 · 8 revisions
  1. Install Arduino for your operating system (tested on 1.8.7) . https://www.arduino.cc/en/main/software

  2. Install ESP32 support . https://randomnerdtutorials.com/installing-the-esp32-board-in-arduino-ide-windows-instructions/

  3. Start Arduino and select the WEMOS LOLIN32 board from the "tools->Board" menu Select Board

  4. Download and unzip ClockIOT repository (ClockIOT_master.zip) Select Board Select Board

  5. Set arduino library path to "<path_to_ClockIOT_folder>/arduino". On my computer this is "/Users/Justin/tmp/ClockIOT_master/arduino" as seen below. Replace "/Users/Justin/code" to the location of the top level ClockIOT_master directory. Select Board

  6. Restart Arduino, open File->Sketchbook->ClockIOT Select Board Select Board

  7. Before plugging ClockIOT in, note port options, then plug ClockIOT into USB port. Select newest port (Tools->port it may already be selected for you)

  8. Click upload and cross fingers! Select Board Select Board

  9. If you have any issues, post a github issue with your operating system and version, arduino version, and complete error message.

  10. Now go to QuickStart to complete the setup

Clone this wiki locally