Connect to your Wi-Fi and open the IP address of the magloop in your browser.
See videoInitializing the project
platformio project init --board esp32dev --ide clion
Before you flash you need to setup your wifi access point SSID and password
export WIFI_SSID=YourWiFiSSID
export WIFI_PASSWORD=YourWiFiPassword
Now you can program the ESP
pio run --target=upload -e ota
- go to the directory of this project
- open a terminal
- build with :
pio run
(first time is long because it needs to download all the requirements) - upload to the board (needs the borad connected using USB + appropriate user settings see installation) :
pio run --target upload
- See the
Serial
output :pio device monitor --baud 115200