Search found 1 match

by Naman Shandilya
Mon May 02, 2022 5:25 am
Forum: General Discussion
Topic: ESP32-S3 NVS "nvs_get_i32" gives error "ESP_ERR_NVS_NOT_FOUND"
Replies: 1
Views: 1621

ESP32-S3 NVS "nvs_get_i32" gives error "ESP_ERR_NVS_NOT_FOUND"

Hi all, I have bought an ESP32-S3-DevKitC-1 v1.6 Having esp32-s3-wroom-2 module mounted on it. I want to use NVS to store Key and Value Pairs For Wi-Fi Credentials, I am using espressif IDE ver4.4, So to check the working of NVS I have import " nvs_read_value " example from SDK and set the sdk_confi...