Skip to Content

5kg Load Cell – Strain Gauge Weight Sensor (Half-Bridge)

⚖️ 5kg Load Cell – Strain Gauge Weight Sensor (Half-Bridge)

The 5kg Load Cell is a precision strain gauge sensor used for measuring weight and force up to 5 kilograms. Commonly used in digital scales, force measurement devices, and IoT-based weight monitoring systems, this sensor outputs an analog signal based on the mechanical deformation caused by the applied load.

⚙️ Technical Specifications

ParameterSpecification
Rated Load5 kg (Max)
Output Sensitivity~1.0 mV/V (typical)
Operating Voltage5V – 12V DC (excitation)
Output TypeAnalog (millivolt signal)
MaterialAluminum Alloy
Mounting4 mounting holes for easy integration
Wiring4-wire (Red, Black, Green, White)
Dimensions~75 × 12.7 × 12.7 mm

🧪 Wire Color Reference

ColorFunction
RedExcitation+ (E+)
BlackExcitation– (E–)
GreenSignal+ (S+)
WhiteSignal– (S–)

📚 How to Install the HX711 Library in Arduino IDE

The HX711 library simplifies communication between your Arduino and the HX711 load cell amplifier.

🔧 Option 1: Install via Arduino Library Manager

  1. Open Arduino IDE

  2. Go to Sketch > Include Library > Manage Libraries

  3. In the Library Manager, type HX711 in the search box

  4. Look for "HX711 by Bogdan Necula" or "HX711 by SparkFun"

  5. Click Install

✅ You're ready to use the library in your code!

🔧 Option 2: Manual Installation (ZIP File)

  1. Download the library ZIP file from GitHub:
    📁 HX711 Library GitHub (by bogde)

  2. Open Arduino IDE

  3. Go to Sketch > Include Library > Add .ZIP Library…

  4. Select the downloaded ZIP file

🛠️ Applications

  • Electronic weighing scales

  • Kitchen or postal scales

  • Force detection and robotics

  • Smart shelves or bin monitoring

  • IoT load-measuring systems

🎮 Arduino Setup with HX711

📦 You will need:

  • 5kg Load Cell

  • HX711 Module

  • Arduino/ESP32

📋 Library: HX711.h

#include "HX711.h" HX711 scale; void setup() { Serial.begin(9600); scale.begin(3, 2); // DT = pin 3, SCK = pin 2 scale.set_scale(); scale.tare(); // Reset scale to 0 } void loop() { Serial.println(scale.get_units(), 2); // Print weight delay(500); }

🎥 YouTube Tutorial

120.00 LE 120.00 LE

This combination does not exist.

Sensor Load Cell