Search found 3 matches

by daicon
Wed Jul 03, 2024 12:59 am
Forum: ESP-IDF
Topic: How to upload wifi credentials from nvs partition
Replies: 4
Views: 1635

Re: How to upload wifi credentials from nvs partition

I'm having trouble understanding how that page solves my issue? Could you elaborate?
by daicon
Thu Jun 27, 2024 3:40 am
Forum: ESP-IDF
Topic: How can I upload nvs partition containing wifi credentials?
Replies: 1
Views: 453

How can I upload nvs partition containing wifi credentials?

How can I upload an nvs partition containing wifi credentials to my ESP32? I am using the nvs_partition_gen.py from https://github.com/espressif/esp-idf/tree/master/components/nvs_flash/nvs_partition_generator Is there a way I can generate my wifi ssid and password using nvs_partition_gen.py that is...
by daicon
Wed Jun 26, 2024 5:47 am
Forum: ESP-IDF
Topic: How to upload wifi credentials from nvs partition
Replies: 4
Views: 1635

How to upload wifi credentials from nvs partition

I would like to generate a nvs partition containing wifi credentials from a csv and upload it to my ESP32 . I have been able to generate a nvs partition using the following command ``` python3 nvs_partition_gen.py generate nvs_data.csv nvs_data.bin 0x5000 ``` However, I am having trouble setting the...