Using Load cell with Arduino

Submitted by malika on

How to read an exact ADC value from one load cell using Arduino

M

Maddy

  Joined May 28, 2015      340

Thursday at 12:47 PM

You have to use HX711 weight sensor module with Load cell. HX711 not only amplifies the low amplitude analog output from load cell, but also convert that analog output into digital signal. This digital data can be directly fed into microcontroller. You can learn more about getting ADC data from load cell using Arduino here.