I am trying to get a MKRNB1500 modem to send an SMS
Almost every code in the example hangs on
if (nbAccess.begin(PINNUMBER) == NB_READY) { // A VERY common complaint on the forums but there is no solution.
I downloaded the M-Center software and SerialSARAPassthrough sketch
There is no operator found.
AT+COPS? comes back with Vodafone
Select Telstra by sending the following AT Command,
AT+COPS= 4,2,“50501”
It still can see Vodafone as an option and Telstra has never been available.
I purchased a Vodafone SIM and it still does not connect. It is sin the operator list but it will not take it.
Signal appears low too but the antenna works perfectly on other gear. I bought a new set to verify.
Signal strength is crucial for establishing a connection. You can check the signal strength with the following AT command:
AT+CSQ
The response will be in the format +CSQ: <rssi>,<ber>. The <rssi> value should be between 10-31 for a good signal. Values below 10 indicate poor signal strength.