<?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>Lost Connection with nRF52 DK after connecting with BMD101 sensor</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/33311/lost-connection-with-nrf52-dk-after-connecting-with-bmd101-sensor</link><description>I am still newbie in nRF52 dk . For my project , i am trying to send data from my sensor to the mobile phone through BLE App UART. Therefore first I have flash nRf52 with the Ble App UART example. After i flash the code, i was able to communicate with</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 23 Apr 2018 13:07:43 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/33311/lost-connection-with-nrf52-dk-after-connecting-with-bmd101-sensor" /><item><title>RE: Lost Connection with nRF52 DK after connecting with BMD101 sensor</title><link>https://devzone.nordicsemi.com/thread/129352?ContentTypeID=1</link><pubDate>Mon, 23 Apr 2018 13:07:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:15bfe82f-3fda-4fc2-983b-19acc691bd52</guid><dc:creator>Saffiq</dc:creator><description>&lt;p&gt;Yes ..currently i am trying configure which part of the code that i need to change in order for the data will not overflowing in the internal buffer.. i am using the example for ble app uart from&amp;nbsp;SDK 14.2&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Lost Connection with nRF52 DK after connecting with BMD101 sensor</title><link>https://devzone.nordicsemi.com/thread/129098?ContentTypeID=1</link><pubDate>Fri, 20 Apr 2018 08:29:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e2231744-b49f-41ce-af20-997787f97774</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;It could be that you are overflowing the internal buffers when you are not using the delay. Could you post the code that shows how you are sending the data?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Lost Connection with nRF52 DK after connecting with BMD101 sensor</title><link>https://devzone.nordicsemi.com/thread/129033?ContentTypeID=1</link><pubDate>Thu, 19 Apr 2018 16:43:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cabdad1b-dca3-4ad7-a7bc-71e9b294fec1</guid><dc:creator>Saffiq</dc:creator><description>&lt;p&gt;it just says gatt error 0x85 .. I then try to use UART example to check the whether the board are capable to read the sensor value and suddenly termite(serial monitor ) that i used suddenly not responding.. However when i try to send simple data from arduino such as the value=AAAAABBBBB with a delay every data that was send to the board by connect it to the rx of the nrf52832 board, Termite are capable to display the data continuously without any problem. After that i try to send the data without delay&amp;nbsp; from arduino, then the same problem occur. So what do you think ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Lost Connection with nRF52 DK after connecting with BMD101 sensor</title><link>https://devzone.nordicsemi.com/thread/128579?ContentTypeID=1</link><pubDate>Tue, 17 Apr 2018 08:08:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b1a2d7b4-4fad-47ae-93ab-0630b76235ee</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Is it the&amp;nbsp;ble_nus_string_send() function that&amp;nbsp;is&amp;nbsp;returning an error code?&amp;nbsp; If yes, what error-code is it returning ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Lost Connection with nRF52 DK after connecting with BMD101 sensor</title><link>https://devzone.nordicsemi.com/thread/128519?ContentTypeID=1</link><pubDate>Mon, 16 Apr 2018 15:54:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:54f23558-67a9-4136-819d-c02dc83cc245</guid><dc:creator>Saffiq</dc:creator><description>&lt;p&gt;SDK Version: 14.2.0&amp;nbsp;&lt;/p&gt;
&lt;p&gt;After i done several test, i found out that the main reason why my board behave like that is because the data that were send from BMD101 sensor is continuous data. Therefore i need to ad nrf_delay in each of the set data that were received via UART. Can you assist me on where i need to add the delay ?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Lost Connection with nRF52 DK after connecting with BMD101 sensor</title><link>https://devzone.nordicsemi.com/thread/128429?ContentTypeID=1</link><pubDate>Mon, 16 Apr 2018 10:50:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:018118da-d5ec-42ae-a200-1bfa6fc69ae5</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Please try to debug, and see if you are running into the error-handler.&amp;nbsp;I recommend adding the preprocessor define &amp;quot;DEBUG&amp;quot; to your project in order to enable blocking assertions.&amp;nbsp;It&amp;#39;s also important that you set the optimization level to 0 when debugging to get the proper call graph. See &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/10729/my-device-is-freezing-and-restarting"&gt;this post&lt;/a&gt; about debugging.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;What SDK version are you using?&lt;/li&gt;
&lt;li&gt;What IDE/toolchain are you using?&lt;/li&gt;
&lt;li&gt;Please confirm that you are using the latest verison of &lt;a href="https://www.nordicsemi.com/eng/Products/Nordic-mobile-Apps/nRF-Toolbox-App"&gt;nRF Toolbox&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>