Connect to your Wi-Fi and open the IP address of the magloop in your browser.
See video
Initializing the project
platformio project init --board esp32dev --ide clionBefore you flash you need to setup your wifi access point SSID and password
export WIFI_SSID=YourWiFiSSID
export WIFI_PASSWORD=YourWiFiPasswordNow 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
Serialoutput :pio device monitor --baud 115200