Search found 2 matches
- Fri Sep 09, 2016 4:31 pm
- Forum: Sensors
- Topic: HX711 Bridge Sensor Digital Interface Module (HCMODU0073)
- Replies: 8
- Views: 49405
Re: HX711 Bridge Sensor Digital Interface Module (HCMODU0073
Hi Andrew, Thanks for the reply, I think I have just solved this :) my circuit included a mux chip to switch between two HX711 boards (im using 4 x pressure sensors) switching between the two IC's it seems they were going to sleep, the code ran "while(digitalRead(DOUT));" this was never satisfied (o...
- Fri Sep 09, 2016 12:36 pm
- Forum: Sensors
- Topic: HX711 Bridge Sensor Digital Interface Module (HCMODU0073)
- Replies: 8
- Views: 49405
Re: HX711 Bridge Sensor Digital Interface Module (HCMODU0073
Hi there, Thanks for this code very helpfull to have an alternative to the HX711 lib's, I am having problems with the code my Teensy-LC seems to fail at the while loop "while(digitalRead(DOUT));" To me this seems wrong as the are no {} to encase the contents of the while loop and nothing to to compa...