Search found 3 matches

by hgrbirchall
Sun Feb 14, 2021 10:37 pm
Forum: Programs, Libraries and Tools
Topic: HX711 - which lib should I use?
Replies: 73
Views: 57825

Re: HX711 - which lib should I use?

Thank you Robert. I think I have it working now. I am using GPIO 16 as the data (miso) pin and GPIO 19 as the skc (mosi) pin.

Now to turn it into meaningful results! The plan is to make a data logger which I can use with load cells for work.
by hgrbirchall
Sun Feb 14, 2021 7:47 pm
Forum: Programs, Libraries and Tools
Topic: HX711 - which lib should I use?
Replies: 73
Views: 57825

Re: HX711 - which lib should I use?

Thanks the latest update appears to have fixed that issue, I have it working now for the scales.py file, with GPIO 16 as the data pin and GPIO as the clock pin. when I tried to run your hxtest.py example I am getting the following terminal message: Traceback (most recent call last): File "<stdin>", ...
by hgrbirchall
Sun Feb 14, 2021 7:02 pm
Forum: Programs, Libraries and Tools
Topic: HX711 - which lib should I use?
Replies: 73
Views: 57825

Re: HX711 - which lib should I use?

Robert I have just been following through your example programme on the LoPy4, which I got running without too much issue. I was wanting to run the same programme on the Raspberry Pi Pico, but it threw an exception that the maching.idle module does not exist within the micropython port for the Pico....