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

Can't connect to network, ESP keeps rebooting #77

Closed
guglie opened this issue May 12, 2020 · 2 comments
Closed

Can't connect to network, ESP keeps rebooting #77

guglie opened this issue May 12, 2020 · 2 comments

Comments

@guglie
Copy link
Contributor

guglie commented May 12, 2020

If I upload the 1.2.2 firmware it works, if I compile following the suggested steps with Platformio4.3.3 or Platformio3.6.7 I keep getting these messages from the serial:

load 0x4010f000, len 3456, room 16 
tail 0
chksum 0x84
csum 0x84
va5432625
~ld

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

load 0x4010f000, len 3456, room 16 
tail 0
chksum 0x84
csum 0x84
va5432625
~ld

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

load 0x4010f000, len 3456, room 16 
tail 0
chksum 0x84
csum 0x84
va5432625
~ld
@guglie
Copy link
Contributor Author

guglie commented May 12, 2020

Maybe related to #73

@guglie
Copy link
Contributor Author

guglie commented May 12, 2020

I think I've found a solution.

Explicitly setting the espressif8266 version to 1.8.0 in platformio.ini seems to work.

platform = espressif8266@1.8.0

dogmaphobic added a commit that referenced this issue May 13, 2020
fix espressif8266 version - fixes #77
guglie added a commit to guglie/mavesp8266 that referenced this issue May 25, 2020
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

1 participant