Hello,
- From my understanding, I should integrate the LwM2M Carrier Library connection as the first step in the boot process and once I have received the LWM2M_CARRIER_EVENT_READY event, I can move along with my application similar to how we are waiting for the cloud_ready_to_connect semaphore in the Asset Tracker example. If I am in an area with no LTE coverage, what will happen in this case? How long will I have to wait for the Carrier Library to give the semaphore if there is no coverage? When should I run the portion of my application that does not need LTE Connection, e.g. talking to other devices over UART.
- I need to use a different APN in my application. When should I initialize that? Should I put the modem in flight mode (AT+CFUN=4) after getting the LWM2M_CARRIER_EVENT_READY event and then reconfigure the APN and then turn the modem on again? If I do that, do I need to reconnect to the lwm2m operator network?
- If I am planning to use an MVNO SIM in my product (such as iBasis), do I need to include the LwM2M Carrier Library? Let's say I am deploying my product in the US and it is connecting to either Verizon or AT&T through the MVNO, will the carrier library be able to connect directly to the carrier.
Regards,
Akash Patel