Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement hx711 reading with pigpio #42

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

caseypen
Copy link

Hi Tatobari,

I created an example file with the functions I used for my own project. pigpio is pre-installed in Debian, so you do not need to install it manually. Before running it, you need to start the daemon of pigpio by running the command below on your raspberrypi terminal:

sudo pigpio

Then, you can directly run it with:

python hx711_gpio.py

I do not use the function of "tare" and calibration like in your code, as our cases need to calibrate two load cells with multiple weights together. You may want to merge the methods applied in your own code. Hope it helps.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant