Daniel Robertson
Daniel Robertson
This will not work for `hx711_multi_t`. The PIO init function [modifies the PIO program itself](https://github.com/endail/hx711-pico-c/blob/main/src/hx711_multi_reader.pio#L107) to set the number of in pins. Individual state machines using the same PIO would...
A rpi-scale-cxx repo should be created for the scale functions.
Classes to be removed: AbstractScale Mass Value ValueStack
On second thought, having scale functionality as part of a "library" should persist, but should be more clearly separated from the base HX711 functionality.
AdvancedHX711 relies upon Watcher, which - currently - does not easily allow for notifications when data is ready. A rewrite may be in order. Perhaps event-based callbacks?
`Gain` needs to be maintained to be able to properly set input gain selection when a read takes place.
This is not possible/feasible on an RPI. Hardcoded values, probably obtained through a logic analyser, would be optimal.
Sigrok capture here: https://github.com/endail/hx711-pico-c/blob/main/resources/hx711_80sps_nogainchange.sr
Hi, When you tested it on the Raspberry Pi 5, did you copy the files over from the Pi 4 or reinstall everything according to the [instructions](https://github.com/endail/hx711?tab=readme-ov-file#build-and-install)? You may also...
Hi, The HX711 is only capable of reading from one channel at a time. To be able to read from a different channel, the HX711 needs its configuration to be...