<?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>nrf52840 reading GPS via UART</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/29446/nrf52840-reading-gps-via-uart</link><description>Hi, I am trying to connect the nrf52840 to GPS module, and I hope that the dk could read the GPS information via UART. I try to modify from this example nRF5_SDK_14.2.0_17b948a\examples\peripheral\uart, but I open termite and receive nothing. 
 
 could</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 16 Jan 2018 08:43:08 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/29446/nrf52840-reading-gps-via-uart" /><item><title>RE: nrf52840 reading GPS via UART</title><link>https://devzone.nordicsemi.com/thread/117094?ContentTypeID=1</link><pubDate>Tue, 16 Jan 2018 08:43:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:acbc0bd8-d815-4822-84bd-ee6c807e08b4</guid><dc:creator>MartinBL</dc:creator><description>&lt;p&gt;If termite closes it sounds like you have a computer issue. Maybe you can try a different terminal software. Putty is pretty common. Personally i use Tera Term.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52840 reading GPS via UART</title><link>https://devzone.nordicsemi.com/thread/117093?ContentTypeID=1</link><pubDate>Tue, 16 Jan 2018 03:40:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8b2ab6de-cf8b-4893-a568-aa397e174f0e</guid><dc:creator>KIKI</dc:creator><description>&lt;p&gt;Hi, Martin, thank you for your reply!
I try this example nRF5_SDK_14.2.0_17b948a\examples\peripheral\uart WITHOUT ANY CHANGE, just connect the nrf52840 board to the GPS module. When I load the code and open termite, I could see the GPS information in termite. However, this lasts for 10 seconds and the termite close by itself, may I know the reason? I hope that I could read the GPS information through termite without stop, what shall I do?
Thank you very much!&lt;/p&gt;
&lt;p&gt;Best Regards&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52840 reading GPS via UART</title><link>https://devzone.nordicsemi.com/thread/117092?ContentTypeID=1</link><pubDate>Mon, 15 Jan 2018 13:41:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c954770f-9882-4cd1-8c5b-fe02fc5fa5dd</guid><dc:creator>MartinBL</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Your code is not doing anything in your main loop. This line:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;while(app_uart_get(&amp;amp;cr) != NRF_SUCCESS);
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;just waits for an input. Nothing will ever get printed to your termite terminal with this.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Are you using the correct baud rate in Termite?&lt;/li&gt;
&lt;li&gt;Have you successfully made the uart example in the SDK work?&lt;/li&gt;
&lt;/ol&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>