-
Notifications
You must be signed in to change notification settings - Fork 2
Flashing Firmware from zip
-
Install Arduino for your operating system (tested on 1.8.7) . https://www.arduino.cc/en/main/software
-
Install ESP32 support . https://randomnerdtutorials.com/installing-the-esp32-board-in-arduino-ide-windows-instructions/
-
Start Arduino and select the WEMOS LOLIN32 board from the "tools->Board" menu
-
Download and unzip ClockIOT repository (ClockIOT_master.zip)
-
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.
-
Restart Arduino, open File->Sketchbook->ClockIOT
-
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)
-
Click upload and cross fingers!
-
If you have any issues, post a github issue with your operating system and version, arduino version, and complete error message.
-
Now go to QuickStart to complete the setup