nickl111 / beerlogger

Monitor fermentation activity with a Raspberry Pi Zero W and Tilt Hydrometer
MIT License
0 stars 0 forks source link

Rate limit bloop counter #4

Closed nickl111 closed 6 years ago

nickl111 commented 6 years ago

When the potentiometer is dialled in close enough to be sensitive enough to detect bloops it is also sensitive enough to detect your fingers nearby! This causes hundreds of false bloops which destroys data integrity. Now there is probably a hardware solution with a pull-down/up resistor somewhere but it should be much simpler to implement a rate limit in the software, say 3 per second max.

nickl111 commented 6 years ago

Limited this to 2 per second