Load cell instrumentation amplifier

ericgibbs

Joined Jan 29, 2010
21,444
I can now see my load cell working using the data from an HX711. Can I get a voltage out of the setup to operate a vco? I'm still having no luck with instrumentation amps. Thanks
Hi Steve,
Where in the circuit are you attaching the INA amps.
As you may know, the HX711 is a Bit stream output of the weight value, into an MCU input.

The only possible place in the circuit would be across the HX711 +/-A bridge inputs.

Post your INA circuit diagram.
E
 

ericgibbs

Joined Jan 29, 2010
21,444
Hi Steve,
Bottom line is, we need to see how you connected the LC to the modules in those links.
A simple sketch, showing the connections, would be sufficient
E
 

MisterBill2

Joined Jan 23, 2018
27,547
A "3-wire" load cell is also called a "half bridge" load cell, and it usually requires two BRIDGE COMPLETION resistors. I have no experience to draw on for advice about using them, and I am reluctant about guessing how to do it.
 

Thread Starter

steverod

Joined Jul 11, 2024
48
Thanks for that. Indrek Luuk on youtube has a pic which is exactly what I needed. Both load cells are working perfectly. Now I'd like to dispense with the HX711 and go back to my original plan to amplify the signal from the load cells. I now have the HX711 wired to the 2 load cells perfectly. How do I unplug E+, E-, A-, A+ of the HX711 and plug those wires into Vin, GND, -S, +S? What, if anything, goes where? Thanks.
 

Attachments

Thread Starter

steverod

Joined Jul 11, 2024
48
I'd like to send the data from an HX711 (load cell) wirelessly to a phone (android) or computer (bluetooth?). What's the simplest way to do that? Thanks.
 

Thread Starter

steverod

Joined Jul 11, 2024
48
Thanks. Not much programing, but I know someone who does. Also I don't require any dual role - only send. I assume I need a receiver and a maybe pi board.
 
Last edited:

Thread Starter

steverod

Joined Jul 11, 2024
48
Thanks again. Is there a tutorial for then sending a wifi/bluetooth signal to a phone or linux computer from the esp32?
 

dendad

Joined Feb 20, 2016
4,638
You will still need an Arduino or similar to read the HX711 and produce the serial data to send to the radio transmitter.
So, the RNT post using the Arduino Uno could be of use to you.
This is a good opportunity for you to get into the fun Arduino/ESPxxx field.
 
Top