Search found 2 matches

by Zapsalis
Tue Sep 19, 2023 7:46 am
Forum: ESP-IDF
Topic: Download 2 binaries files with OTA on Nina W106
Replies: 0
Views: 381

Download 2 binaries files with OTA on Nina W106

Hi everyone, I am currently looking to update my Nina via Wifi using OTA. However, the problem that confronts me is that when I build my project "idf.py build", 2 binaries are generated: The first "web-form.bin" including all the "C" code, and the second "storage .bin", including all html/css/js. I ...
by Zapsalis
Mon May 22, 2023 9:45 am
Forum: ESP-IDF
Topic: Add OTA on ESP32
Replies: 0
Views: 537

Add OTA on ESP32

Hi, I am currently using an evalkit Nina W106-00B board that incorporates an ESP32. I am desperately trying to implement OTA (Over-The-Air) updates. I started by modifying my partitions.csv file, which looks like this (without OTA) and works well: nvs, data, nvs, 0x9000, 0x6000, phy_init, data, phy,...