Hi,
I got an Arduino MKR NB 1500 yesterday, along with a 3.7V 2000 mAh battery, an antenna, and a Hologram IO SimCard. After plugging in the board, I first ran the program "TestModem" from the MKRNB Library. The program uploaded and I got this response from the serial console.
Starting modem test...modem.begin() succeeded
Checking IMEI...Modem's IMEI: 35644xxx2929xxx
Resetting modem...Modem is functoning properly
Next, I tried uploading the program SendSMS, however, after uploading the program and opening the serial console, the only thing printed was "SMS Messages Sender".
So, I then uploaded the program PinManagement, and got the print out:
Change PIN example
No pin necessary.
Checking register in NB IoT / LTE Cat M1 network...ERROR
Finally, I uploading the example NBScanNetworks. Then after opening the serial console, the only thing printed was "NB IoT/LTE Cat M1 networks scanner".
Right Now, I am very confused and do not understand any of these problems.
More Information:
The antenna I purchased was (https://www.digikey.com/product-detail/en/adafruit-industries-llc/1991/1528-1586-ND/5875795) Would this work for my project?
Also, I just activated the hologram SIM Card about 30 minutes ago, could that be a problem.
Could I have bad cellular reception?
Does anyone have any idea about how to solve my problems? I would really appreciate any help/guidance. If you think that you need more information to help, I will try and respond fast.
Thanks!
My first goal is to be able to send an SMS message.