I have managed to get it to work.
Apparently there were problems with the nvs partition. I deleted all flash memory and rebuilt the partition table with a bigger offset.
Then after I reprogrammed the program everything worked.
Search found 3 matches
- Tue Mar 07, 2023 10:09 pm
- Forum: ESP32 Arduino
- Topic: ESP32-S3 Wifi not working with flash encryption
- Replies: 1
- Views: 1668
- Mon Mar 06, 2023 2:04 pm
- Forum: ESP32 Arduino
- Topic: ESP32-S3 Wifi not working with flash encryption
- Replies: 1
- Views: 1668
ESP32-S3 Wifi not working with flash encryption
I wrote an Arduino program that connects to a wifi network or creates an access point. To use flash encryption I compiled and flashed my program with the esp-idf and Arduino as component. With flash encryption disabled everything works as it should. However, now that I have flash encryption enabled,...
- Tue Feb 14, 2023 2:18 pm
- Forum: ESP-IDF
- Topic: Upload a pre-encrypted .bin on ESP32C3 webserver for OTA with IDF 5.0
- Replies: 3
- Views: 2469
Re: Upload a pre-encrypted .bin on ESP32C3 webserver for OTA with IDF 5.0
Hi, Ok, there is something I didn't understand. The pre-encryption image (.bin) for OTA uses a different key than the firmware encryption. It is clearer in my mind. Finally, I fixed some problems, I can update my firmware (encryption on and secure boot on) with OTA, with a .bin unencrypted. I will ...