EMnify SIM Card vs. Arduino® Portenta Cat. M1/NB IoT GNSS Shield?
Hello,
I am trying to use the EMnify SimCard together with an Arduino Portenta H7 and an Arduino® Portenta Cat. M1/NB IoT GNSS Shield. I use the exact same code as in the Example, for pure GSM connection:
https://docs.arduino.cc/tutorials/portenta-cat-m1-nb-iot-gnss-shield/cheat-sheet
However, the board is unable to register in the network.
1) Has the EMnify SIM Card been tested and validated for the Cellular Module "Thales Gemalto Cinterion TX62-W", which is the one included in the Arduino® Portenta Cat. M1/NB IoT GNSS Shield?
2) Is there additional code to be included in the software for proper connection configuration?
Thanks.
-
Hi Rogerio,
I have checked the specs of this modem, and it should be completely compatible with our network. There are some things you should consider:
-I believe you are based in Singapore. In Singapore we have validated both LTE-M (band 3)and NB-IoT (band 8), both with SingTel. Modems like the one you are using allow the selection of the preferred Radio Access Type. I'd recommend to force the device to try with LTE-M networks first, and if not, with NB-IoT. To do it via AT-commands you can find more information here, section 8.16. If this has to be done via the Arduino IDE, please try first with:
GSM.begin(pin, apn, username, pass, CATM1)
-Please make sure to test first with both eDRX and PSM features disabled.
-In the arduino_secrets.h tab, you will have to configure the APN (em). Please leave PIN, username and password blank.
If none of this work, can you please share the error message you are getting?
Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.
Kommentare
2 Kommentare