<?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>NRF9160 Zephyr ncs ZTE-M/NB-IOT Cell-Tower RSSI</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/42241/nrf9160-zephyr-ncs-zte-m-nb-iot-cell-tower-rssi</link><description>Good afternoon, 
 
 I am trying to get cell-tower information from ZTE-M/NB-IOT cell-tower information, in particular RSSI. 
 In addition - a constant refresh-rate, ideally above 1 Hz, would be great 
 
 /Tom</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 09 Jan 2019 12:46:24 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/42241/nrf9160-zephyr-ncs-zte-m-nb-iot-cell-tower-rssi" /><item><title>RE: NRF9160 Zephyr ncs ZTE-M/NB-IOT Cell-Tower RSSI</title><link>https://devzone.nordicsemi.com/thread/164708?ContentTypeID=1</link><pubDate>Wed, 09 Jan 2019 12:46:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cd4bdd41-6b52-4325-83db-2e066d69de73</guid><dc:creator>Thomas Li Fredriksen</dc:creator><description>&lt;p&gt;Nevermind, I realized that I had to forgotten to flash secure-boot.&lt;/p&gt;
&lt;p&gt;Thank you for your help&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF9160 Zephyr ncs ZTE-M/NB-IOT Cell-Tower RSSI</title><link>https://devzone.nordicsemi.com/thread/164692?ContentTypeID=1</link><pubDate>Wed, 09 Jan 2019 11:41:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cbdf83f0-5369-46e1-95c2-68b983bf7564</guid><dc:creator>Thomas Li Fredriksen</dc:creator><description>&lt;p&gt;Very nice.&lt;/p&gt;
&lt;p&gt;However, do I need a specific version/patch of Zephyr to make this work? My breakpoint in `main()` does not seem to trigger, and LED1 seems to blink at constant intervals.&lt;/p&gt;
&lt;p&gt;/Tom&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF9160 Zephyr ncs ZTE-M/NB-IOT Cell-Tower RSSI</title><link>https://devzone.nordicsemi.com/thread/164509?ContentTypeID=1</link><pubDate>Tue, 08 Jan 2019 12:15:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:12744c1d-01be-4a61-950d-fcb8f227c893</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;After you have successfully registered, you can get the reference signal received power (RSRP) via the AT command AT+CESQ:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;AT+CESQ
+CESQ: 99,99,255,255,255,32
OK&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;The last number is the RSRP, in this case: -140 dBm + 32 = -108 dBm.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Here&amp;#39;s a simple example to send AT commands:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://github.com/Rallare/fw-nrfconnect-nrf/blob/nrf9160_samples/samples/nrf9160/simple_at/src/main.c"&gt;https://github.com/Rallare/fw-nrfconnect-nrf/blob/nrf9160_samples/samples/nrf9160/simple_at/src/main.c&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;You can poll AT+CESQ in a kernel timer if you&amp;#39;d like a periodic update, or subscribe to notifications using AT%CESQ=1,n (see chapter 4.6 in the AT commands specification), which will give you updates on when the RSRP changes.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Cheers,&lt;/p&gt;
&lt;p&gt;Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>