6 years, 11 months ago.

load cell sensor to analog inputs

how to interface the load cell sensor with analog inputs

Question relating to:

STM32 Nucleo-144 development board with STM32F429ZIT6 MCU, supports Arduino, ST Zio and morpho connectivity

which adc ic use?

posted by kinnari patel 12 Apr 2017

i'm using TL072 and the load cell sensor is 3 wires.

posted by pan hong pun 12 Apr 2017

1 Answer

6 years, 11 months ago.

Hello Pan,
I would not suggest to connect a load cell directly to mbed's analog imput. This thread is discussing how to connect a tree wire load cell to a HX711 Load Cell Amplifier. Once that's clear, have a look at the HX711 examples and libraries available for mbed:

https://developer.mbed.org/users/Volt72/code/HX711/
https://developer.mbed.org/users/mcragun/code/loadcell/
https://developer.mbed.org/users/jimconner/code/hx711/

Accepted Answer