HX711 issue #9836
Unanswered
rokbass
asked this question in
Core Development
HX711 issue
#9836
Replies: 2 comments 7 replies
-
The error tells, that the HX711 constructor expects integers, but you supply pin objects. Which HX711 library do you use? Please tell us the url of that library. |
Beta Was this translation helpful? Give feedback.
5 replies
-
Hi @rokbass , do you mind sharing the "hx711_gpio"'s GitHub page? I cannot find it |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, New to Github and micropython. I have done a lot of reading and research on this site, but I can't seem to find the exact cause of my dilemma. I am using a raspberry pi pico. programming with Thonny ide. I have successfully wired and programmed an oled display using the tom's hardware example in thonny. Now, I want to add a load cell using an HX711. I should add that I have successfully done this using the Arduino IDE. I'm not a pro by any means, but I really want to learn micropython better.

I have kept the simply code for the oled in, as the whole point of this simply program is to display load cell info. I am using the HX711 for micropython library.
I have entered this code line by line, and only get the error in line 14. My thinking is that there is something wrong with the library, but this is up to date and is really the only one I can find specific to micropython and RP2040. Any help would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions