Skip to content

Releases: Scott216/Weather_Station_Data

Stable release with WDT

23 Mar 14:09
Compare
Choose a tag to compare

This version has been running over a month without locking up, I think the watch dog timer helps a lot. This is compatible with MoteinoMega, but I don't have it running on that yet, just the normal Moteino.

Fixed wind direction but

26 Oct 14:45
Compare
Choose a tag to compare

Wind direction could go to -1, but with an unsigned integer this was about 65k.

Improved rain rate and fixed a few bugs

18 Oct 21:34
Compare
Choose a tag to compare

Get rain rate (inches per hour) from the Davis ISS instead of calculating it in the sketch. Also get 10 minute wind gust from the ISS also. Average wind direction was fixed, it now uses vector math to calculate the average direction.

Initial Release

30 Jul 01:11
Compare
Choose a tag to compare

First release. Everything seems to work fine.