Anonymous
Mar 21, 2026
Rating: 3/5
Works but sensitive to mounting
The sensor is very sensitive to how it is mounted. You need a rigid base and proper alignment to get accurate results. Once mounted correctly, it functions well.
Description
Reviews
| Brand | - |
| Category | Robotics / STEM Teaching Tools / Sensors |
| Origin | - |
| Model Number | HX711 + 5KG Load Cell |
| Maximum Capacity | 5 Kilograms (Optional 10KG) |
| Interface Type | 24-Bit ADC Serial Interface |
| Operating Voltage | 2.7V to 5.5V DC |
| Sampling Rate | 10Hz or 80Hz selectable |
| Compatibility | Arduino, Raspberry Pi, STM32 |
| Sensor Material | Aluminum Alloy |
| Wire Configuration | 4-Wire Strain Gauge |
| PCB Dimensions | 22mm x 17mm x 8mm |
| Package Contents | 1x HX711 Module, 1x Load Cell, 1x Jumper Wire Set |
Anonymous
Mar 21, 2026
Rating: 3/5
Works but sensitive to mounting
The sensor is very sensitive to how it is mounted. You need a rigid base and proper alignment to get accurate results. Once mounted correctly, it functions well.
Anonymous
Mar 13, 2026
Rating: 5/5
Great introduction to load cells
If you are new to weight sensing, this is the perfect starter kit. The HX711 module handles the heavy lifting of signal amplification and noise reduction.
Anonymous
Mar 12, 2026
Rating: 5/5
Perfect for DIY Scale Projects
This kit worked flawlessly with my Arduino Uno. The calibration process was straightforward using the standard library, and the readings are surprisingly stable for the price point.
Anonymous
Mar 05, 2026
Rating: 5/5
Exceeded expectations
Used this to build a smart pet feeder. The resolution is high enough to detect small changes in food weight. Highly recommend for embedded systems.
Anonymous
Mar 03, 2026
Rating: 4/5
Good value, minor wiring confusion
The sensor itself is accurate, but the color coding on the wires differed slightly from the diagram in the generic library. Once I tested continuity, it worked great.
Anonymous
Mar 02, 2026
Rating: 5/5
Stable readings after warm-up
I noticed some drift in the first minute of operation, but after letting it warm up, the measurements were consistent. Excellent for a kitchen scale prototype.
Q: Is there a library available for Python on Raspberry Pi?
A: Yes, there are several open-source Python libraries available, such as 'hx711' or 'gpiozero' extensions, which can be installed via pip to interface with the module easily.
Q: What is the difference between the 5KG and 10KG versions?
A: The primary difference is the maximum weight capacity the load cell can measure accurately. The electronic module (HX711) is identical for both; you simply choose the sensor based on your project's weight requirements.
Q: Can this module work directly with a 3.3V microcontroller?
A: Yes, the HX711 module supports an operating voltage range of 2.7V to 5.5V, making it fully compatible with 3.3V logic boards like the ESP32 or Raspberry Pi.
Q: Do I need any external resistors or capacitors to make this work?
A: No, the HX711 breakout board includes all necessary internal components. You only need to connect power, ground, and two data pins to your microcontroller.
Q: How do I calibrate the sensor for accurate grams reading?
A: Calibration requires placing a known weight on the sensor and adjusting the scale factor in your code until the output matches the known weight. Most example sketches include a calibration routine.