Add pin code to code for connecting with NB-IOT
-
We are trying to connect our GPy with the NB-IOT network. The sim cards that we are using are pin code protected. How can we attach to the network using the pin code of the SIM card?
-
You should use AT command
AT+CPIN
with thesend_at_cmd
method fromLTE
class. Here is more info about PIN management https://forum.sierrawireless.com/t/hilo-how-to-manage-the-pin-code-of-sim-card/6496