https://github.com/neurarian/arduino-weatherstation-improved
My personal extension to the weatherstation plug and make kit project.
https://github.com/neurarian/arduino-weatherstation-improved
arduino arduino-uno-r4-wifi microcontroller weather-forecast weather-station
Last synced: 4 months ago
JSON representation
My personal extension to the weatherstation plug and make kit project.
- Host: GitHub
- URL: https://github.com/neurarian/arduino-weatherstation-improved
- Owner: Neurarian
- License: gpl-3.0
- Created: 2025-01-12T21:17:22.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2025-01-18T22:00:42.000Z (6 months ago)
- Last Synced: 2025-01-25T14:15:15.059Z (5 months ago)
- Topics: arduino, arduino-uno-r4-wifi, microcontroller, weather-forecast, weather-station
- Language: C
- Homepage:
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This fun little project largely expands on: https://courses.arduino.cc/plugandmake/lessons/project-weather-report/. But without the cloud requirement.
Connects to home wifi and fetches weather data.
Default Modulino LED array indicates day 0 to 8 where:- Green = Sunny
- Blue = Rainy
- Violet = Foggy
- White = Snow
- Red = ThunderUses Modulino Knob to select day and toggle min/max temps.
Additionally, this approach uses Modulino Buttons to switch to hourly forecast (Button A), hourly precipitation & windspeed (Button B), or weekly UV index & windspeed (Button C).
For Buttons B & C the LED array indication changes to:
- Green = Low precipitation probability / UV index
- Yellow = Mid precipitation probability / UV index
- Orange = Mid-High precipitation probability / UV index
- Red = High precipitation probability / UV index
- Violet = Extreme precipitation probability / UV index
Instead of relying on the cloud function, the R4 runs a simple webserver for remote control of the desired weather coordinates using the Leaflet maps API.
Remote coordinate updates are indicated by a Modulino Buzzer sound.Screenshot
