The HX711 board allows you to easily read load cells to measure weight. By connecting the amplifier to your microcontroller you will be able to read the changes in the resistance of the load cell and with some calibration you’ll be able to get very accurate weight measurements. This can be handy for creating your own industrial scale, process control, or simple presence detection.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.
Each color corresponds to the conventional color coding of load cells:
- Red (Excitation+ or VCC)
- Black (Excitation- or GND)
- White (Amplifier+, Signal+, or Output+)
- Green (A-, S-, or O-)
- Yellow (Shield)