BeyondRobotix / mavesp8266

ESP8266 WiFi Access Point and MAVLink Bridge
Other
182 stars 173 forks source link

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

Closed guglie closed 4 years ago

guglie commented 4 years ago

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

Maybe related to https://github.com/dogmaphobic/mavesp8266/issues/73

guglie commented 4 years ago

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