jhughes1010 / weather

30 stars 17 forks source link

Weather

weather station scratch code This is a dev area for working the deep sleep integration on the opengreenenergy weatherstation on instructables.com https://www.instructables.com/Solar-Powered-WiFi-Weather-Station-V30/

Discussions outside of the instructables website. This is my private website, but may be easier to discuss as I do not administer the instructables page. http://tunneldistrict.com/wp/topics/

My build notes and ramblings can be found at https://jameshughes.atlassian.net/wiki/spaces/WSV/overview

MCU will wake for 3 reasons:

  1. Generic badgeInitial power on - When device powers on, MCU will briefly connect to the WiFi to get current time.

  2. Generic badgeWake on rain tip counter to increment counter and go back to sleep.

  3. Generic badgeWake at set time interval to read sensors and send to IOT data collection point.

Open Items - Software

Generic badgeRainfall in last 24h is currently last 23h, I'll circle back and fix this when everything else is working.