<?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 get the location of the cell tower (base station) connected to my device</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/80049/how-to-get-the-location-of-the-cell-tower-base-station-connected-to-my-device</link><description>Hi Dev team, 
 I have my Thingy91 deployed and running. I wanted to know how could I locate the base station that my device is connected to. I have the information of MCC, MNC, TAC, Cell ID. 
 I wanted to know how if there is a way that I could use this</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 22 Oct 2021 14:48:11 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/80049/how-to-get-the-location-of-the-cell-tower-base-station-connected-to-my-device" /><item><title>RE: How to get the location of the cell tower (base station) connected to my device</title><link>https://devzone.nordicsemi.com/thread/335524?ContentTypeID=1</link><pubDate>Fri, 22 Oct 2021 14:48:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a961c9ba-1fe7-4a08-bcbb-5445a2fe0627</guid><dc:creator>Markus Tacker (he/him)</dc:creator><description>&lt;p&gt;I used the Unwired Labs API:&amp;nbsp;&lt;a href="https://unwiredlabs.com/docs#geolocation"&gt;https://unwiredlabs.com/docs#geolocation&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve implemented this in the web application for the nRF Asset Tracker:&amp;nbsp;&lt;a href="https://nordicsemiconductor.github.io/asset-tracker-cloud-docs/saga/docs/app/CellGeolocation.html"&gt;https://nordicsemiconductor.github.io/asset-tracker-cloud-docs/saga/docs/app/CellGeolocation.html&lt;/a&gt;&amp;nbsp;... and you can find the source code on GitHub. Get started here:&amp;nbsp;&lt;a href="https://nordicsemiconductor.github.io/asset-tracker-cloud-docs/saga/docs/GettingStarted.html"&gt;nordicsemiconductor.github.io/.../GettingStarted.html&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to get the location of the cell tower (base station) connected to my device</title><link>https://devzone.nordicsemi.com/thread/335523?ContentTypeID=1</link><pubDate>Fri, 22 Oct 2021 14:36:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8fe0bdfd-2e4c-4dfe-ab59-868f01ec9558</guid><dc:creator>Adeel</dc:creator><description>&lt;p&gt;Hi Markus,&lt;/p&gt;
&lt;p&gt;Great. This is exactly what I want, but I wanted to know how did you get it and is it possible to have a code that views the data like this ? Like having a circle showing the coverage like in the LTE link monitor.&lt;/p&gt;
&lt;p&gt;I was really interested in having something like how the LTE link monitor has.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Adeel.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to get the location of the cell tower (base station) connected to my device</title><link>https://devzone.nordicsemi.com/thread/335517?ContentTypeID=1</link><pubDate>Fri, 22 Oct 2021 14:24:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:be378d83-3e56-4959-800f-08943e27eb98</guid><dc:creator>Markus Tacker (he/him)</dc:creator><description>&lt;p&gt;The location is a circle with a radius of&amp;nbsp;7572 m and the center at&amp;nbsp;48.126672 /&amp;nbsp;11.562104 (which is the location of the cell tower). Your device is most likely within this circle.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to get the location of the cell tower (base station) connected to my device</title><link>https://devzone.nordicsemi.com/thread/335516?ContentTypeID=1</link><pubDate>Fri, 22 Oct 2021 14:21:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:46189202-d499-42d2-bb99-1a2f44298001</guid><dc:creator>Adeel</dc:creator><description>&lt;p&gt;Hi Markus,&lt;/p&gt;
&lt;p&gt;Thanks. Is this the location of the cell tower or of my device ? I am connected using NB-IoT.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Adeel.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to get the location of the cell tower (base station) connected to my device</title><link>https://devzone.nordicsemi.com/thread/335513?ContentTypeID=1</link><pubDate>Fri, 22 Oct 2021 14:09:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cbef6775-b79a-4f72-8bf1-b59ce2fb5b1f</guid><dc:creator>Markus Tacker (he/him)</dc:creator><description>&lt;p&gt;nRF Cloud Cell Location service only supports LTE-m right now.&lt;/p&gt;
&lt;p&gt;It can be resolved using UnwiredLabs to&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="json"&gt;{
    &amp;quot;status&amp;quot;: &amp;quot;ok&amp;quot;,
    &amp;quot;balance&amp;quot;: 100,
    &amp;quot;lat&amp;quot;: 48.126672,
    &amp;quot;lon&amp;quot;: 11.562104,
    &amp;quot;accuracy&amp;quot;: 7572,
    &amp;quot;fallback&amp;quot;: &amp;quot;ncf&amp;quot;
}&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to get the location of the cell tower (base station) connected to my device</title><link>https://devzone.nordicsemi.com/thread/335350?ContentTypeID=1</link><pubDate>Thu, 21 Oct 2021 15:33:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:09e12765-ef98-4474-82bd-2219b13240d1</guid><dc:creator>Adeel</dc:creator><description>&lt;p&gt;Do you mean the physical id of the cell ? Its : 258 I think.&lt;/p&gt;
&lt;p&gt;This is the information of my cell tower connection:&lt;/p&gt;
&lt;p&gt;Current cell:&lt;br /&gt;2021-10-21T11:27:45.781Z DEBUG modem &amp;lt;&amp;lt; I: MCC: 262&lt;br /&gt;2021-10-21T11:27:45.782Z DEBUG modem &amp;lt;&amp;lt; I: MNC: 001&lt;br /&gt;2021-10-21T11:27:45.786Z DEBUG modem &amp;lt;&amp;lt; I: Cell ID: 26512650&lt;br /&gt;2021-10-21T11:27:45.787Z DEBUG modem &amp;lt;&amp;lt; I: TAC: 52015&lt;br /&gt;2021-10-21T11:27:45.789Z DEBUG modem &amp;lt;&amp;lt; I: EARFCN: 3740&lt;br /&gt;2021-10-21T11:27:45.792Z DEBUG modem &amp;lt;&amp;lt; I: Physical cell ID: 258&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Adeel.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to get the location of the cell tower (base station) connected to my device</title><link>https://devzone.nordicsemi.com/thread/335334?ContentTypeID=1</link><pubDate>Thu, 21 Oct 2021 13:50:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:edbb93ad-bbae-43c0-a5ab-9a728f3231f6</guid><dc:creator>Markus Tacker (he/him)</dc:creator><description>&lt;p&gt;Do you have the area ID for this cell as well? It&amp;#39;s needed for nRF Cloud&amp;nbsp;&lt;a href="https://api.nrfcloud.com/v1#operation/GetPositionFromCellTowers"&gt;api.nrfcloud.com/v1&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to get the location of the cell tower (base station) connected to my device</title><link>https://devzone.nordicsemi.com/thread/332776?ContentTypeID=1</link><pubDate>Wed, 06 Oct 2021 09:35:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:73c3d90b-1f50-4221-b11e-44b194f45de5</guid><dc:creator>Adeel</dc:creator><description>&lt;p&gt;Hi Oyvind,&lt;/p&gt;
&lt;p&gt;Thanks for the links. I had a look at it and it seems useful. Will try that out.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;However, I am facing 1 issue wherein I am unable to locate my cell in the 3rd party API when its connected to NB-IoT.&lt;/p&gt;
&lt;p&gt;With LTE-M, I am able to locate the cell tower using :&amp;nbsp;&lt;a href="https://opencellid.org/#zoom=18&amp;amp;lat=48.154429&amp;amp;lon=11.466856"&gt;https://opencellid.org/#zoom=18&amp;amp;lat=48.154429&amp;amp;lon=11.466856&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;My MCCMNC is :26201 (Germany), TAC : 52015, Cell ID : 26512650, when using NB-IoT. Could you help me locate the cell tower location with these details through this 3rd party application ?&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Adeel.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to get the location of the cell tower (base station) connected to my device</title><link>https://devzone.nordicsemi.com/thread/332485?ContentTypeID=1</link><pubDate>Tue, 05 Oct 2021 07:37:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2bb19c0e-813f-45c9-ba4f-e0e60ea7055a</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;Hello Adeel,&amp;nbsp;&lt;/p&gt;
&lt;div&gt;In LTE Link Monitor &lt;a title="http://locationapi.org/" href="http://locationapi.org/" rel="noopener noreferrer" target="_blank"&gt;http://locationapi.org/&lt;/a&gt;&amp;nbsp;is used to provide the map. This should also be possible with &lt;a href="https://docs.nrfcloud.com/Reference/LocationServices#location-based-on-cell-towers"&gt;nRF Cloud, using single cell location&lt;/a&gt;. Have a look at the nRF Asset Tracker (Asset Tracker v2) documentation on &lt;a href="https://nordicsemiconductor.github.io/asset-tracker-cloud-docs/saga/docs/app/CellGeolocation.html"&gt;cell geolocation&lt;/a&gt;, which describes how to use nRF Cloud&amp;#39;s geolocation API or Third Party API.&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;Kind regards,&lt;br /&gt;Øyvind&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to get the location of the cell tower (base station) connected to my device</title><link>https://devzone.nordicsemi.com/thread/332159?ContentTypeID=1</link><pubDate>Fri, 01 Oct 2021 13:19:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:90b7e519-44a6-449c-8c70-e1d3eba761f6</guid><dc:creator>Adeel</dc:creator><description>&lt;p&gt;Hi Oyvind,&lt;/p&gt;
&lt;p&gt;I did have a look at that sample and I was able to get the TAC, Cell ID, MCC; MNC information.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I have the location of my device but what I was trying to get is the location of the NB-IoT cell tower that I am connected to, or something like a coverage map that you have in the LTE link monitor.&lt;/p&gt;
&lt;p&gt;I am unable to find the NB-IoT cell tower location using the 3rd party software. It only has LTE tower specific location.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Adeel.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to get the location of the cell tower (base station) connected to my device</title><link>https://devzone.nordicsemi.com/thread/332152?ContentTypeID=1</link><pubDate>Fri, 01 Oct 2021 12:51:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7e2856df-0c47-42df-90b3-8717fdee4054</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;Hi Adeel,&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Have a look at the &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.7.0/nrf/samples/nrf9160/multicell_location/README.html#nrf9160-multicell-location"&gt;Multicell Location sample&lt;/a&gt;&amp;nbsp;that we provide to&amp;nbsp;&lt;span&gt;demonstrates how to use&amp;nbsp;&lt;/span&gt;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.7.0/nrf/libraries/networking/multicell_location.html#lib-multicell-location"&gt;&lt;span&gt;Multicell location&lt;/span&gt;&lt;/a&gt;&lt;span&gt;&amp;nbsp;library to get a device’s position based on LTE cell measurements. The information provided by the sample can then be used with a 3rd party software as you suggest.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;Kind regards,&lt;br /&gt;Øyvind&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to get the location of the cell tower (base station) connected to my device</title><link>https://devzone.nordicsemi.com/thread/331689?ContentTypeID=1</link><pubDate>Wed, 29 Sep 2021 11:22:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:995be5ab-7175-486c-a2db-e97cee9c9478</guid><dc:creator>Adeel</dc:creator><description>&lt;p&gt;Hi Oyvind,&lt;/p&gt;
&lt;p&gt;I wanted to have the feature that is present in the LTE link monitor, such as the image below.&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/Location_5F00_NB_5F00_IoT_5F00_cell.PNG" /&gt;&lt;/p&gt;
&lt;p&gt;Could you let me know how is this info obtained, that is shown in the link monitor.&lt;/p&gt;
&lt;p&gt;Also, I am using NB-IoT and wanted to know the location of my cell tower.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Its possible to get the location of the current cell I am connected to when I use LTE-M using a 3rd party software like :&amp;nbsp;&lt;a href="https://opencellid.org"&gt;https://opencellid.org&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;But it is unable to show me the location when I am connected to NB-IoT. I wanted to know if there is any other software as such available to view or locate the NB-IoT cell towers ?&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Adeel.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to get the location of the cell tower (base station) connected to my device</title><link>https://devzone.nordicsemi.com/thread/331644?ContentTypeID=1</link><pubDate>Wed, 29 Sep 2021 08:56:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:86f6ffe2-00f9-4fb9-814c-9de3e3bd9c1d</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;Hello Adeel,&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Do you mean the physical location of the base station? I dont&amp;#39; think this is possible. There is an AT command &lt;a href="https://infocenter.nordicsemi.com/topic/ref_at_commands/REF/at_commands/mob_termination_ctrl_status/ncellmeas.html"&gt;Neighboring cell measurement and report (AT%NCELLMEAS)&lt;/a&gt;. This&amp;nbsp;&lt;span&gt;starts neighboring cell measurements and reports the channel parameters with a result notification when the measurements are finished.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Kind regards,&lt;br /&gt;Øyvind&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>