Main Content

Arduino interfacing hx711 load cell with oled display

In this article we will learn how to Interface Arduino with HX711 Load cell.

HX711 Load cell interfacing with Arduino
In this article we will learn how to Interface Arduino with HX711 Load cell. In the last post we will learn how to Interface Arduino with LCD and Keys simulation in proteus. You can visit our website, I hope you appreciate my work, let’s discuss about today’s project.

Components:
1. Arduino
2. HX711
3. O Led
4. Load cell
5. Jumper wires

Construction…
- Connect Green wire of Load cell with A+ pin of HX711
- Connect Red wire of Load cell with E+ pin of HX711
- Connect Black wire of Load cell with E- pin of HX711
- Connect White wire of Load cell with A- pin of HX711
- Connect GND pin of HX711 with GND pin of Arduino
- Connect DT pin of HX711 with D3 pin of Arduino
- Connect SCK pin of HX711 with D2 pin of Arduino
- Connect 5V pin of HX711 with Vin pin of Arduino
- Connect GND pin of O Led with GND pin of Arduino
- Connect VDD pin of O Led with 3V pin of Arduino
- Connect SCK pin of O Led with A5 pin of Arduino
- Connect SDA pin of O Led with A4 pin of Arduino

Working…
The HX711 is a popular and commonly used load cell amplifier and analog-to-digital converter (ADC) that allows you to interface load cells with microcontrollers like Arduino. It is widely used in applications such as weighing scales and force measurement systems.”

Link to article