Hx711 Proteus Library May 2026
Connect the analog terminals of the potentiometer to the HX711's differential input pins ( E+ , E- , A+ , A- ).
Connect the (Power Down and Serial Clock Input) pin of the HX711 to Arduino digital pin D2 .
Hook up the LCD data pins to Arduino pins D4 through D7 to create the output screen. Writing the Arduino Code for the Simulation hx711 proteus library
Click the Play (Run) button at the bottom left of the Proteus interface to start the simulation.
Add a 16x2 LCD Display or a Virtual Terminal to view real-time weight outputs. 2. Wiring the Components Connect the analog terminals of the potentiometer to
Add the newly installed HX711 module from the component picker.
Double-click the Arduino Uno component in Proteus to open the properties window. Under Program File , browse and select your generated .hex file. Writing the Arduino Code for the Simulation Click
Adjust the potentiometer value up or down. The changing differential voltages simulate load variance, and the 16x2 LCD will display the computed weight changes. If youg., 8.13, 8.15)
To compile code for the simulation, write an Arduino sketch that uses the official Bogdan Necula HX711 Library . After writing the code in the Arduino IDE, export the compiled .hex file to upload into Proteus.