You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 30, 2023. It is now read-only.
thanks for your great work in porting this bed scale to the ESP platform!
That really made it possible for me to go ahead an make it!
I ran into a problem after uploading your code (with my settings in config.h) to my ESP8266 (Wemos D1 mini)
The serial Monitor is printing out random characters and I dont know why?
I checked the baud rate and tried all the other baud rates (in the serial monitor). It should be 9600 baud since that is written in the code (Serial.begin(9600);).
I made you a big screenshot with hopefully all the info you could need.
Any help is really welcome, thanks!
And one other question:
I used the picture that you can see in the screenshot to attach the sensors to the HX711 (ignore the part on the picture with the arduino).
Is that the correct way to wire them up?
Hi,
thanks for your great work in porting this bed scale to the ESP platform!
That really made it possible for me to go ahead an make it!
I ran into a problem after uploading your code (with my settings in config.h) to my ESP8266 (Wemos D1 mini)
The serial Monitor is printing out random characters and I dont know why?
I checked the baud rate and tried all the other baud rates (in the serial monitor). It should be 9600 baud since that is written in the code (Serial.begin(9600);).
I made you a big screenshot with hopefully all the info you could need.
Any help is really welcome, thanks!
And one other question:

I used the picture that you can see in the screenshot to attach the sensors to the HX711 (ignore the part on the picture with the arduino).
Is that the correct way to wire them up?