Hi i am doing a project using load cell using NodeMcu board. when i am uploading, it gets uploaded but while look in to serial monitor the values are not displaying instead some other data. what to do i have tried several times but same result. here is my code and serial monitor response. please help me to resolve it
Please post code and serial monitor output using code tags as described in the forum guide. Please edit your posts above and correct that.
The message you see on serial monitor indicates there had been a reset forced by the watchdog timer. That happens when something in your code takes too long or had got stuck.
Did you use a HX711 board from Sparkfun.com ?
Their board is the only one I know off that can work with a 3.3volt processor, like the ESP8266 on the NodeMCU. Common (ebay) 5volt HX711 boards can be used, but most be modified for 3.3volt for stable operation.
If you use a HX711-multi library, then you can share the clock signals (three wires for two boards).
Leo..