Skip to content
This repository has been archived by the owner on Oct 6, 2022. It is now read-only.

Bot that tweets the temperature, humidity , and Information about Visible Light and Infra red captured by sensors on an Arduino Uno board.

License

Notifications You must be signed in to change notification settings

Bruck1701/Windhoek-Weather-Bot

Repository files navigation

Windhoek-Weather-Bot

wwbot-face

This is a small pet project for a Python bot that collects raw data from an Arduino Board connected to RaspberryPi. The bot also fetches data from OpenWeather and sends the sensor collected data and the API data to an SNS Topic in AWS.
The SNS Topic, then, triggers two Lambda functions:

  • A Lambda function that tweets the sensor data and the OpenWeather data. ( @BotWindhoek )
  • Another lambda function that stores the sensor data into a DynamoDB table.

The current flow of data in AWS: architecture

The next stage is to add another bot that gets the DynamoDB data and predicts the next reading from the sensor using LSTM Machine Learning model.

About

Bot that tweets the temperature, humidity , and Information about Visible Light and Infra red captured by sensors on an Arduino Uno board.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published