tatobari / hx711py

HX711 Python Library for Raspberry Pi.
Apache License 2.0
206 stars 154 forks source link

Wiring dual channel A + B #24

Closed hyptechdev2015 closed 5 years ago

hyptechdev2015 commented 5 years ago

Hi,

Will this wiring work for both channel from @kozoke

20

Picture Link

Referenced from: This comment on Issue 12

tatobari commented 5 years ago

Hi! Your question references data from other projects and it's more related to how to combine 3 wire load cells with two different gains, which is pretty much out of the focus of this project.

In your case, I'd check introductions to load cells such as Sparkfun's one, which is very good and it's also the one I used when I started working with load cells.

kozoke commented 5 years ago

Hi,

Will this wiring work for both channel from @kozoke

20

Picture Link

Referenced from: This comment on Issue 12

I went to two separate Hx-711s and actually two esp boards. All separate and all working. I also now use esphome on them (just usuign 1 hx711) and it works great! Highly recommend esphome if you are looking for a push-button simple set-up. https://esphome.io/ (I have not tried configuring it for two load cells - but I shoud some day).

hyptechdev2015 commented 5 years ago

thank you @tatobari and @kozoke

I ended up using Channel A only, and it works for me with your codes @tatobari

using wiring from: #20