Search found 3 matches
- Mon Jul 22, 2024 10:58 am
- Forum: General Discussion
- Topic: mbedtls_ssl_setup returned -0x7F00 after 11h task running.
- Replies: 1
- Views: 1092
mbedtls_ssl_setup returned -0x7F00 after 11h task running.
The code is compliled based on serval examples in ESP -IDF 5.1.4 One of biggest portion is coming from https://github.com/FreeRTOS/iot-reference-esp32c3/ as I wanted to use mqtt-agent However, I've noticed that after about 11 hours, the application is losing connection with AWS IoT server. So I've s...
- Thu Jun 27, 2024 8:39 am
- Forum: ESP-IDF
- Topic: Store Wifi credentials (SSID and password) on nvs during manufacturing
- Replies: 2
- Views: 959
Store Wifi credentials (SSID and password) on nvs during manufacturing
I've searched forum and github but I couldn't find answer to my question. I know how to create, flash and read custom nvs partition with manufacturing data (however I don't use encryption for that) My software use BLE wifi provisioning https://docs.espressif.com/projects/esp-idf/en/release-v5.1/esp3...
- Thu Jun 27, 2024 8:11 am
- Forum: ESP-IDF
- Topic: Store Wifi credentials (SSID and password) on nvs during manufacturing
- Replies: 2
- Views: 959
Re: Store Wifi credentials (SSID and password) on nvs during manufacturing
hmm.. either I've post in wrong thread or I described my issue in to complicated way... Let's try to describe it more clear way: My partition table is following: nvs, data, nvs, 0x10000, 0x6000 otadata, data, ota, 0x16000, 0x2000 phy_init, data, phy, 0x18000, 0x1000 ota_0, 0, ota_0, 0x20000, 1800K o...