<?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>Acquire android mobile GPS data using nrf52832</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/35969/acquire-android-mobile-gps-data-using-nrf52832</link><description>Hello, I want to acquire my mobile&amp;#39;s gps sensor&amp;#39;s information using nrf52832 dk. Can anyone please guide me how to do this ? I use keil mdk-arm5 compiler and sdk v15.</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 03 Jul 2018 11:52:09 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/35969/acquire-android-mobile-gps-data-using-nrf52832" /><item><title>RE: Acquire android mobile GPS data using nrf52832</title><link>https://devzone.nordicsemi.com/thread/138760?ContentTypeID=1</link><pubDate>Tue, 03 Jul 2018 11:52:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8dfd66af-4a34-45ad-9d78-17a3a667400c</guid><dc:creator>MartinBL</dc:creator><description>&lt;p&gt;&lt;em&gt;&lt;strong&gt;i wanna know how to basically gather or acquire the gps data..&lt;br /&gt;&lt;/strong&gt;&lt;/em&gt;I don&amp;#39;t know. It probably depends on what kind of phone you are using, and you&amp;nbsp;will probably get better help asking on forums dedicated for mobile development.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&lt;strong&gt;any authentic app u would suggest which is also able to connect with other bluetooth devices so that data transmission and reception can be done&lt;br /&gt;&lt;/strong&gt;&lt;/em&gt;Unfortunately I&amp;#39;m not aware of any such apps.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&lt;strong&gt;also guide me about the way i am supposed to write the code for this application.&lt;br /&gt;&lt;/strong&gt;&lt;/em&gt;Unfortunately I don&amp;#39;t have time to create examples these days.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Acquire android mobile GPS data using nrf52832</title><link>https://devzone.nordicsemi.com/thread/138602?ContentTypeID=1</link><pubDate>Mon, 02 Jul 2018 19:28:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:50ba84f1-560e-43a5-a79d-3878b62b403e</guid><dc:creator>faizi_968</dc:creator><description>&lt;p&gt;also guide me about the way i am supposed to write the code for this application.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Acquire android mobile GPS data using nrf52832</title><link>https://devzone.nordicsemi.com/thread/138586?ContentTypeID=1</link><pubDate>Mon, 02 Jul 2018 16:17:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:75f14fb9-7e89-4a13-ae02-03bdd86a9aad</guid><dc:creator>faizi_968</dc:creator><description>&lt;p&gt;i have already compiled and tested these examples. I was able to transmit and receive any string over uart/ble . i wanna know how to basically gather or acquire the gps data and that u hinted by saying i need a mobile app...any authentic app u would suggest which is also able to connect with other bluetooth devices so that data transmission and reception can be done&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Acquire android mobile GPS data using nrf52832</title><link>https://devzone.nordicsemi.com/thread/138584?ContentTypeID=1</link><pubDate>Mon, 02 Jul 2018 16:13:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8e9e47be-5c65-4f0a-924a-3809d431e2bd</guid><dc:creator>MartinBL</dc:creator><description>&lt;p&gt;So you need a mobile app that can get the GPS data and transmit it to the nRF52?&lt;/p&gt;
&lt;p&gt;Then I would start with e.g. the &lt;a href="https://github.com/NordicPlayground/Android-nRF-UART"&gt;Android nRF UART example&lt;/a&gt;&amp;nbsp;and the&amp;nbsp;&lt;a title="UART/Serial Port Emulation over BLE" href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.0.0/ble_sdk_app_nus_eval.html?cp=4_0_0_4_1_2_24"&gt;UART/Serial Port Emulation over BLE&lt;/a&gt;&amp;nbsp;and expand upon that.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Acquire android mobile GPS data using nrf52832</title><link>https://devzone.nordicsemi.com/thread/138512?ContentTypeID=1</link><pubDate>Mon, 02 Jul 2018 12:57:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7a5493a3-ff91-4ff9-a9a9-b100e6332854</guid><dc:creator>faizi_968</dc:creator><description>&lt;p&gt;I am on a beginner level and has recently started working on the development kit. I have tested many of the examples of the sdk.&amp;nbsp;&lt;br /&gt;What i want to do is to know my chips location by taking a reference from my mobile gps. I dont want to put another gsm module with my nrf52832 chip but instead use my smartphone&amp;#39;s gps to identify where my chip is.That&amp;#39;s why i wanted to extract the gps co-ordinates of my mobile and receive them on my nrf52832. Any idea on how to do this ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Acquire android mobile GPS data using nrf52832</title><link>https://devzone.nordicsemi.com/thread/138511?ContentTypeID=1</link><pubDate>Mon, 02 Jul 2018 12:53:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:20ef781c-330e-4ae6-b827-21767a00e8bb</guid><dc:creator>MartinBL</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;There are many ways to Rome. We have &lt;a href="https://github.com/NordicSemiconductor/"&gt;examples for mobile apps&lt;/a&gt; on github that you can use to get started with BLE on mobile in addition to the &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.0.0/examples_ble_peripheral.html?cp=4_0_0_4_1_2"&gt;BLE examples in our SDK&lt;/a&gt;.&amp;nbsp;Maybe&amp;nbsp;you can elaborate a bit? How experienced are you and what is your use case?&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>