-->
Page 1 of 2

HX711 with ESP8266 and bathroom scale

PostPosted: Fri Jan 13, 2017 4:56 pm
by HarleyGolfGuy
Hi everyone,

I have a working prototype with the Arduino UNO using the HX711 a/d converter with a bathroom scale. So, I have figured out how to connect the scale to the hx711 to the arduino uno. Now I'm trying to get it to work with the ESP8266 and am simply cannot get anything working. I have tried every sketch I can find.

I have got the wifi sketch to work so I am able to upload code to my ESP8266. Now I just cannot get any sketches using the HX711 libraries working.

Can anyone please help me? If someone provides me an example sketch I can provide the error message.

For example I have used the sketch here:
https://github.com/squix78/esp8266-proj ... -scale.ino

I get
Code: Select allSoft WDT reset

ctx: cont
sp: 3ffef1a0 end: 3ffef3a0 offset: 01b0

>>>stack>>>
3ffef350:  3fffdad0 3ffee374 402021c0 3ffee380 
3ffef360:  402010ae 00000064 00000064 402010a3 
3ffef370:  3fffdad0 00000000 3ffee350 3ffee374 
3ffef380:  3fffdad0 00000000 3ffee36c 4020220c 
3ffef390:  feefeffe feefeffe 3ffee380 40100114 
<<<stack<<<

 ets Jan  8 2013,rst cause:2, boot mode:(1,7)


 ets Jan  8 2013,rst cause:4, boot mode:(1,7)

wdt reset


I have tried the French sketch here:

http://blog.heredero.org/pese-personne-wifi/

and I get:

Code: Select allets Jan  8 2013,rst cause:2, boot mode:(1,6)


 ets Jan  8 2013,rst cause:4, boot mode:(1,6)

wdt reset

Re: HX711 with ESP8266 and bathroom scale

PostPosted: Sat Jan 14, 2017 4:41 pm
by avoletta
I have the exactly same problem,

Help please!!!

Re: HX711 with ESP8266 and bathroom scale

PostPosted: Sun Feb 05, 2017 2:37 pm
by masters42
I'm in the exact same boat as you folks. Anyone have any luck yet?

Re: HX711 with ESP8266 and bathroom scale

PostPosted: Sat Mar 18, 2017 2:00 am
by Fatiz
I have the same problem :(
have anyone been able to crack it?