Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/riolaf05/esp8266_to_aws
Code to interact with AWS services from an Arduino device
https://github.com/riolaf05/esp8266_to_aws
arduino aws aws-ec2 aws-lambda aws-s3 cloudformation esp8266 esp8266-arduino iot-platform terraform terraform-module
Last synced: about 2 months ago
JSON representation
Code to interact with AWS services from an Arduino device
- Host: GitHub
- URL: https://github.com/riolaf05/esp8266_to_aws
- Owner: riolaf05
- License: apache-2.0
- Created: 2023-11-03T15:20:18.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-03T15:28:33.000Z (about 1 year ago)
- Last Synced: 2023-11-03T16:32:48.850Z (about 1 year ago)
- Topics: arduino, aws, aws-ec2, aws-lambda, aws-s3, cloudformation, esp8266, esp8266-arduino, iot-platform, terraform, terraform-module
- Language: C++
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# esp8266_to_aws
Code to interact with AWS services from an Arduino device### Setup
1. Configure IoT Core Thing named "arduino-esp8266", download certificates and create the `secrets.h` from `secrets-template.h`.
2. Launch the Arduino code.