Skip to content

This Project is about sending the temperature and pressure data from Raspberry-Pi to AWS-IoT and converting the temp. data from Celsius to Fahrenheit using AWS-Lambda function and storing the data in AWS-DynamoDB

Notifications You must be signed in to change notification settings

PratikhyaManas/AWS-IoT-Raspberry-Pi-and-Arduino-ESP8266

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AWS-IoT-Raspberry_Pi & Arduino-8266

PROBLEM STATEMENT:

This program will publish test mqtt messages using the AWS IOT hub

STEPS:

  1. Sign in to AWS Amazon > Services > AWS IoT > Settings > copy Endpoint This is your awshost

  2. Change following things in the below program: a. awshost (from step 1) b. clientId (Thing_Name) c. thingName (Thing_Name) d. caPath (root-CA_certificate_Name) e. certPath (<Thing_Name>.cert.pem) f. keyPath (<Thing_Name>.private.key)

  3. Keep all the files in folder where all aws key files are kept.

  4. Run publisher_dynamodb.py script

About

This Project is about sending the temperature and pressure data from Raspberry-Pi to AWS-IoT and converting the temp. data from Celsius to Fahrenheit using AWS-Lambda function and storing the data in AWS-DynamoDB

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published