Skip to content
harpersophia edited this page Sep 14, 2021 · 1 revision

Definition of HX711

Based on Avia Semiconductor's patented technology, HX711 is a precision 24-bit analog- to-digital converter (ADC) designed for weigh scales and industrial control applications to interface directly with a bridge sensor. The HX711 is a precision 24-bit analog-to-digital converter (ADC) that is designed for weighing scales and industrial control applications to interface directly with a bridge sensor. It is specially made for amplifying signals from cells and reporting them to another microcontroller. Our Grove – ADC for Load Cell (HX711) is a 24-bit A/D converter designed specifically for the load cell. It contains an on-chip low noise programmable amplifier with an optional gain of 32, 64 and 128. The HX711 chip integrates a regulated power supply, an on-chip clock oscillator, and other peripheral circuits, which have the advantages of high integration, fast response, and strong anti-interference. With the Grove I2C connector and 4-pin screw terminal, it becomes quite easy to connect the load cell and microcontroller, no soldering required. You can build your own Arduino weigh sensor system in just a few simple steps.

How does the HX711 work?

The HX711 uses a two wire interface (Clock and Data) for communication. Any microcontroller's GPIO pins should work and numerous libraries have been written making it easy to read data from the HX711. Load cells use a four wire wheatstone bridge to connect to the HX711.

Clone this wiki locally