Search found 3 matches

by jstrebel
Fri Feb 12, 2021 12:19 pm
Forum: Programs, Libraries and Tools
Topic: HX711 - which lib should I use?
Replies: 73
Views: 54481

Re: HX711 - which lib should I use?

Thank you Robert it worked.
It was my stupidity not looking a the consequences when I removed the temperature part in the hxtest Shame on me.
Great help /J
by jstrebel
Fri Feb 12, 2021 11:35 am
Forum: Programs, Libraries and Tools
Topic: HX711 - which lib should I use?
Replies: 73
Views: 54481

Re: HX711 - which lib should I use?

Thank you for your very fast Response. I got a stepp further. self.spi = SPI(0,baudrate=1000000, polarity=0, phase=0, sck=Pin(5),mosi=Pin(23),miso=Pin(19)) Traceback (most recent call last): File "<stdin>", line 7, in <module> File "hx711_spi.py", line 9, in __init__ ValueError: SPI ID must be eithe...
by jstrebel
Fri Feb 12, 2021 9:55 am
Forum: Programs, Libraries and Tools
Topic: HX711 - which lib should I use?
Replies: 73
Views: 54481

Re: HX711 - which lib should I use?

Hello, I hope somebody could help a beginner. After my first success to run the I2C version hx711-lopy I tried to use the SPI version of this library (class) I get the following Error: Traceback (most recent call last): File "<stdin>", line 7, in <module> File "hx711_spi.py", line 9, in __init__ Att...