Search found 6 matches

by Angorka
Sat Jan 11, 2025 7:01 am
Forum: ESP-IDF
Topic: load spiffs from http
Replies: 4
Views: 1287

Re: load spiffs from http

Thanks, I'll take a look!
by Angorka
Mon Jan 06, 2025 2:27 pm
Forum: ESP-IDF
Topic: load spiffs from http
Replies: 4
Views: 1287

Re: load spiffs from http

Thank you very much!
Yes, I'm trying to figure out esp_http_client right now.
Using esp_http_client_perform(), it seems to be possible to read the file, but I don't understand where it is being written? Next, I want to use esp_partition_write() to write it to spiffs.

static void http()
{
esp_http ...
by Angorka
Sun Jan 05, 2025 1:31 pm
Forum: ESP-IDF
Topic: load spiffs from http
Replies: 4
Views: 1287

load spiffs from http

Good afternoon, colleagues! Please tell me where to find an example of writing a spiffs file *.bin from http.
Thanks!
by Angorka
Thu Sep 19, 2024 7:37 am
Forum: Hardware
Topic: SoftAP does not change the ssid and password via sdkconfig.
Replies: 5
Views: 3241

Re: SoftAP does not change the ssid and password via sdkconfig.

Thanks for the advice! But I thought that cleaning NVS with idf.ру erase-flash is identical to cleaning with estool ( idf.ру calls esptool anyway). I have already carried out such cleaning (yes, after cleaning the nvs, the connection is established with the specified sidd and password, however, it ...
by Angorka
Thu Sep 19, 2024 6:48 am
Forum: Hardware
Topic: SoftAP does not change the ssid and password via sdkconfig.
Replies: 5
Views: 3241

Re: SoftAP does not change the ssid and password via sdkconfig.

Good afternoon!
I'm mastering ESP-WROOM-32. at first everything was fine, but after some manipulations (I can't determine exactly which ones now - I experimented with NVS, wifi_prov_mgr)
, my ssid and password stopped changing via sdkconfig.
I download a simple SoftAP- if I first clear the flash ...
by Angorka
Wed Sep 18, 2024 8:35 am
Forum: Hardware
Topic: SoftAP does not change the ssid and password via sdkconfig.
Replies: 5
Views: 3241

SoftAP does not change the ssid and password via sdkconfig.

Hi!
I am mastering ESP-WROOM-32 at first everything was fine, but after some manipulations
(I will not determine exactly which ones now- I experimented with NVS, wifi_prov_mgr)
, my ssid and password stopped changing via sdkconfig.
I download a simple SoftAP- if I first clear the flash (esptool ...

Go to advanced search