Hi everyone,
I am starting to work with the MKR NB1500 with a 1NCE SIM. Before starting to implement my design, I've been trying some of the sketches from the MKRNB library, and I have found some fails when passing them.
First sketch, TestModem, works fine, with the following output:
>>Starting modem test...modem.begin() succeeded
>>Checking IMEI...Modem's IMEI: 352753090906429
>>Resetting modem...Modem is functioning properly
Second sketch, TestGPRS, gives the following:
>>Connecting NB IoT / LTE Cat M1 network...OK
>>Attaching to GPRS...
>>OK
>>If your carrier uses a proxy, enter it, if not press enter: (Press Enter)
>>Connecting and sending GET request to example.org...OK
>>Receiving response...
>>disconnecting.
>>Connecting NB IoT / LTE Cat M1 network...ERROR
It seems to connect ok to NB IoT and GPRS network, and even the connection to the "example.org" seems to be established, but it doesn't print what it contains, and then it desconnects.
Finally, it tries to start again the NB IoT network connection, but it appears the error message, and the execution got stuck here (I've tried several times this sketch, giving always the same result)
Third sketch, NBWebClient, also fails, at the same point than the previous one (it doesn't print the contains of "example-org"):
>>Starting Arduino web client.
>>connecting...
>>connected
>>disconnecting.
It is my first time working with this board, so any help would be really appreciated!
Thanks,
Dani