Skip to content

Modem SIM detection pin

tansiowk edited this page Jan 4, 2024 · 3 revisions

SIM Card & Modem

image

When a SIM card is inserted into a card slot, it actuates a lever which enables the modem SIM Presence pin to detect the SIM card.

eSIM & Modem

image

However, a PCB-soldered eSIM does not require presence detection because the eSIM is always present.

Therefore, we recommend your design should disable the use of the SIM detection pin. Refer to the modem Hardware Design Guide and AT Command Guide on how to do this.

Disable the Hot-Swap SIM feature on a Telit Modem

If a Telit modem is unable to detect the eSIM, try disabling the hot-swap SIM feature.

Check whether hot-swap is currently enabled or not
AT#HSEN?
    #HSEN: 1,0 Hot-swap is enabled for SIM slot 0
    OK

Read the detection mode of the configured SIMIN pin
AT#SIMINCFG?
    #SIMINCFG: 1,0
    OK

Disable the hot-swap SIM feature
AT#HSEN=0,0
    OK

Reboot the modem for new setting to take effect
AT#REBOOT
    OK

Verify that the modem can now detect the eSIM
AT+CPIN?
    +CPIN: READY
    OK