AronHetLam / ATEM_tally_light_with_ESP8266

Wireless tally light for use with ATEM switchers, which connects over WiFi, using an ESP WiFi module.
GNU General Public License v3.0
159 stars 40 forks source link

ESP-12 support #55

Open FilkodonAwang opened 3 years ago

FilkodonAwang commented 3 years ago

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?

AronHetLam commented 3 years ago

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 commented 3 years ago

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