I'm discovering ESPEasy which is fantastic!! Thanks to all the developers!
I' have some troubles to use a HX711 to make a scale with the ESP_Easy_mega-20180624_test_ESP8266_4096.bin
I' have tried several bin but I always have the same troubles.
My ESP8266+HX711 works well if I use an arduino sketch with the lib <HX711.h> ; I get stable readings.
If I use ESPEasy, without touching the scale, I get:
Code: Select all
3552: WIFI : Connected! AP: NETGEAR94 (9C:3D:CF:2A:98:E6) Ch: 8 Duration: 2905 ms
10649: HX711: Value: -319.969 = 3502217.500
20649: HX711: Value: -344.875 = 3737986.500
30649: HX711: Value: -363.437 = 3913704.000
30654: WD : Uptime 1 ConnectFailures 0 FreeMem 20656
34537: WIFI : DHCP IP: 192.168.1.20 (ESP-Easy-2) GW: 192.168.1.1 SN: 255.255.255.0
34540: Webserver: start
40649: HX711: Value: -337.625 = 3669356.000
51161: HX711: Value: -329.406 = 3591555.500
60654: WD : Uptime 1 ConnectFailures 0 FreeMem 17848
61161: HX711: Value: -342.594 = 3716391.500
71161: HX711: Value: -346.719 = 3755440.000
81161: HX711: Value: -315.625 = 3461098.500
90654: WD : Uptime 2 ConnectFailures 0 FreeMem 17824
91161: HX711: Value: -288.687 = 3206101.500
101161: HX711: Value: -330.187 = 3598951.000
111161: HX711: Value: -329.437 = 3591851.000
120654: WD : Uptime 2 ConnectFailures 0 FreeMem 17848
121161: HX711: Value: -334.812 = 3642732.500
131161: HX711: Value: -338.562 = 3678230.500
141161: HX711: Value: -342.187 = 3712546.000
Thank you in advance!
Chris