Search found 2 matches
- Tue Nov 07, 2023 8:02 pm
- Forum: General Discussion
- Topic: ESP32 and OTA
- Replies: 3
- Views: 3864
ESP32 and OTA
I'm working on a project, that requires the ability to occasionally update the firmware. My question is, what is the best practise for this? Ideally, the user would not have to connect the device to wifi, (device has no keyboard, so connecting to wifi is rather hard). My idea was to generate its own...
- Thu Nov 04, 2021 1:58 pm
- Forum: ESP-IDF
- Topic: ESP-IDF, Platformio & ESP32-C3 uploading problem
- Replies: 0
- Views: 2405
ESP-IDF, Platformio & ESP32-C3 uploading problem
Hi, I've been trying to program my ESP32-C3 board, but so far Arduino IDE worked for me, but this is not the solution I want to go with. I've installed ESP-IDF via platformio on my Mac, (removed EC-ACC certificate in order to compile successfully) and tried to upload blink example sketch from ESP-ID...