ATEM_tally_light_with_ESP8266 icon indicating copy to clipboard operation
ATEM_tally_light_with_ESP8266 copied to clipboard

ESP-12 support

Open FilkodonAwang opened this issue 2 years ago • 2 comments

I tried to write the program to an ESP-12E but got unexpected results. I changed the led pins from 3 to 8 and the data pins to 13. The flash is successful, the program starts, but the wifi network does not appear. (I set the Erase Flash function to Sketch and Wifi mode). I get the following message on the serial port:

image

Can I ask for some help with this?

FilkodonAwang avatar Oct 25 '21 23:10 FilkodonAwang

Do you have a datasheet for it? I'm not sure what the difference is from a D1 mini.

Also, have you selected the correct board in the board manager? It's probably not the one described in the guide if you have another board.

AronHetLam avatar Nov 23 '21 17:11 AronHetLam

According to this your program probably stalls for too long, causing the hardware watchdog to trigger a reset.

AronHetLam avatar Nov 23 '21 17:11 AronHetLam