Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 636 Bytes

README.md

File metadata and controls

6 lines (6 loc) · 636 Bytes

Connecting Raspberry Pi with AWS cloud and database.

Refer Sending-sensor-data-from-ESP32-to-AWS-DynamoDB-cloud-storage for configuring device and database in AWS.

Example command to run the given program specifying the location of file and certificates along with the MQTT topic and iot endpoint:

python3 ~/Documents/AWS_Rpi_Project.py --topic topic_1/pub --ca_file ~/certs/Amazon-root-CA-1.pem --cert ~/certs/certificate.pem.crt --key ~/certs/private.pem.key --endpoint xxxxxxxxxxxxx-ats.iot.ap-south-1.amazonaws.com