<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>How to read IMSI number from SIM</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/73517/how-to-read-imsi-number-from-sim</link><description>I try to obtain from IMSI number for a GATT Characteristic. However, by using AT+CIMI it returns valid result only after network connection established. 
 Could you please let me know how to read IMSI number from SIM card?</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 07 Apr 2021 06:35:42 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/73517/how-to-read-imsi-number-from-sim" /><item><title>RE: How to read IMSI number from SIM</title><link>https://devzone.nordicsemi.com/thread/303350?ContentTypeID=1</link><pubDate>Wed, 07 Apr 2021 06:35:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:998b0391-1a6e-4821-9782-79c0666ce691</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Query the SIM just after enabling the modem (CFUN=1), as the power to the SIM card is normally turned off to ensure low power consumption, especially in sleep modes (eDRX/PSM). Alternatively, you can issue &lt;a href="https://infocenter.nordicsemi.com/topic/ref_at_commands/REF/at_commands/mob_termination_ctrl_status/cfun_set.html?cp=2_1_4_0_0"&gt;AT+CFUN=41&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;/p&gt;
&lt;p&gt;Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to read IMSI number from SIM</title><link>https://devzone.nordicsemi.com/thread/303280?ContentTypeID=1</link><pubDate>Tue, 06 Apr 2021 16:18:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f3aa10c9-9ed7-4e7a-af39-1695e9f1d3b8</guid><dc:creator>Ethan</dc:creator><description>&lt;p&gt;I would like to confirm whether there is any conditions in order to acquire IMSI.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;For example, when I use AT+CIMI to acquire IMSI, it returns valid result only when the network connection is established, which means acquisition of IMSI requires a network connection.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Please confirm.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to read IMSI number from SIM</title><link>https://devzone.nordicsemi.com/thread/302910?ContentTypeID=1</link><pubDate>Fri, 02 Apr 2021 23:20:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a510f273-93fa-434b-8317-78e51637f1a5</guid><dc:creator>awneil</dc:creator><description>&lt;p&gt;IMEI =&amp;nbsp;&lt;span style="text-decoration:underline;"&gt;&lt;strong&gt;I&lt;/strong&gt;&lt;/span&gt;nternational &lt;span style="text-decoration:underline;"&gt;&lt;strong&gt;M&lt;/strong&gt;&lt;/span&gt;obile &lt;span style="text-decoration:underline;"&gt;&lt;strong&gt;E&lt;/strong&gt;&lt;/span&gt;quipment &lt;span style="text-decoration:underline;"&gt;&lt;strong&gt;I&lt;/strong&gt;&lt;/span&gt;dentity (or Identifier); it&amp;nbsp;is embedded in the module - not the SIM.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;A different SIM could be inserted, and the IMEI would remain the same.&lt;/p&gt;
&lt;p&gt;IMSI =&amp;nbsp;&lt;span style="text-decoration:underline;"&gt;&lt;strong&gt;I&lt;/strong&gt;&lt;/span&gt;&lt;span&gt;nternational&amp;nbsp;&lt;/span&gt;&lt;span style="text-decoration:underline;"&gt;&lt;strong&gt;M&lt;/strong&gt;&lt;/span&gt;&lt;span&gt;obile&amp;nbsp;&lt;/span&gt;&lt;span style="text-decoration:underline;"&gt;&lt;strong&gt;S&lt;/strong&gt;&lt;/span&gt;&lt;span&gt;ubscriber&amp;nbsp;&lt;/span&gt;&lt;span style="text-decoration:underline;"&gt;&lt;strong&gt;I&lt;/strong&gt;&lt;/span&gt;&lt;span&gt;dentity (or Identifier); it identifies the service &amp;quot;user&amp;quot;.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;AT+CCID should give you the SIM card serial number (ICCID) - which the network associates with the IMSI&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to read IMSI number from SIM</title><link>https://devzone.nordicsemi.com/thread/302867?ContentTypeID=1</link><pubDate>Thu, 01 Apr 2021 20:27:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:12c34bd8-e11c-4cf1-9831-430ea697b8c6</guid><dc:creator>Ethan</dc:creator><description>&lt;p&gt;Thank you for your response.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I am not sure about it. Since I can read IMEI number, I thought IMSI can be readable as well.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to read IMSI number from SIM</title><link>https://devzone.nordicsemi.com/thread/302866?ContentTypeID=1</link><pubDate>Thu, 01 Apr 2021 19:16:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ddf2e655-aa8e-40dd-9ec3-e3be94e807d3</guid><dc:creator>awneil</dc:creator><description>&lt;p&gt;IIRC, it isn&amp;#39;t stored on the SIM - it&amp;#39;s an association that&amp;#39;s managed within the network ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>