Hello we are unable to get an Arduino MKR NB 1500 To connect to the Arduino IOT Cloud using the samples on the IOT Cloud Editor.
We are using a SIM which has no PIN,Username or Password.
We have been able to use library examples to confirm that the board works. We have used the examples: TestGPRS, NBScanNetworks, NBSSLWebClient to connect to the internet. The only modification that was required was to set the PINNUMBER[] to ""
All these examples were successful confirming the board and SIM card is working as intended.
We have tried to get the IOT Sample code by modifying the thingsProperties.h as follows
- Changing the GPRS_APN,PINNUMBER,GPRS_LOGIN_Password to ""
- Changing the line NBConnectionHandler ArduinoIoTPreferredConnection(NULL);
But this was not successful. We get the error "SIM not present or wrong PIN" which indicates a connection issue looking at the code.
Thanks in Advance for your help.