jpk73

Results 6 comments of jpk73

check out these examples: https://github.com/sparkfun/HX711-Load-Cell-Amplifier/tree/master/firmware

Hi! I am very interested in this too. I used the sparkfun HX711 board succsessfully on the DUE and am planning to run all my future projects on Teensies. Hope...

Many thanks, that sounds good to me! As soon as I manage to test my HX711 with a Teensy I will report. It can take some time though as I...

Here is my code: #define DOUT 28 #define CLK 29 #define calibration_factor 48600 // 48600 auf Holzmaschine MK1 #define zero_factor 15700 // 17500 auf Holzmaschine MK1 HX711 scale(DOUT, CLK); void...

Successfully running on Teensy2! But can't decode B&O codes especially the ones that are repeated back to back. Tried various settings for timeout etc. but couldn't get it to recognize...