@lambert We are still working on a few bug fixes and waiting for the new Sequans firmware. We should be able to release a new stable version in the next few weeks.
@breazile Hi, I'll take a look at that limit later. In the meantime, if you know your SSID and security settings, you can connect to your network without scanning first.
@aaronkondziela How do I set the LTE disabled on boot flag? Now when the board powers ON, I need to call LTE init() and deinit() to reduce the power consumption.
BTW, I am also having the LTE hang issue: https://forum.pycom.io/topic/3129/lte-lte-getting-stuck-after-reset-fw-1-17-3-b1-on-fipy/4
It will be very helpful if you could tell me how to set the LTE disabled on boot flag. Thanks in advance.
I have had very good success with the latest firmware. In my experience you must soft reset the modem before and after every connection lte.reset(). I also have a 1s pause between disconnecting, detaching and resetting.
I have tested hundreds of cycles with no issues so far.
-AP
@robert-hh So the issue was the LTE modem being initialized sets the WLAN ip address to 0.0.0.0. I was printing the IP before the LTE initialized so I missed that. Thanks for pointing me in the right direction.
I suppose the LTE ought to have its own IP storage, but I guess it shares the WLAN object's.