james-e-morris / hx711-multi

Sample multiple HX711 24-bit ADCs with Python 3 on a Raspberry Pi Rasperry Pi Zero, 2 or 3
MIT License
13 stars 5 forks source link

Continuous Mode #1

Closed james-e-morris closed 2 years ago

james-e-morris commented 3 years ago

Future improvement: constantly sample at max rate and poll measurements based on a rolling frame. This would hopefully be done using a parallel process.

The current functionality pulls N samples, filters outliers, and then calculates an average. The new feature would open up functionality to sample the scales at any point in time based on the past X seconds without needing the have your main code wait on the scales timing.

james-e-morris commented 2 years ago

Example:

github-actions[bot] commented 2 years ago

Stale issue message