Hi
I am testing both NB-IoT and LTE M via two Sodaq SFF R412 boards.
I was wondering if any of you know a way to confirm which of the networks you are attached to? Other than the URAT command that is
I have a working connection and are able to send data via HTTP.
I am using the following sequence to set my connection:
// set NB
AT+URAT=8
OR
// set LTE
AT+URAT=7
// disable eDRX
AT+CEDRXS=3
// Reboot module
AT+CFUN=15
AT+CFUN=0
// Confiirm NB or LTE
AT+URAT?
// Set network operator
AT+CGDCONT=1,“IP”,“lpwa.telia.iot”
// Turn on Module
AT+CFUN=1
// Set band
AT+UBANDMASK=1,524288
// Force network try
AT+COPS=0,2,“23820”