Welcome to my IoT assignment submission. This git project stores the code that I used to program my arduino and computer to function as a weather station, uploading data to a Thingspeak channel.
Welcome to my IoT assignment submission. This git project stores the code that I use to program my arduino and computer to function as a weather station.
Weather-shield.ino - Calibrates and reads all of the sensors on my Arduino based weather station. It also streams it all through the bluetooth module.
Weather-shield.ino - Calibrates and reads all of the sensors on my Arduino based weather station. It also streams it all through the connected bluetooth module.
weather-station-server.py - Listens to the paired bluetooth device, new readings from the weather stations are forwarded to the thingspeak server.
weather-station-server.py - Listens to the paired bluetooth device, new readings from the weather stations are forwarded to the thingspeak server.