Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ESP-12 support #55

Open
FilkodonAwang opened this issue Oct 25, 2021 · 2 comments
Open

ESP-12 support #55

FilkodonAwang opened this issue Oct 25, 2021 · 2 comments

Comments

@FilkodonAwang
Copy link

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
Copy link
Owner

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
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants