Skip to content

Arduino Weather Station - Here constains the infra code for deploying the API and the Database

Notifications You must be signed in to change notification settings

dariorlima/arduino-weather-station-cdk

Repository files navigation

Arduino Weather Station CDK

This is the infrastructure code of the Weather Station.

You can find the Serial Reader part of this project and instructions to get it ready here: https://github.com/dariorlima/arduino-weather-station-reader

Basic commands

  • npm run build compile typescript to js
  • npm run watch watch for changes and compile
  • npm run test perform the jest unit tests
  • cdk deploy deploy this stack to your default AWS account/region
  • cdk diff compare deployed stack with current state
  • cdk synth emits the synthesized CloudFormation template

Arduino Sensors

  • DHT11 - Temperature and Humidity
  • LM75 - High Precision Temperature Sensor

Arduino Libraries

  • LM75A.h
  • dht11
  • ArduinoJson

Arduino Sketchs

alt LM75

alt DHT11

About

Arduino Weather Station - Here constains the infra code for deploying the API and the Database

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published