Electrical – 4 full bridge load-cells with the HX711

esp8266load cellwii

I'm trying to hook up the load cells from a Wii fit balance board to an esp8266 using the HX711 ADC. Ideally, a way using only one HX711 but, a hookup guide for two HX711 with two load cells apiece would be helpful as well.

Best Answer

In short it can be directly connected to the ADC. If you want to remove errors involved in low frequency DC signals you will need a more complex analog front end. Things such excitation methods should be consider, ratiometric measurements, differential sourcing of your load cell to improve CMRR, source loading of your sensor, common and differential mode filtering, noise, 1/f. Just top of my head. It realy depends on what accuracy are you trying to achieve. If accuracy id not your concern, than just ignore all of the above mentioned. Oh snap forgot the sensitivity of your load cell is also an important factor that must be consider. Together with you scale resolution it determines the resolution required of your ADC.

Related Topic