EnviroDIY / TippingBucketRainCounter

Arduino code & instructions to convert a Pro Trinket board into a low-power I2C event counter for a tipping bucket rain gauge or anemometer.
BSD 3-Clause "New" or "Revised" License
1 stars 3 forks source link

Add calculation of rainfall rate #2

Open SRGDamia1 opened 6 years ago

SRGDamia1 commented 6 years ago

You can probably use millis() since last request instead of trying to communicate with an RTC and assume the requests will be more frequent than the millis() rollover (49.7 days).