Can anyone help me out? I'm trying to log loadcell data using a hx711 at 80 Hz. I am using this library GitHub - bogde/HX711: An Arduino library to interface the Avia Semiconductor HX711 24-Bit Analog-to-Digital Converter (ADC) for Weight Scales. and am logging the data with gobetwino.
I'm using the sample code from the library and I can't see how to increase measurments from 10 Hz to 80 Hz which should be possible according to the hx711 data sheet.
I'm also finding that when I look at the data I've collected measurements start at 10 Hz and slowly drop to 2 or 3 Hz over a period of ~ 4 mins.
Any help much appreciated! I'm very new to this
Still not had any success getting this to work >:(
Any ideas?
Get control of pin 15 on the HX-chip. Force it high for 80Hz (low fo 10Hz)
.. so this is part of design of the breakout board.
break the connection ti gnd and join pin 15 to pin 16 (Ucc)
Hi Bencil88,
I can confirm that Knut-ny's method will work perfect...I desoldered pin 15 of the HX711
and jumpered to Vcc to get the sample rate to 80Sa/sec, for a model rocket motor test stand.
You can see the modification made to the module board in this short vid:
Thanks to both of you, that's really helpful.
Sounds like this may test my soldering skills though!
For the benefit for any noobs like myself wanting to do 80 Hz data logging with a hx711 breakout...
knut_ny's method worked great. Desolder pin 15 and lever it up so parallel to the board then put a blob of solder linking to pin 16, see pic below.
For saving data on the computer I swapped from gobetwino to CoolTerm which seems to be fine at 80Hz, where as gobetwino had some issues. CoolTerm is a bit easier to use too.
Thanks y'all
Hello everyone!!
I did just what you said with six of these modules and I don't know why they are not working at 80Hz but at 90 (aprox. each of them is working at a different rate). Do you have any idea why this is happening?
Thanks in advance.