Hi,
I see there are posts already regarding AWS S3 access, however, I cant find any that explain how I can use AWS access key and secret combinations in a C program (i.e. on the ESP32, not Arduino code) to authenticate with the S3 server.
Currently, I'm able to read data from public buckets, but ...
Search found 4 matches
- Thu Oct 11, 2018 8:47 am
- Forum: General Discussion
- Topic: AWS HTTPS access with access key / secret
- Replies: 0
- Views: 2745
- Fri Aug 17, 2018 9:57 am
- Forum: ESP-IDF
- Topic: AWS IoT SDK integration
- Replies: 5
- Views: 9643
Re: AWS IoT SDK integration
Thanks for the help, I have a version that is working with the shadow correctly now (I guess I wasn't familiar with the sdkconfig parameters).
One question - if I change the while loop interval to reduce the rate of shadow updates past ~5 seconds then I get timeout errors from the shadow. https ...
One question - if I change the while loop interval to reduce the rate of shadow updates past ~5 seconds then I get timeout errors from the shadow. https ...
- Thu Aug 16, 2018 1:46 pm
- Forum: ESP-IDF
- Topic: AWS IoT SDK integration
- Replies: 5
- Views: 9643
Re: AWS IoT SDK integration
OK, so I followed the simple method used by https://github.com/carsonmcdonald/esp32-aws-iot to create a component.mk in an aws-iot sdk folder and then build the app using that sdk within a components folder of my app. This wasn't very clear to me!
I'm now having trouble as, in the aws sdk examples ...
I'm now having trouble as, in the aws sdk examples ...
- Thu Aug 16, 2018 10:03 am
- Forum: ESP-IDF
- Topic: AWS IoT SDK integration
- Replies: 5
- Views: 9643
AWS IoT SDK integration
Hi,
I am trying to expand on some of the demos in the AWS IoT SDK / ESP-IDF in order to interact with a shadow. Right now I'm unable to compile my code though: I have an app that works without the IoT functions, but cannot work out how to compile against the libraries and headers from https ...
I am trying to expand on some of the demos in the AWS IoT SDK / ESP-IDF in order to interact with a shadow. Right now I'm unable to compile my code though: I have an app that works without the IoT functions, but cannot work out how to compile against the libraries and headers from https ...