Hello,
I have a 200KG load cell soldered to an HX711 module. The HX711 is attached to an arduino which is powered and controlled via a USB->TTL adapter plugged into my tower PC. The schematic is attached. I've been getting readings of +/- 50g with occasional higher and lower spikes from the load cell at 10 SPS both loaded and unloaded. Knowing that I have 24bits of resolution (with the hx711 ADC), it seems to me I should be able to get a more stable result. On the SW side, I'm using HX_grocery_scale.ino from https://github.com/RobTillaart/HX711 . It prints out about 4 results per second in grams (250ms delay per reading).
I asked on the arduino discord, and it was suggested that I add a capacitor to stabilize the output. The gentlemen couldn't recall the guide where it tells you how to calculate the capacitance required. I tried searching online for anything relevant, but all I could find were SW based solutions.
As you can see in the schematic, there's already a 100nF (0.1uF) capacitor on the two sensor pins.
Is there some way to better stabilize the HX711's output?
Thanks!
I have a 200KG load cell soldered to an HX711 module. The HX711 is attached to an arduino which is powered and controlled via a USB->TTL adapter plugged into my tower PC. The schematic is attached. I've been getting readings of +/- 50g with occasional higher and lower spikes from the load cell at 10 SPS both loaded and unloaded. Knowing that I have 24bits of resolution (with the hx711 ADC), it seems to me I should be able to get a more stable result. On the SW side, I'm using HX_grocery_scale.ino from https://github.com/RobTillaart/HX711 . It prints out about 4 results per second in grams (250ms delay per reading).
I asked on the arduino discord, and it was suggested that I add a capacitor to stabilize the output. The gentlemen couldn't recall the guide where it tells you how to calculate the capacitance required. I tried searching online for anything relevant, but all I could find were SW based solutions.
As you can see in the schematic, there's already a 100nF (0.1uF) capacitor on the two sensor pins.
Is there some way to better stabilize the HX711's output?
Thanks!
Attachments
-
99.7 KB Views: 33