Search found 2 matches

by Giovanni
Tue Jan 14, 2025 4:33 pm
Forum: ESP-IDF
Topic: image upload on AWS s3
Replies: 1
Views: 484

image upload on AWS s3

Hi, I am using an esp32s3 and esp idf 5.3.2 as a framework. I developed the following code for an application of mine. The goal is to capture frames and send them to AWS to simulate a live streaming. I managed to upload them to the drive but when i go to check the image it turns out to be corrupted....
by Giovanni
Thu Aug 22, 2024 12:32 pm
Forum: ESP-IDF
Topic: Wifi Connection after a failed attempt
Replies: 1
Views: 641

Wifi Connection after a failed attempt

Hi, I am developing a wifi connection code, my esp32 WROOM 32E module connects via Bluetooth and receives a message from an application containing the SSID and PASSWORD credentials of the wifi network. If I enter the correct credentials directly the module connects and works. If I enter the wrong cr...