Hx711 - Proteus Library
C:\Program Files (x86)\Labcenter Electronics\Proteus 7 Professional\LIBRARY
Gather the following components from the Proteus object picker: The newly installed simulation model. Microcontroller: Arduino Uno (ATmega328P), PIC, or 8051. hx711 proteus library
A typical HX711 connection to a microcontroller uses just two wires: The system: To simulate a complete digital weighing
| Pin | Name | Description | |-----|------------|-----------------------------| | 1 | VSUP | 2.7V – 5.5V power | | 2 | BASE | Analog ground | | 3 | A- / A+ | Differential channel A | | 4 | B- / B+ | Differential channel B | | 5 | DOUT | Serial data out → MCU | | 6 | PD_SCK | Clock input from MCU | the HX711 converter
A Hackster.io project demonstrates an STM32F103C6 microcontroller interfaced with an HX711. The system:
To simulate a complete digital weighing scale, you need to connect three primary blocks: the input sensor, the HX711 converter, and the host microcontroller.
A popular project on CSDN walks you through building a complete digital scale: