nrf9161 lwm2m SIM card PIN enter

Hello, I just receive a nRF9161 Development kit and I'm completely new to both nRF9161 and Zephyr.

I want to start an evaluation project based on the nrf9161 lwm2m client sample code. I installed the 2.6.1 SDK with the VS Code plugin (the developing environment and flow is well implemented and really easy to use!). I was able to generate a new app "branching" the LWM2M Client sample code. The app builds and flashes without any problem.

I got my second SIM from my cellphone operator and I insert it into the nRF9161_DK board. I first checked that the DK was able to connect to the network by flashing the serial modem application. I'm able to connect to the network after having entered the SIM PIN code (AT+CPIN=XXXX)...

Once I was certain that everything was working well I flashed the LWM2M Client application (properly configured as described on your doc for using the public coaps://leshan.eclipseprojects.io:568).

Now the question: I can't see any hock, comment or place where I can enter the SIM PIN CODE. How do I enter the SIM PIN code in the LWM2M Client Sample ?

Any suggestion about how to enter the PIN in the LWM2M client application ?

Regards, Joel

Related