ESP 8266 and HX711
Posted: Sat Oct 10, 2015 10:52 am
Hi,
I am trying to get the HX711 arduino library to work on the 8266 through the arduino IDE.
The HX711 library controls the load cell chip to allow it to talk to the processor. It works great when i have the HX711 connected to an Arduino Nano. The masses are read and processed easily.
But when I compile it for the 8266, it comes up with this:
ets Jan 8 2013,rst cause:2, boot mode:(3,6)
load 0x4010f000, len 1264, room 16
tail 0
chksum 0x42
csum 0x42
~ld
The chip is fine as it runs other programs, but something is causing it to reset when i try to use the 711 library and associated commands.
I have connected the 711 clock to GPIO 16 and data to GPIO 14 on a ESP12
Any suggestions. Has anyone else managed to use the 711 library directly on the 8266?
Thanks
I am trying to get the HX711 arduino library to work on the 8266 through the arduino IDE.
The HX711 library controls the load cell chip to allow it to talk to the processor. It works great when i have the HX711 connected to an Arduino Nano. The masses are read and processed easily.
But when I compile it for the 8266, it comes up with this:
ets Jan 8 2013,rst cause:2, boot mode:(3,6)
load 0x4010f000, len 1264, room 16
tail 0
chksum 0x42
csum 0x42
~ld
The chip is fine as it runs other programs, but something is causing it to reset when i try to use the 711 library and associated commands.
I have connected the 711 clock to GPIO 16 and data to GPIO 14 on a ESP12
Any suggestions. Has anyone else managed to use the 711 library directly on the 8266?
Thanks