-
Notifications
You must be signed in to change notification settings - Fork 307
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
Cycle reload Exception (9) after AP start #702
Comments
You can add a monitor_filter to your pio config: https://docs.platformio.org/en/latest/core/userguide/device/cmd_monitor.html#filters First I'd replace the I'm wondering why you see the "ets .." line at all. Normally this is only visible when you set monitor speed to 74880 and serial begin to 74880 too. Otherwise you see garbage output before serial.begin(115200) kicks in; Did you power cycle the device? Also I've read in several places that some devices need the flash to be erased completely before you can re-flash them. |
@luebbe
Also, tried to clear flash completely. |
Insufficient power supplies are known to cause resets. |
I've built several projects using Homie. But for now, I have a weird trouble.
I use Platform.io and esp8266 (esp12 1mb) module. It's connected to a separate DC power adapter (3.3V, 2.5A max)
After flashing device goes into an infinity loop. What could be the reason?
Code:
Log:
Decoder says:
platformio.ini:
The text was updated successfully, but these errors were encountered: