espDMX icon indicating copy to clipboard operation
espDMX copied to clipboard

Doesn't work with ESP8266-12E

Open niclasboy opened this issue 7 years ago • 6 comments

After a few seconds i get following message:

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

load 0x4010f000, len 1384, room 16 tail 8 chksum 0x2d csum 0x2d v09f0c112 ~ld`

niclasboy avatar May 24 '17 17:05 niclasboy

wdt reset load 0x4010f000, len 1384, room 16 tail 8 chksum 0x2d csum 0x2d v09f0c112 ~ld i got the same do you had it fixed?

Giaitzoglou avatar Jan 28 '18 04:01 Giaitzoglou

I think that error is due to a pin definition issue. Have you tried the demo dmxChaser.ino?

mtongnz avatar Feb 17 '18 07:02 mtongnz

With the chaser it works fine for 1 day or two and after the same error , where should I check to see if the pin definition are correct

Giaitzoglou avatar Feb 18 '18 12:02 Giaitzoglou

If it works for a day then I'd say it isn't a pin definition. Not sure what would be causing the issue. Possibly a ram overflow. It seems to run fine on my ESP

mtongnz avatar Feb 19 '18 03:02 mtongnz

How to add a code to free the ram or hard reboot the esp after the ram gets full or after a specific time ?

Giaitzoglou avatar Feb 20 '18 20:02 Giaitzoglou

If the ESP gets too little power, it could also (randomly) dip below the required voltage and reset. You may want to check the supply voltage with an oscilloscope.

robertoostenveld avatar Jan 28 '20 21:01 robertoostenveld