<?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>NRF51822 Uart Print Stops</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/3416/nrf51822-uart-print-stops</link><description>[Update 8/15] 
Here&amp;#39;s the file for the main part of my code: sensors.c . The sensors_start() function at the bottom is where the while loop and the print statements are located. If there are any questions about the code, please let me know. 
 Hello</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 30 Oct 2015 12:09:31 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/3416/nrf51822-uart-print-stops" /><item><title>RE: NRF51822 Uart Print Stops</title><link>https://devzone.nordicsemi.com/thread/12411?ContentTypeID=1</link><pubDate>Fri, 30 Oct 2015 12:09:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cc6d3708-8b94-4c25-96e9-9d871fa2b555</guid><dc:creator>ahmet</dc:creator><description>&lt;p&gt;I&amp;#39;m currently using the nrf51822 and I&amp;#39;m trying to constantly send the accelerometer data to the nRF UART v2.0 Android Application.But I cant.Can you give me this project code? ahmet.serefoglu46@gmail.com&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF51822 Uart Print Stops</title><link>https://devzone.nordicsemi.com/thread/12407?ContentTypeID=1</link><pubDate>Fri, 10 Oct 2014 14:12:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b794e464-fa89-429b-a53c-1fbc4cee67f8</guid><dc:creator>Anders</dc:creator><description>&lt;p&gt;I&amp;#39;ve successfully run the UART example using ble_nus_send_string() (only string literals, though) in a while (1) loop. I agree with scytulip: run in debug mode and set a breakpoint in the app_error_handler() function of your application. The breakpoint will trigger if the SoftDevice stack returns an error code other than NRF_SUCCESS. Then you can read out what the error code, the line number and the source file where the error occurred. If the breakpoint never triggers, you could manually halt execution when the chip stops sending data to your phone.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF51822 Uart Print Stops</title><link>https://devzone.nordicsemi.com/thread/12410?ContentTypeID=1</link><pubDate>Fri, 15 Aug 2014 20:59:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bbcbb5b2-f06a-425d-bab9-2d9567848874</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;Sorry for the response, classes have been keeping me busy. The post has been updated with the sensors.c code attached. Also the sample code and screenshot have been updated to the most recent changes I&amp;#39;ve made to the code.&lt;/p&gt;
&lt;p&gt;scytulip, I believe debugging does not work with the bluetooth enabled. I&amp;#39;ll try using the error handler though.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF51822 Uart Print Stops</title><link>https://devzone.nordicsemi.com/thread/12409?ContentTypeID=1</link><pubDate>Mon, 11 Aug 2014 13:10:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7c60bc8f-09b1-4664-879d-afa496335117</guid><dc:creator>John</dc:creator><description>&lt;p&gt;What code returned that error? Perhaps post the code snippet or module to give more context.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF51822 Uart Print Stops</title><link>https://devzone.nordicsemi.com/thread/12408?ContentTypeID=1</link><pubDate>Sun, 10 Aug 2014 07:53:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:58123ca6-e73e-4ae2-87fc-21e9f3b7bc2a</guid><dc:creator>Flow Sky</dc:creator><description>&lt;p&gt;I met the same problem.
I found that the value of return error is NRF_ERROR_INVALID_STATE, but I did&amp;#39;t known why.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF51822 Uart Print Stops</title><link>https://devzone.nordicsemi.com/thread/12406?ContentTypeID=1</link><pubDate>Fri, 08 Aug 2014 15:14:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3dbd60ec-c0ab-4e10-aa86-90da1381d4ff</guid><dc:creator>scytulip</dc:creator><description>&lt;p&gt;Use debug to find out whether your code run into error handle, and locate the line No. which triggered the error. Are you using scheduler? Sometimes the event queue overflow due to too many BLE events in a short time.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF51822 Uart Print Stops</title><link>https://devzone.nordicsemi.com/thread/12405?ContentTypeID=1</link><pubDate>Fri, 08 Aug 2014 11:40:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:967bd9b9-c63f-4aac-ae99-e3107ba1bad4</guid><dc:creator>Anders</dc:creator><description>&lt;p&gt;Could you please attach the complete code?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>