dconnx
Newbie
Hi all,
I am working on small device with a few sensors. I'm using a SIMCOM7080G for NB-IoT comms (The 7080G is also CAT-M compatible and I will be trying that too). I have it working with a bunch of AT commands (to set it to NB-IoT, set the bands to use, set the APN, check for network registration and then finally send a small payload to a cloud server using the in-built CoAP client).
I'm not doing any type of power management other than powering up the modem, doing all the AT comms and then powering down the modem (using it's PWR line which I toggle high and low as per SIMCOMs instructions).
I'm finding it's taking up to 90 seconds to the the payload sent and most of the time is spent waiting for the modem to register to the network (when "AT+CGATT?" returns a "1" in the response).
I'm not sure if I'm meant to be doing anything differently for NB-IoT to reduce the amount of time it takes the modem to register to the network (but in a way that I can still shut down the modem to conserve power because I want to send a payload nightly and run this on a non-rechargable Li-Ion battery).
Does anyone know about this type of usage (NB-IoT) and optimising/reducing the time to get a payload sent ? Or what the best practise should be or any links to example sets of AT commands?
So far I've just been working off the SIMCOM AT command reference document - to the point where I can successfully get messages sent but it's leaving me concerned about the long registration times and the fact I I'm not sure how, or if, things should be done differently with LPWAN / NB-IoT (compared to old 2.5G modems).
thanks for any information/help at all!
Derek
I am working on small device with a few sensors. I'm using a SIMCOM7080G for NB-IoT comms (The 7080G is also CAT-M compatible and I will be trying that too). I have it working with a bunch of AT commands (to set it to NB-IoT, set the bands to use, set the APN, check for network registration and then finally send a small payload to a cloud server using the in-built CoAP client).
I'm not doing any type of power management other than powering up the modem, doing all the AT comms and then powering down the modem (using it's PWR line which I toggle high and low as per SIMCOMs instructions).
I'm finding it's taking up to 90 seconds to the the payload sent and most of the time is spent waiting for the modem to register to the network (when "AT+CGATT?" returns a "1" in the response).
I'm not sure if I'm meant to be doing anything differently for NB-IoT to reduce the amount of time it takes the modem to register to the network (but in a way that I can still shut down the modem to conserve power because I want to send a payload nightly and run this on a non-rechargable Li-Ion battery).
Does anyone know about this type of usage (NB-IoT) and optimising/reducing the time to get a payload sent ? Or what the best practise should be or any links to example sets of AT commands?
So far I've just been working off the SIMCOM AT command reference document - to the point where I can successfully get messages sent but it's leaving me concerned about the long registration times and the fact I I'm not sure how, or if, things should be done differently with LPWAN / NB-IoT (compared to old 2.5G modems).
thanks for any information/help at all!
Derek