Hello,
I'm wondering if anyone has implemented weewx on the RPi for use with an arduino-based weather station? I'm using a weathershield with an RF24 transmitter to an RPi2. The Pi is unual in that it is not running Raspian, but rather Tiny Core Linux.
For those who don't know, Tiny Core is an "in memory" version of Linux that is designed for embedded systems. It's very small, boots up quickly and can be shut off instantly with no damage to the filesystem. Using TC has the added benefit of avoiding writes to the SD card.
I've written a driver for the RF24 connection to the arduino, and am having weewx on the Pi log the data to a mysql server on another linux machine. Once it's been operating smoothly for awhile I'll have it log to wunderground, etc.
HOWEVER, there are some little oddities that crop up and I'd like to chat with anyone who has implemented a similar custom driver.
If I could get another pair of eyes on this to help make it production quality, I'd like to contribute it back to the repo.
Regards,
Matt