<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>i.MX Processors中的主题 Re: GPS Testing on IMX6qsabresd board</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/GPS-Testing-on-IMX6qsabresd-board/m-p/479962#M76414</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Igor ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the response.&lt;/P&gt;&lt;P&gt;i developed one&amp;nbsp; android application by using nmea listener function. i here by attach the same test project with this reply.&lt;/P&gt;&lt;P&gt;This application worked fine in Genymotion . Reading the GPS details.&lt;/P&gt;&lt;P&gt;while flashing the application on IMX6q sabresd p board the apk is crashed. the log shows GPS device doesnot exist.&lt;/P&gt;&lt;P&gt;I already on the GPS device with GPS device only mode.&lt;/P&gt;&lt;P&gt;Could you please help me to solve this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Awaiting your favouravle reply&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regars&lt;/P&gt;&lt;P&gt;Sachu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Dec 2015 11:44:57 GMT</pubDate>
    <dc:creator>sachusanal</dc:creator>
    <dc:date>2015-12-14T11:44:57Z</dc:date>
    <item>
      <title>GPS Testing on IMX6qsabresd board</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/GPS-Testing-on-IMX6qsabresd-board/m-p/479960#M76412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have IMX6qsabresd board&amp;nbsp; with me , I have flashed android prebuilt lollipop android image on board. In board have GPS module and GPS antenna . how can i check if GPS module is working on my board /not?&lt;/P&gt;&lt;P&gt;please help me&lt;/P&gt;&lt;P&gt;awaiting your favourable reply&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sachu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Dec 2015 04:33:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/GPS-Testing-on-IMX6qsabresd-board/m-p/479960#M76412</guid>
      <dc:creator>sachusanal</dc:creator>
      <dc:date>2015-12-14T04:33:04Z</dc:date>
    </item>
    <item>
      <title>Re: GPS Testing on IMX6qsabresd board</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/GPS-Testing-on-IMX6qsabresd-board/m-p/479961#M76413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sachu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;attached Android Release Notes sect.4 Features shows what is supported.&lt;/P&gt;&lt;P&gt;The GPS is connected via a serial port connection. No need for special drivers, but&lt;/P&gt;&lt;P&gt;for an application to read the port. The GPS looks like it sends a serial stream in NMEA&lt;/P&gt;&lt;P&gt;format on pin 30 (TX).&amp;nbsp; The databook for the AH-1613 from Locosys shows the pinouts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NMEA formats can be parsed for information.&amp;nbsp; There are a lot of NMEA-0183&lt;/P&gt;&lt;P&gt;information sources. You can start with &lt;A class="jive-link-external-small" data-content-finding="Community" href="https://en.wikipedia.org/wiki/NMEA_0183" rel="nofollow"&gt;NMEA 0183 - Wikipedia, the free encyclopedia&lt;/A&gt;&lt;/P&gt;&lt;P&gt;or use the info provided in the databook for the AH-1613.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As for how to get Android to read it.&amp;nbsp; Write an application that uses location services,&lt;/P&gt;&lt;P&gt;and include the ability to parse NMEA sentences.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" data-content-finding="Community" href="http://developer.android.com/reference/android/location/GpsStatus.NmeaListener.html" rel="nofollow"&gt;GpsStatus.NmeaListener | Android Developers&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to include location services.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" data-content-finding="Community" href="http://stackoverflow.com/questions/1513485/how-do-i-get-the-current-gps-location-programmatically-in-android" rel="nofollow"&gt;http://stackoverflow.com/questions/1513485/how-do-i-get-the-current-gps-location-programmatically-in-android&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" data-content-finding="Community" href="http://stackoverflow.com/questions/18978271/how-to-read-gps-data-and-accelerometer-data-in-one-activity" rel="nofollow"&gt;http://stackoverflow.com/questions/18978271/how-to-read-gps-data-and-accelerometer-data-in-one-activity&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;igor&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Dec 2015 08:04:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/GPS-Testing-on-IMX6qsabresd-board/m-p/479961#M76413</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2015-12-14T08:04:22Z</dc:date>
    </item>
    <item>
      <title>Re: GPS Testing on IMX6qsabresd board</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/GPS-Testing-on-IMX6qsabresd-board/m-p/479962#M76414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Igor ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the response.&lt;/P&gt;&lt;P&gt;i developed one&amp;nbsp; android application by using nmea listener function. i here by attach the same test project with this reply.&lt;/P&gt;&lt;P&gt;This application worked fine in Genymotion . Reading the GPS details.&lt;/P&gt;&lt;P&gt;while flashing the application on IMX6q sabresd p board the apk is crashed. the log shows GPS device doesnot exist.&lt;/P&gt;&lt;P&gt;I already on the GPS device with GPS device only mode.&lt;/P&gt;&lt;P&gt;Could you please help me to solve this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Awaiting your favouravle reply&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regars&lt;/P&gt;&lt;P&gt;Sachu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Dec 2015 11:44:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/GPS-Testing-on-IMX6qsabresd-board/m-p/479962#M76414</guid>
      <dc:creator>sachusanal</dc:creator>
      <dc:date>2015-12-14T11:44:57Z</dc:date>
    </item>
  </channel>
</rss>

