Kigen Pulse

This tutorial explain the process of adding a new identity to a SIM as defined by the SGP.32 specifications.

Quick Navigation

Pre-requisites

Connect the Murata Type1SC module to Monogoto

  1. Start off by inserting the plastic SIM card from Kigen.

  2. Establish a connection with a mobile network. Follow this guide to connect the module.

Make sure to enable the external SIM (not the internal iSIM), you can do so with the following AT Command:

AT%SETCFG="SIM_INIT_SELECT_POLICY","0"

  1. Check the IMSI and ICCID using AT Commands:

AT+CIMI
295050950080000

OK

AT%CCID
%CCID: 89999257300100800000

OK
  1. Set the network selection to automatic:

AT+COPS=0
  1. Validate if the device has an active connection by looking for a confirmation device event log in the Monogoto Hub.

SUCCESS HSS ULA for Thing name = "ICCID 89999257300100800000" IMSI "295050950080000". MNO "VODAFONE LIBERTEL B.V."

Validate the SIM identity in Kigen Pulse

Access to the Kigen Pulse platform can be requested from Kigen.

  1. Validate if the device is connected to Kigen. Within the Kigen Pulse platform, navigate to eSIM IoT > eSIMs Within the EIS information section, locate the ICCID marked as ENABLED.

The cellular module periodically checks the Kigen Pulse platform for pending tasks, such as ENABLE, DISABLE, DELETE or DOWNLOAD a profile.

  1. Request Profile Info Go to the IoT Device Single Operations section and select Get Profile Info List.

    Scroll to the Acknowledged Operations section and wait for the response, which lists available and enabled profiles.

Update the SIM’s profile

In order to update the profile of the SIM, you need an activation code of a profile, enabling your IoT device to download the new profile.

When using a SIM Profiles from Kigen, visit Consumer > Profiles. Select a Profile which has the state: RELEASED. Find the Activation Code in the right bottom corner. Copy the code after LPA:, starting with 1$\

  1. Navigate to eSIM IoT > eSIMs and select your EID.

  2. Select "Download Profile via Activation Code".

  3. Paste the Activation Code and click Confirm.

  4. Wait for the acknowledgement of the EIM Download Profile operation. This may take several minutes.

  5. Once the EIM profile is successfully downloaded onto the device, enable the profile by selecting “Enable Profile”. Select which profile to enable.

  6. Validate the new SIM profile. Wait for the EIMM-Enable-Profile acknowledgement.

    Once acknowledged, run the AT Commands to request the IMSI and UICC. If the SIM was enabled successfully, you will see the new IMSI and ICCID. The same IMSI and ICCID are also visible in the Monogoto Hub.

AT+CIMI
295050950000000
OK

AT%CCID
%CCID: 8999925700000072035
OK

Do you see the new IMSI and ICCID? Congratulations! You've successfully updated the profile of your SIM using the SGP.32 specifications. 🎉

Last updated

Was this helpful?