Search found 3 matches

by twinkle.goyal
Thu Jan 12, 2023 6:16 am
Forum: General Discussion
Topic: ESP32S3 disconnects and reboots unexpectedly
Replies: 0
Views: 853

ESP32S3 disconnects and reboots unexpectedly

Hi, I am using an ESP32S3-WROOM-1 for my custom application. I am using ESP-IDF on Ubuntu for the same. I am observing this strange behavior during monitor, my ESP32 disconnects and reboots. device reports readiness to read but returned no data (device disconnected or multiple access on port?) Waiti...
by twinkle.goyal
Fri Jan 06, 2023 11:57 am
Forum: General Discussion
Topic: File upload using socket succeeds but not with esp_http_client
Replies: 14
Views: 18327

Re: File upload using socket succeeds but not with esp_http_client

@ahmehta I am trying to do the exact same thing. Please let me know what fixed your error. Also, did you need to initialize a handler function for the esp_http_client object? I am new to esp32 so I am still learning.

Thanks in advance!
by twinkle.goyal
Fri Jan 06, 2023 8:23 am
Forum: ESP-IDF
Topic: Upload file from ESP32 SPIFFS to URL via esp_http_client
Replies: 0
Views: 801

Upload file from ESP32 SPIFFS to URL via esp_http_client

Hi, I am using ESP32S3 along with ESP-IDF in C. I need to upload a file stored in the SPIFFS to an URL using an HTTP post request. I discovered that I must use esp_http_client and application/form-data for this since the file size is < 10KB. I am new to esp and am facing trouble with this. The Linux...