<?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 do I read and write the IMEI number with 9160?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/64360/how-do-i-read-and-write-the-imei-number-with-9160</link><description>As we know, NRF9160 supports NB network and has an IMEI number itself. Now I want to know whether I can manage this IMEI number, such as reading, writing or modifying. In nrf9160 development and production of a product, each device will have a belongs</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 30 Oct 2020 08:52:49 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/64360/how-do-i-read-and-write-the-imei-number-with-9160" /><item><title>RE: How do I read and write the IMEI number with 9160?</title><link>https://devzone.nordicsemi.com/thread/277747?ContentTypeID=1</link><pubDate>Fri, 30 Oct 2020 08:52:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1af4d4c4-0fb0-4c4c-9d5d-9a9f7c1eae77</guid><dc:creator>Martin Lesund</dc:creator><description>&lt;p&gt;Hi Arthur,&lt;br /&gt;I assume you already have some kind &lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fnan_041%2FAPP%2Fnan_041%2Fintro.html&amp;amp;cp=15_0" rel="noopener noreferrer" target="_blank"&gt;of production test in place&lt;/a&gt;&amp;nbsp;(see link), or at least you should have in the future.&lt;br /&gt;It should be rather &lt;em&gt;simple&lt;/em&gt; to incorporate one step where you read out the IMEI and then print that number out.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Martin L.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How do I read and write the IMEI number with 9160?</title><link>https://devzone.nordicsemi.com/thread/277691?ContentTypeID=1</link><pubDate>Thu, 29 Oct 2020 22:24:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c4a3b353-baa8-4100-a891-b24ace5e639b</guid><dc:creator>arthurkoroghlian</dc:creator><description>&lt;p&gt;Hi Martin, are you willing to share this test firmware / source code that does exactly what you mentioned below?&amp;nbsp; We also are trying to do the exact same thing to print the label / box kit.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;arthurk@ak-enterprises.com&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How do I read and write the IMEI number with 9160?</title><link>https://devzone.nordicsemi.com/thread/262526?ContentTypeID=1</link><pubDate>Fri, 31 Jul 2020 08:41:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fd66f484-39b9-4aa9-9aa3-abf2847aee50</guid><dc:creator>Martin Lesund</dc:creator><description>&lt;p&gt;In our kit production, there is a test firmware that reads out the IMEI and sends that to a test PC which writes out a label which is then attached to the box and the kit.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;(Also attaching the&amp;nbsp;&lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fnan_041%2FAPP%2Fnan_041%2Fintro.html&amp;amp;cp=13_0" rel="noopener noreferrer" target="_blank"&gt;Production Programming &lt;/a&gt;application note).&lt;/em&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How do I read and write the IMEI number with 9160?</title><link>https://devzone.nordicsemi.com/thread/262479?ContentTypeID=1</link><pubDate>Fri, 31 Jul 2020 01:25:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a113d28d-b9e0-4592-a729-608bf0aa0d09</guid><dc:creator>duxinglang</dc:creator><description>&lt;p&gt;Therefore, there is a problem. When we use nrf9160 to mass produce products, how can I get the IMEI number of each product and display it on the box? It is obviously unreasonable to read IMEI number by manual instruction of a product by product through at command.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How do I read and write the IMEI number with 9160?</title><link>https://devzone.nordicsemi.com/thread/262373?ContentTypeID=1</link><pubDate>Thu, 30 Jul 2020 10:56:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:00e1382f-ed70-46a1-94ad-2e5f58a0df52</guid><dc:creator>Martin Lesund</dc:creator><description>&lt;p&gt;Hi Duxingland,&lt;br /&gt;IMEI number is readable for the nrf9160, but cannot be modified.&lt;/p&gt;
&lt;p&gt;it can be read out by e.g. the AT command &lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fref_at_commands%2FREF%2Fat_commands%2Fgeneral%2Fcgsn.html&amp;amp;cp=2_1_3_3" rel="noopener noreferrer" target="_blank"&gt;AT+CGSN&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Just follow the &lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fnwp_034%2FWP%2Fnwp_034%2Fnwp_034_setup_at_if.html" rel="noopener noreferrer" target="_blank"&gt;instructions here&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>