How can I use Arduino Uno and load cell amplifier with Lcd 16*2 ??

JohnInTX

Joined Jun 26, 2012
4,787
Welcome to AAC!
That is a big question with not much detail. But check these threads out to get started:
https://forum.allaboutcircuits.com/...nterfacing-load-cells-with-an-arduino.158922/
https://forum.allaboutcircuits.com/...o-project-not-understanding-load-cell.132660/

In general, the load cell is connected to an instrumentation amplifier to amply the signal and convert it to a single-ended output.
Then that output is fed to one of the Arduino's analog inputs.
From there you read the voltage from the load cell as an analog value.
Then you scale the raw analog value to yield Kg.
Finally, you output the weight in Kg to the display.

Arduino provides all of the libraries, math and LCD display libraries that you need. There is also lots of load-cell application notes out there for the cost of googling.

Good luck!
 
Top