LowPowerLab Forum

Hardware support => Projects => Topic started by: scott216 on October 02, 2014, 07:39:37 AM

Title: Upload Weather Station Data
Post by: scott216 on October 02, 2014, 07:39:37 AM
I'm using a Moteino to intercept the wireless data coming from my Davis weather station and then uploading it to Weather Underground.  I've got more details and all the code up on GitHub:
https://github.com/Scott216/Weather_Station_Data/wiki
Title: Re: Upload Weather Station Data
Post by: Felix on October 02, 2014, 01:35:20 PM
Interesting, thanks for sharing. I like how the RFM69 radio can do so many things like adapt to an existing signal when required. It has build it encryption and CRC but if you need to do your own CRC you can do that in your firmware instead and turn those off.