Search found 5 matches

by pksher
Wed Nov 06, 2019 7:52 am
Forum: ESP32 Arduino
Topic: esp32 uploading multipart data to server
Replies: 1
Views: 3706

esp32 uploading multipart data to server

Hi guys I am using esp32 as http client to send multipart data which is basically a jpg file stored in spiffs. I need to send this file to server with the following information. Host: some url Content-Type: multipart/form-data Accept: */* Content-Disposition: form-data; name="file"; filename="timest...
by pksher
Mon Jul 15, 2019 5:26 am
Forum: ESP-IDF
Topic: Storing aws certs to spiffs
Replies: 4
Views: 5553

Re: Storing aws certs to spiffs

Hi Ritesh

I am not changing certs at runtime, just want to read those certs.
by pksher
Fri Jul 12, 2019 5:26 am
Forum: ESP-IDF
Topic: Storing aws certs to spiffs
Replies: 4
Views: 5553

Storing aws certs to spiffs

Hi I am using eclipse with esp32. I want to store aws certs on spiffs, kindly tell me the procedure how to do it?

I am following thing shadow example in esp-idf but instead of using embedded certs as in the example, I want to use spiffs.

Your suggestions will be appreciated.
by pksher
Thu Jul 11, 2019 7:12 am
Forum: General Discussion
Topic: ESP32 with AWS, certificates problems
Replies: 0
Views: 1864

ESP32 with AWS, certificates problems

Hey guys, I am using thing_shadow example in esp-idf to send data to aws cloud. It is working when I generate certs and use them in my certs file, but when i am using just in time provisioning of aws for certificates and put them in my project it does not work, so i was looking for a solution in thi...
by pksher
Tue Jun 25, 2019 6:31 am
Forum: ESP-IDF
Topic: implementing amazon cognito for authentication
Replies: 0
Views: 1927

implementing amazon cognito for authentication

Hi guys. I have made an application using esp32 devkit C v4 that sends data to aws iot console, using the example in the esp-idf. It is working, however, the client wants to have user sign in stuff using amazon cognito. So i want to know what should be added to the esp32 side for this purpose. Your ...