Search found 3 matches

by delarge
Tue Jan 09, 2018 12:52 pm
Forum: ESP8266 boards
Topic: [SOLVED/WORKEDAROUND] Having problems with HX711 load cell sensor
Replies: 18
Views: 50480

Re: [SOLVED/WORKEDAROUND] Having problems with HX711 load cell sensor

Indeed I have. Thank you mate.

Best Regards.
by delarge
Sun Dec 31, 2017 8:13 pm
Forum: ESP8266 boards
Topic: [SOLVED/WORKEDAROUND] Having problems with HX711 load cell sensor
Replies: 18
Views: 50480

Re: [SOLVED/WORKEDAROUND] Having problems with HX711 load cell sensor

thank you for the reply mate! I've added the line: def read(self): self.powerUp() while not self.isready(): pass print("<waiting finished> dataPin: {}, sckPin: {}".format(self.dataPin.value(), self.pdsckPin.value())) my = 0 now = utime.ticks_us() myus = '' for i in range(24): now = utime.ticks_us() ...
by delarge
Thu Dec 28, 2017 12:22 am
Forum: ESP8266 boards
Topic: [SOLVED/WORKEDAROUND] Having problems with HX711 load cell sensor
Replies: 18
Views: 50480

Re: [SOLVED/WORKEDAROUND] Having profolblems with HX711 load cell sensor

Hello everybody, I'm starting with all this related with ESP8266+Micropython and I'm trying to make the HX711 work. I'm using NodeMCU v2 and the code(https://pastebin.com/43Ji11AL) is based on the info in this thread (thanks for that). I'm having the following error when I try the HX711(). >>> HX711...