bogde / HX711

An Arduino library to interface the Avia Semiconductor HX711 24-Bit Analog-to-Digital Converter (ADC) for Weight Scales.
MIT License
876 stars 535 forks source link

Multiple HX711 with one clock #247

Open froshyb opened 1 year ago

froshyb commented 1 year ago

Hi is posible using HX711 with one clock line. Here is schematic: [jbbee]http://jbmprojekty.sk/css/jbbee-1.png

I am developing IoT device for beehives published with gnu/gpl. And need help with HX711 i am need one shared clock for all HX711, because ATMEGA328A not enough pins.

banoz commented 1 year ago

It's possible but you'll need to change the library code for that. I made the changes for reading two HX711s simultaneously here, don't see a reason why it can't be expanded to more data inputs.