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

  • A development kit with embedded cellular module For example Murata's LBAD0XX1SC-DM-EVK2 or Nordic's Thingy:91

  • Access to the Kigen Pulse platform which can be requested here

  • A (plastic) SIM with Kigen’s latest SIM OS that supports IPAe

  • A new SIM identity, including its activation code *

  • Access to the Monogoto Hub

* From the Monogoto Hub you can directly order a new SIM by going to the menu item "Orders": . Make sure to order a Embedded SIM (MFF2).

Need help getting access to any platform, SIM or development kit? Reach out to support@monogoto.io

Connect your cellular module to Monogoto

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

  2. Establish a connection with a mobile network. Have a look at our configuration guides for popular cellular modules for detailed instructions.

  3. 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. Set the APN to data.mono

AT+CGDCONT=1,"IP","data.mono"
  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

  1. Access the Kigen Pulse platform

    Kigen Pulse dashboard

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

  1. Match the EID in Kigen Pulse with the number printed on your SIM Navigate to eSIM IoT > eSIMs Locate the EID number that matches the number printed on the SIM your received. Select your EID to open its configuration page.

  2. Validate if the device is connected to Kigen. 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. The activation code will like start with: 1$

  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”.

  6. Select the profile you want to enable.

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

    Once acknowledged, run the AT Commands on your device to request the IMSI and UICC of the SIM. 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

Last updated

Was this helpful?