Does anyone know of a solution for getting the rainfall quantity into a PI?
I have an old commercial (cheap) weather station which displays wind, rain, inside and outside temp, However the rain data stopped displaying so I took the gauge apart. It is a seesaw of two small cups, the count of ‘oscillations’ against time provides the measurement.
If there isn’t a ‘new’ solution available I might try and convert my old bought gauge.
Thanks for the links, that is what it is, a tipping bucket.
RIP Maplin!
The one I have is a magnet and reed switch but I think it is the RF section that has failed.
If I am to get it working with a PI I will need to send the pulses by WiFi, either as they happen or the count for the last minute or five. All working off a couple of AA cells.
This could keep me busy!
An Arduino or Feather may be a better choice for this. They will use less power and be power failure tolerate. Feathers have a LIPO battery connector and charge circuit built in.
Anything like a Pi won’t work very well off of 3 AA’s. You’ll get constant undervolt warnings. And using 4 AA’s will fry it.
Alternatively I could use the old fashioned system, cable.
Cable from the gauge to a little electronics to interface with the PI and count pulses against time, correct for collection area.
I have also managed to get the data to Grafana via InfluxDB, makes very pretty visuals and I am still learning how to set it up. This is an example of the Particle data graphed.