Project using Load Cell Sensor with Python UI for Graphs
- Arduino Uno board
- Load Cell Sensor (any weight)
- Hx711 Amplifier
- Some wires
- Breadboard (optional)
- Arduino IDE
- Python
- VS Code (optional)
- Clone this repository: Arduino Project
- Open the project in VS Code.
- Navigate to
/Arduino/main.inoand open main.ino. - Connect the Arduino board, Hx711, and Load cell sensor with the provided configuration.
- Connect the Arduino board to the PC using a USB connector.
- Identify the port of the Arduino.
- Go to
/Python/main.pyand open main.py. - Modify line 30 in main.py to match the Arduino port.
- Upload and run main.ino.
- Run main.py.
- Observe the graphs.
- In settings, adjust the accuracy for calibrating the graphs output.
- Click "calibrate". Ensure no materials are currently on top of the sensor, then click "start".
- Wait for the list to stabilize, then click "ok".
- Add the weight and input the known weight of the object in the popup using kilograms. Click "start".
- Wait for the list to stabilize, then click "ok".
- Verify if the measurements are correct by observing the graphs.




