Skip to content

jirkavavrik/iot-weather-station

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 

Repository files navigation

iot-weather-station

IoT weather station is an Arduino Nano 33 IoT based weather station that reads data about temperature, humidity and air pressure using sensors SHT30 and BMP180. It then sends them via MQTT periodically to a device running a Node-RED instance taht displays the info on a web dashboard. Node-RED flow is also configured to send the data to Blynk cloud.

Ignored file should look like this:

src/arduino_code/arduino_secrets.h

#pragma once
#define SECRET_SSID "your ssid"
#define SECRET_PASS "your password"

In the Node-RED flow don't forget to rewrite the API_KEY in order to send data to Blynk cloud.

Photos of the weather station

Photo 1 of the weather station Photo 2 of the weather station

Screenshots of dashboards

In Node-RED:

Screenshot of dashboard in Node-RED

In Blynk cloud:

Screenshot of a possible dashboard in Blynk

About

DIY weather station using Arduino & Node-RED & Blynk

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages