twilio / breakout-massive-iot-arduino

Apache License 2.0
9 stars 3 forks source link

Seeed Wio LTE Tracker Board w/ uBlox SARA R410M won't connect to network ... #19

Closed Humancell closed 4 years ago

Humancell commented 4 years ago

I've submitted a ticket to Twilio on this already, but wanted to make sure that you were aware of this also. Prior to using this library, I had written my own "passthrough" application (similar to your Passthrough.ino) so that I could test with m-center to see what is going on.

I've got two SIMs that work fine in a Quectel EC25-A with Programmable Wireless. If I put either of these SIMs into the Seeed board that I have (https://www.seeedstudio.com/Wio-LTE-Cat-M1-NB1-p-3055.html) I continue to get a "register denied" response. I'm stumped on what it might be.

I was hoping that your new library might educate me about some uBlox configuration AT command I was missing ... as I had resorted to writing my own simple library. But even from M-Center, no matter what I do, I can not get the uBlox to connect to T-Mobile here in my area.

The response to the +COPS=? query:

+COPS: (1,"Twilio","Twilio","310260",9),(1,"310 410","310 410","310410",9),,(0,1,2,3,4),(0,1,2)

So it is seeing T-Mobile (310260) and what is interesting is it even returns the "Twilio" name. But then the +CREG command returns the registration denied (3):

AT+CREG?

+CREG: 2,3

As you can see below, I can't get this new library/sample to work either.

Thoughts?

00:00:05.386 WARN C:\Users\HUMANC~1\AppData\Local\Temp\arduino_build_195560\sketch\modem.h:32:modem_setup() ... done powering on.
00:00:05.386 WARN C:\Users\HUMANC~1\AppData\Local\Temp\arduino_build_195560\sketch\modem.h:34:modem_setup() Initializing the module and registering on the network...00:00:08.391 WARN C:\Users\HUMANC~1\AppData\Local\Temp\arduino_build_195560\sketch\modem.h:49:modem_setup() ... done initializing.
00:00:08.592 WARN C:\Users\HUMANC~1\AppData\Local\Temp\arduino_build_195560\sketch\modem.h:55:modem_setup() Waiting for network registration...00:00:08.792 INFO C:\Users\Humancell\Documents\Arduino\libraries\Breakout_Massive_SDK_Arduino-master\src\massive-sdk\src\modem\OwlModemNetwork.cpp:260:processURCEPSRegistration() Received URC for CEREG [2,2]. Set a handler with setHandlerEPSRegistrationURC() if you wish to receive this event in your application
00:00:08.792 NOTI C:\Users\Humancell\Documents\Arduino\libraries\Breakout_Massive_SDK_Arduino-master\src\massive-sdk\src\modem\OwlModemRN4.cpp:259:waitForNetworkRegistration() .. waiting for network registration
00:00:10.996 INFO C:\Users\Humancell\Documents\Arduino\libraries\Breakout_Massive_SDK_Arduino-master\src\massive-sdk\src\modem\OwlModemNetwork.cpp:100:processURCNetworkRegistration() Received URC for CREG [3]. Set a handler with setHandlerNetworkRegistrationURC() if you wish to receive this event in your application
00:00:10.996 INFO C:\Users\Humancell\Documents\Arduino\libraries\Breakout_Massive_SDK_Arduino-master\src\massive-sdk\src\modem\OwlModemNetwork.cpp:177:processURCGPRSRegistration() Received URC for CGREG [3]. Set a handler with setHandlerGPRSRegistrationURC() if you wish to receive this event in your application
00:00:10.996 INFO C:\Users\Humancell\Documents\Arduino\libraries\Breakout_Massive_SDK_Arduino-master\src\massive-sdk\src\modem\OwlModemNetwork.cpp:260:processURCEPSRegistration() Received URC for CEREG [3]. Set a handler with setHandlerEPSRegistrationURC() if you wish to receive this event in your application
00:00:10.996 INFO C:\Users\Humancell\Documents\Arduino\libraries\Breakout_Massive_SDK_Arduino-master\src\massive-sdk\src\modem\OwlModemNetwork.cpp:260:processURCEPSRegistration() Received URC for CEREG [2,3]. Set a handler with setHandlerEPSRegistrationURC() if you wish to receive this event in your application
00:00:10.996 NOTI C:\Users\Humancell\Documents\Arduino\libraries\Breakout_Massive_SDK_Arduino-master\src\massive-sdk\src\modem\OwlModemRN4.cpp:259:waitForNetworkRegistration() .. waiting for network registration
00:00:13.200 INFO C:\Users\Humancell\Documents\Arduino\libraries\Breakout_Massive_SDK_Arduino-master\src\massive-sdk\src\modem\OwlModemNetwork.cpp:260:processURCEPSRegistration() Received URC for CEREG [2,3]. Set a handler with setHandlerEPSRegistrationURC() if you wish to receive this event in your application
00:00:13.200 NOTI C:\Users\Humancell\Documents\Arduino\libraries\Breakout_Massive_SDK_Arduino-master\src\massive-sdk\src\modem\OwlModemRN4.cpp:259:waitForNetworkRegistration() .. waiting for network registration
00:00:15.403 INFO C:\Users\Humancell\Documents\Arduino\libraries\Breakout_Massive_SDK_Arduino-master\src\massive-sdk\src\modem\OwlModemNetwork.cpp:260:processURCEPSRegistration() Received URC for CEREG [2,3]. Set a handler with setHandlerEPSRegistrationURC() if you wish to receive this event in your application
00:00:15.403 NOTI C:\Users\Humancell\Documents\Arduino\libraries\Breakout_Massive_SDK_Arduino-master\src\massive-sdk\src\modem\OwlModemRN4.cpp:259:waitForNetworkRegistration() .. waiting for network registration
00:00:17.607 INFO C:\Users\Humancell\Documents\Arduino\libraries\Breakout_Massive_SDK_Arduino-master\src\massive-sdk\src\modem\OwlModemNetwork.cpp:260:processURCEPSRegistration() Received URC for CEREG [2,3]. Set a handler with setHandlerEPSRegistrationURC() if you wish to receive this event in your application
00:00:17.607 NOTI C:\Users\Humancell\Documents\Arduino\libraries\Breakout_Massive_SDK_Arduino-master\src\massive-sdk\src\modem\OwlModemRN4.cpp:259:waitForNetworkRegistration() .. waiting for network registration
00:00:19.810 INFO C:\Users\Humancell\Documents\Arduino\libraries\Breakout_Massive_SDK_Arduino-master\src\massive-sdk\src\modem\OwlModemNetwork.cpp:260:processURCEPSRegistration() Received URC for CEREG [2,3]. Set a handler with setHandlerEPSRegistrationURC() if you wish to receive this event in your application
00:00:19.810 NOTI C:\Users\Humancell\Documents\Arduino\libraries\Breakout_Massive_SDK_Arduino-master\src\massive-sdk\src\modem\OwlModemRN4.cpp:259:waitForNetworkRegistration() .. waiting for network registration
00:00:22.014 INFO C:\Users\Humancell\Documents\Arduino\libraries\Breakout_Massive_SDK_Arduino-master\src\massive-sdk\src\modem\OwlModemNetwork.cpp:260:processURCEPSRegistration() Received URC for CEREG [2,3]. Set a handler with setHandlerEPSRegistrationURC() if you wish to receive this event in your application
00:00:22.014 NOTI C:\Users\Humancell\Documents\Arduino\libraries\Breakout_Massive_SDK_Arduino-master\src\massive-sdk\src\modem\OwlModemRN4.cpp:259:waitForNetworkRegistration() .. waiting for network registration
00:00:24.217 INFO C:\Users\Humancell\Documents\Arduino\libraries\Breakout_Massive_SDK_Arduino-master\src\massive-sdk\src\modem\OwlModemNetwork.cpp:260:processURCEPSRegistration() Received URC for CEREG [2,3]. Set a handler with setHandlerEPSRegistrationURC() if you wish to receive this event in your application
00:00:24.217 NOTI C:\Users\Humancell\Documents\Arduino\libraries\Breakout_Massive_SDK_Arduino-master\src\massive-sdk\src\modem\OwlModemRN4.cpp:259:waitForNetworkRegistration() .. waiting for network registration
00:00:26.421 INFO C:\Users\Humancell\Documents\Arduino\libraries\Breakout_Massive_SDK_Arduino-master\src\massive-sdk\src\modem\OwlModemNetwork.cpp:260:processURCEPSRegistration() Received URC for CEREG [2,3]. Set a handler with setHandlerEPSRegistrationURC() if you wish to receive this event in your application
00:00:26.421 NOTI C:\Users\Humancell\Documents\Arduino\libraries\Breakout_Massive_SDK_Arduino-master\src\massive-sdk\src\modem\OwlModemRN4.cpp:259:waitForNetworkRegistration() .. waiting for network registration
00:00:28.624 INFO C:\Users\Humancell\Documents\Arduino\libraries\Breakout_Massive_SDK_Arduino-master\src\massive-sdk\src\modem\OwlModemNetwork.cpp:260:processURCEPSRegistration() Received URC for CEREG [2,3]. Set a handler with setHandlerEPSRegistrationURC() if you wish to receive this event in your application
00:00:28.624 NOTI C:\Users\Humancell\Documents\Arduino\libraries\Breakout_Massive_SDK_Arduino-master\src\massive-sdk\src\modem\OwlModemRN4.cpp:259:waitForNetworkRegistration() .. waiting for network registration
00:00:30.828 INFO C:\Users\Humancell\Documents\Arduino\libraries\Breakout_Massive_SDK_Arduino-master\src\massive-sdk\src\modem\OwlModemNetwork.cpp:260:processURCEPSRegistration() Received URC for CEREG [2,3]. Set a handler with setHandlerEPSRegistrationURC() if you wish to receive this event in your application
00:00:30.828 NOTI C:\Users\Humancell\Documents\Arduino\libraries\Breakout_Massive_SDK_Arduino-master\src\massive-sdk\src\modem\OwlModemRN4.cpp:259:waitForNetworkRegistration() .. waiting for network registration
00:00:33.031 INFO C:\Users\Humancell\Documents\Arduino\libraries\Breakout_Massive_SDK_Arduino-master\src\massive-sdk\src\modem\OwlModemNetwork.cpp:260:processURCEPSRegistration() Received URC for CEREG [2,3]. Set a handler with setHandlerEPSRegistrationURC() if you wish to receive this event in your application
00:00:33.031 NOTI C:\Users\Humancell\Documents\Arduino\libraries\Breakout_Massive_SDK_Arduino-master\src\massive-sdk\src\modem\OwlModemRN4.cpp:259:waitForNetworkRegistration() .. waiting for network registration
00:00:35.235 INFO C:\Users\Humancell\Documents\Arduino\libraries\Breakout_Massive_SDK_Arduino-master\src\massive-sdk\src\modem\OwlModemNetwork.cpp:260:processURCEPSRegistration() Received URC for CEREG [2,3]. Set a handler with setHandlerEPSRegistrationURC() if you wish to receive this event in your application
00:00:35.235 NOTI C:\Users\Humancell\Documents\Arduino\libraries\Breakout_Massive_SDK_Arduino-master\src\massive-sdk\src\modem\OwlModemRN4.cpp:259:waitForNetworkRegistration() .. waiting for network registration
00:00:37.438 INFO C:\Users\Humancell\Documents\Arduino\libraries\Breakout_Massive_SDK_Arduino-master\src\massive-sdk\src\modem\OwlModemNetwork.cpp:260:processURCEPSRegistration() Received URC for CEREG [2,3]. Set a handler with setHandlerEPSRegistrationURC() if you wish to receive this event in your application
00:00:37.438 NOTI C:\Users\Humancell\Documents\Arduino\libraries\Breakout_Massive_SDK_Arduino-master\src\massive-sdk\src\modem\OwlModemRN4.cpp:259:waitForNetworkRegistration() .. waiting for network registration
00:00:39.642 INFO C:\Users\Humancell\Documents\Arduino\libraries\Breakout_Massive_SDK_Arduino-master\src\massive-sdk\src\modem\OwlModemNetwork.cpp:260:processURCEPSRegistration() Received URC for CEREG [2,3]. Set a handler with setHandlerEPSRegistrationURC() if you wish to receive this event in your application
00:00:39.642 INFO C:\Users\Humancell\Documents\Arduino\libraries\Breakout_Massive_SDK_Arduino-master\src\massive-sdk\src\modem\OwlModemRN4.cpp:249:waitForNetworkRegistration() Failed to connect to network, resetting
00:00:40.844 INFO C:\Users\Humancell\Documents\Arduino\libraries\Breakout_Massive_SDK_Arduino-master\src\massive-sdk\src\modem\OwlModemRN4.cpp:255:waitForNetworkRegistration() ..  - waiting for modem to power back on after reset
00:00:41.946 INFO C:\Users\Humancell\Documents\Arduino\libraries\Breakout_Massive_SDK_Arduino-master\src\massive-sdk\src\modem\OwlModemRN4.cpp:255:waitForNetworkRegistration() ..  - waiting for modem to power back on after reset
00:00:43.047 INFO C:\Users\Humancell\Documents\Arduino\libraries\Breakout_Massive_SDK_Arduino-master\src\massive-sdk\src\modem\OwlModemRN4.cpp:255:waitForNetworkRegistration() ..  - waiting for modem to power back on after reset
00:00:44.149 INFO C:\Users\Humancell\Documents\Arduino\libraries\Breakout_Massive_SDK_Arduino-master\src\massive-sdk\src\modem\OwlModemRN4.cpp:255:waitForNetworkRegistration() ..  - waiting for modem to power back on after reset
00:00:44.450 NOTI C:\Users\Humancell\Documents\Arduino\libraries\Breakout_Massive_SDK_Arduino-master\src\massive-sdk\src\modem\OwlModemRN4.cpp:259:waitForNetworkRegistration() .. waiting for network registration
00:00:46.653 INFO C:\Users\Humancell\Documents\Arduino\libraries\Breakout_Massive_SDK_Arduino-master\src\massive-sdk\src\modem\OwlModemNetwork.cpp:260:processURCEPSRegistration() Received URC for CEREG [0,2]. Set a handler with setHandlerEPSRegistrationURC() if you wish to receive this event in your application
00:00:46.653 NOTI C:\Users\Humancell\Documents\Arduino\libraries\Breakout_Massive_SDK_Arduino-master\src\massive-sdk\src\modem\OwlModemRN4.cpp:259:waitForNetworkRegistration() .. waiting for network registration
00:00:48.857 INFO C:\Users\Humancell\Documents\Arduino\libraries\Breakout_Massive_SDK_Arduino-master\src\massive-sdk\src\modem\OwlModemNetwork.cpp:260:processURCEPSRegistration() Received URC for CEREG [0,2]. Set a handler with setHandlerEPSRegistrationURC() if you wish to receive this event in your application
00:00:48.857 NOTI C:\Users\Humancell\Documents\Arduino\libraries\Breakout_Massive_SDK_Arduino-master\src\massive-sdk\src\modem\OwlModemRN4.cpp:259:waitForNetworkRegistration() .. waiting for network registration
00:00:51.060 INFO C:\Users\Humancell\Documents\Arduino\libraries\Breakout_Massive_SDK_Arduino-master\src\massive-sdk\src\modem\OwlModemNetwork.cpp:260:processURCEPSRegistration() Received URC for CEREG [0,3]. Set a handler with setHandlerEPSRegistrationURC() if you wish to receive this event in your application
00:00:51.060 INFO C:\Users\Humancell\Documents\Arduino\libraries\Breakout_Massive_SDK_Arduino-master\src\massive-sdk\src\modem\OwlModemRN4.cpp:249:waitForNetworkRegistration() Failed to connect to network, resetting
00:00:52.262 INFO C:\Users\Humancell\Documents\Arduino\libraries\Breakout_Massive_SDK_Arduino-master\src\massive-sdk\src\modem\OwlModemRN4.cpp:255:waitForNetworkRegistration() ..  - waiting for modem to power back on after reset
00:00:53.364 INFO C:\Users\Humancell\Documents\Arduino\libraries\Breakout_Massive_SDK_Arduino-master\src\massive-sdk\src\modem\OwlModemRN4.cpp:255:waitForNetworkRegistration() ..  - waiting for modem to power back on after reset
00:00:54.466 INFO C:\Users\Humancell\Documents\Arduino\libraries\Breakout_Massive_SDK_Arduino-master\src\massive-sdk\src\modem\OwlModemRN4.cpp:255:waitForNetworkRegistration() ..  - waiting for modem to power back on after reset
00:00:55.567 INFO C:\Users\Humancell\Documents\Arduino\libraries\Breakout_Massive_SDK_Arduino-master\src\massive-sdk\src\modem\OwlModemRN4.cpp:255:waitForNetworkRegistration() ..  - waiting for modem to power back on after reset
00:00:55.868 NOTI C:\Users\Humancell\Documents\Arduino\libraries\Breakout_Massive_SDK_Arduino-master\src\massive-sdk\src\modem\OwlModemRN4.cpp:259:waitForNetworkRegistration() .. waiting for network registration
00:00:58.071 INFO C:\Users\Humancell\Documents\Arduino\libraries\Breakout_Massive_SDK_Arduino-master\src\massive-sdk\src\modem\OwlModemNetwork.cpp:260:processURCEPSRegistration() Received URC for CEREG [0,2]. Set a handler with setHandlerEPSRegistrationURC() if you wish to receive this event in your application
00:00:58.072 NOTI C:\Users\Humancell\Documents\Arduino\libraries\Breakout_Massive_SDK_Arduino-master\src\massive-sdk\src\modem\OwlModemRN4.cpp:259:waitForNetworkRegistration() .. waiting for network registration
00:01:00.275 INFO C:\Users\Humancell\Documents\Arduino\libraries\Breakout_Massive_SDK_Arduino-master\src\massive-sdk\src\modem\OwlModemNetwork.cpp:260:processURCEPSRegistration() Received URC for CEREG [0,2]. Set a handler with setHandlerEPSRegistrationURC() if you wish to receive this event in your application
00:01:00.275 NOTI C:\Users\Humancell\Documents\Arduino\libraries\Breakout_Massive_SDK_Arduino-master\src\massive-sdk\src\modem\OwlModemRN4.cpp:259:waitForNetworkRegistration() .. waiting for network registration
00:01:02.478 INFO C:\Users\Humancell\Documents\Arduino\libraries\Breakout_Massive_SDK_Arduino-master\src\massive-sdk\src\modem\OwlModemNetwork.cpp:260:processURCEPSRegistration() Received URC for CEREG [0,3]. Set a handler with setHandlerEPSRegistrationURC() if you wish to receive this event in your application
00:01:02.479 INFO C:\Users\Humancell\Documents\Arduino\libraries\Breakout_Massive_SDK_Arduino-master\src\massive-sdk\src\modem\OwlModemRN4.cpp:249:waitForNetworkRegistration() Failed to connect to network, resetting
00:01:03.681 INFO C:\Users\Humancell\Documents\Arduino\libraries\Breakout_Massive_SDK_Arduino-master\src\massive-sdk\src\modem\OwlModemRN4.cpp:255:waitForNetworkRegistration() ..  - waiting for modem to power back on after reset
00:01:04.782 INFO C:\Users\Humancell\Documents\Arduino\libraries\Breakout_Massive_SDK_Arduino-master\src\massive-sdk\src\modem\OwlModemRN4.cpp:255:waitForNetworkRegistration() ..  - waiting for modem to power back on after reset
00:01:05.884 INFO C:\Users\Humancell\Documents\Arduino\libraries\Breakout_Massive_SDK_Arduino-master\src\massive-sdk\src\modem\OwlModemRN4.cpp:255:waitForNetworkRegistration() ..  - waiting for modem to power back on after reset
00:01:06.986 INFO C:\Users\Humancell\Documents\Arduino\libraries\Breakout_Massive_SDK_Arduino-master\src\massive-sdk\src\modem\OwlModemRN4.cpp:255:waitForNetworkRegistration() ..  - waiting for modem to power back on after reset
00:01:07.286 NOTI C:\Users\Humancell\Documents\Arduino\libraries\Breakout_Massive_SDK_Arduino-master\src\massive-sdk\src\modem\OwlModemRN4.cpp:259:waitForNetworkRegistration() .. waiting for network registration
00:01:09.490 INFO C:\Users\Humancell\Documents\Arduino\libraries\Breakout_Massive_SDK_Arduino-master\src\massive-sdk\src\modem\OwlModemNetwork.cpp:260:processURCEPSRegistration() Received URC for CEREG [0,2]. Set a handler with setHandlerEPSRegistrationURC() if you wish to receive this event in your application
00:01:09.490 NOTI C:\Users\Humancell\Documents\Arduino\libraries\Breakout_Massive_SDK_Arduino-master\src\massive-sdk\src\modem\OwlModemRN4.cpp:259:waitForNetworkRegistration() .. waiting for network registration
00:01:11.693 INFO C:\Users\Humancell\Documents\Arduino\libraries\Breakout_Massive_SDK_Arduino-master\src\massive-sdk\src\modem\OwlModemNetwork.cpp:260:processURCEPSRegistration() Received URC for CEREG [0,3]. Set a handler with setHandlerEPSRegistrationURC() if you wish to receive this event in your application
00:01:11.693 INFO C:\Users\Humancell\Documents\Arduino\libraries\Breakout_Massive_SDK_Arduino-master\src\massive-sdk\src\modem\OwlModemRN4.cpp:249:waitForNetworkRegistration() Failed to connect to network, resetting
00:01:12.895 INFO C:\Users\Humancell\Documents\Arduino\libraries\Breakout_Massive_SDK_Arduino-master\src\massive-sdk\src\modem\OwlModemRN4.cpp:255:waitForNetworkRegistration() ..  - waiting for modem to power back on after reset
00:01:13.997 INFO C:\Users\Humancell\Documents\Arduino\libraries\Breakout_Massive_SDK_Arduino-master\src\massive-sdk\src\modem\OwlModemRN4.cpp:255:waitForNetworkRegistration() ..  - waiting for modem to power back on after reset
00:01:15.099 INFO C:\Users\Humancell\Documents\Arduino\libraries\Breakout_Massive_SDK_Arduino-master\src\massive-sdk\src\modem\OwlModemRN4.cpp:255:waitForNetworkRegistration() ..  - waiting for modem to power back on after reset
00:01:16.200 INFO C:\Users\Humancell\Documents\Arduino\libraries\Breakout_Massive_SDK_Arduino-master\src\massive-sdk\src\modem\OwlModemRN4.cpp:255:waitForNetworkRegistration() ..  - waiting for modem to power back on after reset
00:01:16.501 NOTI C:\Users\Humancell\Documents\Arduino\libraries\Breakout_Massive_SDK_Arduino-master\src\massive-sdk\src\modem\OwlModemRN4.cpp:259:waitForNetworkRegistration() .. waiting for network registration
00:01:18.704 INFO C:\Users\Humancell\Documents\Arduino\libraries\Breakout_Massive_SDK_Arduino-master\src\massive-sdk\src\modem\OwlModemNetwork.cpp:260:processURCEPSRegistration() Received URC for CEREG [0,2]. Set a handler with setHandlerEPSRegistrationURC() if you wish to receive this event in your application
00:01:18.705 NOTI C:\Users\Humancell\Documents\Arduino\libraries\Breakout_Massive_SDK_Arduino-master\src\massive-sdk\src\modem\OwlModemRN4.cpp:259:waitForNetworkRegistration() .. waiting for network registration
00:01:20.908 INFO C:\Users\Humancell\Documents\Arduino\libraries\Breakout_Massive_SDK_Arduino-master\src\massive-sdk\src\modem\OwlModemNetwork.cpp:260:processURCEPSRegistration() Received URC for CEREG [0,2]. Set a handler with setHandlerEPSRegistrationURC() if you wish to receive this event in your application
00:01:20.908 NOTI C:\Users\Humancell\Documents\Arduino\libraries\Breakout_Massive_SDK_Arduino-master\src\massive-sdk\src\modem\OwlModemRN4.cpp:259:waitForNetworkRegistration() .. waiting for network registration
00:01:23.111 INFO C:\Users\Humancell\Documents\Arduino\libraries\Breakout_Massive_SDK_Arduino-master\src\massive-sdk\src\modem\OwlModemNetwork.cpp:260:processURCEPSRegistration() Received URC for CEREG [0,3]. Set a handler with setHandlerEPSRegistrationURC() if you wish to receive this event in your application
00:01:23.112 INFO C:\Users\Humancell\Documents\Arduino\libraries\Breakout_Massive_SDK_Arduino-master\src\massive-sdk\src\modem\OwlModemRN4.cpp:249:waitForNetworkRegistration() Failed to connect to network, resetting
00:01:24.314 INFO C:\Users\Humancell\Documents\Arduino\libraries\Breakout_Massive_SDK_Arduino-master\src\massive-sdk\src\modem\OwlModemRN4.cpp:255:waitForNetworkRegistration() ..  - waiting for modem to power back on after reset
00:01:25.415 INFO C:\Users\Humancell\Documents\Arduino\libraries\Breakout_Massive_SDK_Arduino-master\src\massive-sdk\src\modem\OwlModemRN4.cpp:255:waitForNetworkRegistration() ..  - waiting for modem to power back on after reset
00:01:26.517 INFO C:\Users\Humancell\Documents\Arduino\libraries\Breakout_Massive_SDK_Arduino-master\src\massive-sdk\src\modem\OwlModemRN4.cpp:255:waitForNetworkRegistration() ..  - waiting for modem to power back on after reset
00:01:27.619 INFO C:\Users\Humancell\Documents\Arduino\libraries\Breakout_Massive_SDK_Arduino-master\src\massive-sdk\src\modem\OwlModemRN4.cpp:255:waitForNetworkRegistration() ..  - waiting for modem to power back on after reset
00:01:27.919 NOTI C:\Users\Humancell\Documents\Arduino\libraries\Breakout_Massive_SDK_Arduino-master\src\massive-sdk\src\modem\OwlModemRN4.cpp:259:waitForNetworkRegistration() .. waiting for network registration
00:01:30.123 INFO C:\Users\Humancell\Documents\Arduino\libraries\Breakout_Massive_SDK_Arduino-master\src\massive-sdk\src\modem\OwlModemNetwork.cpp:260:processURCEPSRegistration() Received URC for CEREG [0,2]. Set a handler with setHandlerEPSRegistrationURC() if you wish to receive this event in your application
00:01:30.123 NOTI C:\Users\Humancell\Documents\Arduino\libraries\Breakout_Massive_SDK_Arduino-master\src\massive-sdk\src\modem\OwlModemRN4.cpp:259:waitForNetworkRegistration() .. waiting for network registration
00:01:32.326 INFO C:\Users\Humancell\Documents\Arduino\libraries\Breakout_Massive_SDK_Arduino-master\src\massive-sdk\src\modem\OwlModemNetwork.cpp:260:processURCEPSRegistration() Received URC for CEREG [0,3]. Set a handler with setHandlerEPSRegistrationURC() if you wish to receive this event in your application
00:01:32.326 INFO C:\Users\Humancell\Documents\Arduino\libraries\Breakout_Massive_SDK_Arduino-master\src\massive-sdk\src\modem\OwlModemRN4.cpp:249:waitForNetworkRegistration() Failed to connect to network, resetting
00:01:33.528 INFO C:\Users\Humancell\Documents\Arduino\libraries\Breakout_Massive_SDK_Arduino-master\src\massive-sdk\src\modem\OwlModemRN4.cpp:255:waitForNetworkRegistration() ..  - waiting for modem to power back on after reset
00:01:34.630 INFO C:\Users\Humancell\Documents\Arduino\libraries\Breakout_Massive_SDK_Arduino-master\src\massive-sdk\src\modem\OwlModemRN4.cpp:255:waitForNetworkRegistration() ..  - waiting for modem to power back on after reset
00:01:35.732 INFO C:\Users\Humancell\Documents\Arduino\libraries\Breakout_Massive_SDK_Arduino-master\src\massive-sdk\src\modem\OwlModemRN4.cpp:255:waitForNetworkRegistration() ..  - waiting for modem to power back on after reset
00:01:36.833 INFO C:\Users\Humancell\Documents\Arduino\libraries\Breakout_Massive_SDK_Arduino-master\src\massive-sdk\src\modem\OwlModemRN4.cpp:255:waitForNetworkRegistration() ..  - waiting for modem to power back on after reset
00:01:37.134 NOTI C:\Users\Humancell\Documents\Arduino\libraries\Breakout_Massive_SDK_Arduino-master\src\massive-sdk\src\modem\OwlModemRN4.cpp:259:waitForNetworkRegistration() .. waiting for network registration
00:01:39.337 INFO C:\Users\Humancell\Documents\Arduino\libraries\Breakout_Massive_SDK_Arduino-master\src\massive-sdk\src\modem\OwlModemNetwork.cpp:260:processURCEPSRegistration() Received URC for CEREG [0,2]. Set a handler with setHandlerEPSRegistrationURC() if you wish to receive this event in your application
00:01:39.338 NOTI C:\Users\Humancell\Documents\Arduino\libraries\Breakout_Massive_SDK_Arduino-master\src\massive-sdk\src\modem\OwlModemRN4.cpp:259:waitForNetworkRegistration() .. waiting for network registration
00:01:41.541 INFO C:\Users\Humancell\Documents\Arduino\libraries\Breakout_Massive_SDK_Arduino-master\src\massive-sdk\src\modem\OwlModemNetwork.cpp:260:processURCEPSRegistration() Received URC for CEREG [0,3]. Set a handler with setHandlerEPSRegistrationURC() if you wish to receive this event in your application
00:01:41.541 INFO C:\Users\Humancell\Documents\Arduino\libraries\Breakout_Massive_SDK_Arduino-master\src\massive-sdk\src\modem\OwlModemRN4.cpp:249:waitForNetworkRegistration() Failed to connect to network, resetting
00:01:42.743 INFO C:\Users\Humancell\Documents\Arduino\libraries\Breakout_Massive_SDK_Arduino-master\src\massive-sdk\src\modem\OwlModemRN4.cpp:255:waitForNetworkRegistration() ..  - waiting for modem to power back on after reset
00:01:43.845 INFO C:\Users\Humancell\Documents\Arduino\libraries\Breakout_Massive_SDK_Arduino-master\src\massive-sdk\src\modem\OwlModemRN4.cpp:255:waitForNetworkRegistration() ..  - waiting for modem to power back on after reset
00:01:44.947 INFO C:\Users\Humancell\Documents\Arduino\libraries\Breakout_Massive_SDK_Arduino-master\src\massive-sdk\src\modem\OwlModemRN4.cpp:255:waitForNetworkRegistration() ..  - waiting for modem to power back on after reset
00:01:46.048 INFO C:\Users\Humancell\Documents\Arduino\libraries\Breakout_Massive_SDK_Arduino-master\src\massive-sdk\src\modem\OwlModemRN4.cpp:255:waitForNetworkRegistration() ..  - waiting for modem to power back on after reset
00:01:46.349 NOTI C:\Users\Humancell\Documents\Arduino\libraries\Breakout_Massive_SDK_Arduino-master\src\massive-sdk\src\modem\OwlModemRN4.cpp:259:waitForNetworkRegistration() .. waiting for network registration
00:01:48.552 INFO C:\Users\Humancell\Documents\Arduino\libraries\Breakout_Massive_SDK_Arduino-master\src\massive-sdk\src\modem\OwlModemNetwork.cpp:260:processURCEPSRegistration() Received URC for CEREG [0,2]. Set a handler with setHandlerEPSRegistrationURC() if you wish to receive this event in your application
00:01:48.552 NOTI C:\Users\Humancell\Documents\Arduino\libraries\Breakout_Massive_SDK_Arduino-master\src\massive-sdk\src\modem\OwlModemRN4.cpp:259:waitForNetworkRegistration() .. waiting for network registration
00:01:50.756 INFO C:\Users\Humancell\Documents\Arduino\libraries\Breakout_Massive_SDK_Arduino-master\src\massive-sdk\src\modem\OwlModemNetwork.cpp:260:processURCEPSRegistration() Received URC for CEREG [0,2]. Set a handler with setHandlerEPSRegistrationURC() if you wish to receive this event in your application
00:01:50.756 NOTI C:\Users\Humancell\Documents\Arduino\libraries\Breakout_Massive_SDK_Arduino-master\src\massive-sdk\src\modem\OwlModemRN4.cpp:259:waitForNetworkRegistration() .. waiting for network registration
00:01:52.959 INFO C:\Users\Humancell\Documents\Arduino\libraries\Breakout_Massive_SDK_Arduino-master\src\massive-sdk\src\modem\OwlModemNetwork.cpp:260:processURCEPSRegistration() Received URC for CEREG [0,3]. Set a handler with setHandlerEPSRegistrationURC() if you wish to receive this event in your application
00:01:52.959 INFO C:\Users\Humancell\Documents\Arduino\libraries\Breakout_Massive_SDK_Arduino-master\src\massive-sdk\src\modem\OwlModemRN4.cpp:249:waitForNetworkRegistration() Failed to connect to network, resetting
00:01:54.161 INFO C:\Users\Humancell\Documents\Arduino\libraries\Breakout_Massive_SDK_Arduino-master\src\massive-sdk\src\modem\OwlModemRN4.cpp:255:waitForNetworkRegistration() ..  - waiting for modem to power back on after reset
00:01:55.263 INFO C:\Users\Humancell\Documents\Arduino\libraries\Breakout_Massive_SDK_Arduino-master\src\massive-sdk\src\modem\OwlModemRN4.cpp:255:waitForNetworkRegistration() ..  - waiting for modem to power back on after reset
00:01:56.365 INFO C:\Users\Humancell\Documents\Arduino\libraries\Breakout_Massive_SDK_Arduino-master\src\massive-sdk\src\modem\OwlModemRN4.cpp:255:waitForNetworkRegistration() ..  - waiting for modem to power back on after reset
00:01:57.467 INFO C:\Users\Humancell\Documents\Arduino\libraries\Breakout_Massive_SDK_Arduino-master\src\massive-sdk\src\modem\OwlModemRN4.cpp:255:waitForNetworkRegistration() ..  - waiting for modem to power back on after reset
00:01:57.767 NOTI C:\Users\Humancell\Documents\Arduino\libraries\Breakout_Massive_SDK_Arduino-master\src\massive-sdk\src\modem\OwlModemRN4.cpp:259:waitForNetworkRegistration() .. waiting for network registration
00:01:59.970 INFO C:\Users\Humancell\Documents\Arduino\libraries\Breakout_Massive_SDK_Arduino-master\src\massive-sdk\src\modem\OwlModemNetwork.cpp:260:processURCEPSRegistration() Received URC for CEREG [0,2]. Set a handler with setHandlerEPSRegistrationURC() if you wish to receive this event in your application
00:01:59.971 NOTI C:\Users\Humancell\Documents\Arduino\libraries\Breakout_Massive_SDK_Arduino-master\src\massive-sdk\src\modem\OwlModemRN4.cpp:259:waitForNetworkRegistration() .. waiting for network registration
dsghi commented 4 years ago

I wonder if there is anything here that might help you https://github.com/Seeed-Studio/WioLTE_Cat_NB1_Arduino_Library/pull/6

Humancell commented 4 years ago

@dsghi That is a good bug that someone caught ... but I'm not using that library. I'm attempting to use this "Breakout-Massive" library.

I've also been testing directly by using a "passthrough" app to talk directly to the uBlox modem using M-Center (the uBlox debug application) and can't get it to connect at that low of a level.

It's weird that no matter what I do, T-Mobile seems to be rejecting the registration request.

BUT ... I can put these same SIMs into my Quectel EC25-A based LoRa gateway, and they connect and register just fine.

Maybe T-Mobile has decided the uBlox modem is not an approved device?

Humancell commented 4 years ago

Well ... I'm not sure if this is true ... but it seems that the SIMs that I bought through the Twilio Programmable Wireless Console are NOT compatible with this board or usage?

Someone told me that I am supposed to request the Beta Narrowband SIMs?

dsghi commented 4 years ago

Oh yes that'd be it, the regular Sims or super Sims are not compatible with Narrow Band. If you're going to Signal next week, you can probably find one there. That's where they originally handed out the Alpha kits.

rbeiter commented 4 years ago

@Humancell @dsghi is correct - the SIMs that are shipping self-service today are not Narrowband capable. We will have SIMs to give away at SIGNAL this coming week but we can also get some SIMs sent out to you. Please open a support ticket here and reference this github issue and we'll get you some Narrowband SIMs to work with: https://support.twilio.com/hc/en-us/requests/new

Humancell commented 4 years ago

Hello,

Thanks! I've opened a ticket (1987555), or added to the ticket that I had open. I look forward to getting some SIMs, and getting a chance to test this!

Humancell commented 4 years ago

Curious ... any additional steps that I need to follow to get some NB-IoT SIMs?

rbeiter commented 4 years ago

Hi @Humancell - sorry for the delay, let me respond to you 1:1 on that ticket momentarily.