Search found 2 matches

by emhatek
Tue Sep 20, 2022 5:05 am
Forum: ESP32 Arduino
Topic: ESP32 core 1 panic'ed when EEPROM and timer interrupt used together
Replies: 5
Views: 7347

Re: ESP32 core 1 panic'ed when EEPROM and timer interrupt used together

Hi SrimanPatel,
thanks for your valuable advice, it's work for me.
by emhatek
Tue Nov 17, 2020 6:58 am
Forum: General Discussion
Topic: Data from ESP32 to AWS S3
Replies: 3
Views: 7393

Re: Data from ESP32 to AWS S3

Writing to S3 is just a matter of posting to an HTTP(S) URL. You might take a look at esp_http_client: https://github.com/espressif/esp-idf/tree/master/components/esp_http_client Hi cristh, please advice me to upload data from esp to s3 using url related with secret key, access key and bucket name....