<?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>nRF52 UART connection with constant data stream capability</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/48786/nrf52-uart-connection-with-constant-data-stream-capability</link><description>Hello, I am working on a project where I have 2 nRF52832 boards with the PCA10040. I have the example developer code examples. I am using the central and peripheral code examples to talk from one UART to another on Tera Term. Although, I noticed that</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 06 Sep 2019 08:42:28 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/48786/nrf52-uart-connection-with-constant-data-stream-capability" /><item><title>RE: nRF52 UART connection with constant data stream capability</title><link>https://devzone.nordicsemi.com/thread/208410?ContentTypeID=1</link><pubDate>Fri, 06 Sep 2019 08:42:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:eb804c46-6dd0-43cf-ae8a-90d661895d5c</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Please take a look at my answer in this &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/43506/how-to-use-bsp_button_action_push-and-bsp_button_action_long_push-on-the-same-button-with-two-different-functions"&gt;thread&lt;/a&gt;&amp;nbsp;for suggestions on how to detect a long button press.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52 UART connection with constant data stream capability</title><link>https://devzone.nordicsemi.com/thread/208004?ContentTypeID=1</link><pubDate>Wed, 04 Sep 2019 14:35:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:46c92350-8805-4f47-bd28-aa148ed4db8b</guid><dc:creator>Aashay</dc:creator><description>&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/members/vibe"&gt;Vidar Berg&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52 UART connection with constant data stream capability</title><link>https://devzone.nordicsemi.com/thread/207199?ContentTypeID=1</link><pubDate>Fri, 30 Aug 2019 16:04:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a97f746a-95fb-494d-8070-10f93b52906e</guid><dc:creator>Aashay</dc:creator><description>&lt;p&gt;Also, for the BUTTON2, how could&amp;nbsp;make it so that user has to hold BUTTON2 for at least 3 seconds to terminate connection or else nothing happens. (app timer maybe?)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52 UART connection with constant data stream capability</title><link>https://devzone.nordicsemi.com/thread/207197?ContentTypeID=1</link><pubDate>Fri, 30 Aug 2019 15:55:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1b036541-ed43-4e9d-bd54-3cae26a6faef</guid><dc:creator>Aashay</dc:creator><description>&lt;p&gt;Hey &lt;a href="https://devzone.nordicsemi.com/members/vibe"&gt;Vidar Berg&lt;/a&gt;, sorry I should have mentioned that I was using Keil. Regardless, I was able to compile it successfully on segger embedded. I just have some questions on how to alter the code to change what the buttons and leds do.&lt;/p&gt;
&lt;p&gt;I wanted the whole process to look like this:&lt;/p&gt;
&lt;p&gt;Once the boards turn on, LED1 is off. When BUTTON1 is pressed, it initiates the pairing process (to search for link) on that board. and cant connect unless another board is also in the same searching process. In this process I want the LED1 to be blinking. Once the boards are connected, the LED1 stays on. I want BUTTON2 to be able to completely terminate the link and make the LED1 turn off. And to reconnect, we would repeat the process.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Is this possible? And where would this be coded/how could it be done?&lt;/p&gt;
&lt;p&gt;Thanks so much for all the help.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52 UART connection with constant data stream capability</title><link>https://devzone.nordicsemi.com/thread/206947?ContentTypeID=1</link><pubDate>Thu, 29 Aug 2019 17:03:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:44b33838-80e4-44c5-8e7a-f4ffb0de2b01</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hi, I thought you used Segger embedded Studio so that&amp;#39;s what I used.&amp;nbsp;Please try with the two projects I uploaded. It would be a bit time consuming to repeat the process and add all of the required source files and include paths to Keil.&amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52 UART connection with constant data stream capability</title><link>https://devzone.nordicsemi.com/thread/206939?ContentTypeID=1</link><pubDate>Thu, 29 Aug 2019 16:05:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a3aa95c7-42a3-45cc-86ca-1a11c09d9afc</guid><dc:creator>Aashay</dc:creator><description>&lt;p&gt;hey &lt;a href="https://devzone.nordicsemi.com/members/vibe"&gt;Vidar Berg&lt;/a&gt;, thanks for helping out. I tried building the project and came upon an unusual building error. I got this for both central and peripheral when i tried building them.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/pairing.png" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52 UART connection with constant data stream capability</title><link>https://devzone.nordicsemi.com/thread/206845?ContentTypeID=1</link><pubDate>Thu, 29 Aug 2019 11:31:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:da180caa-68c3-4000-8054-4ff3d7502ced</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;I have integrated the peer manager and necessary crypto libraries to support LE secure pairing. Please test and review the code.&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/support-attachments/beef5d1b77644c448dabff31668f3a47-2404479472ae4f7b9ce36be5820320a8/231178.zip"&gt;devzone.nordicsemi.com/.../231178.zip&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52 UART connection with constant data stream capability</title><link>https://devzone.nordicsemi.com/thread/206686?ContentTypeID=1</link><pubDate>Wed, 28 Aug 2019 14:48:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:07f25bc5-b906-496d-9389-027ecacc1e3f</guid><dc:creator>Aashay</dc:creator><description>&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/members/vibe"&gt;Vidar Berg&lt;/a&gt;, I have uploaded the central and peripheral. I&amp;#39;m sure everything needed is in there. Please let me know if something is missing. Thank you for being a huge help.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/Peripheral-UART.zip"&gt;devzone.nordicsemi.com/.../Peripheral-UART.zip&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/Central-UART.zip"&gt;devzone.nordicsemi.com/.../Central-UART.zip&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52 UART connection with constant data stream capability</title><link>https://devzone.nordicsemi.com/thread/206555?ContentTypeID=1</link><pubDate>Wed, 28 Aug 2019 09:35:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e27b5ca0-f569-485d-b75f-353e5f951cc0</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hi, thanks for linking to the other thread. I can&amp;nbsp;try to&amp;nbsp;integrate the PM module into your projects if you upload them here?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52 UART connection with constant data stream capability</title><link>https://devzone.nordicsemi.com/thread/206446?ContentTypeID=1</link><pubDate>Tue, 27 Aug 2019 16:33:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c3ff5917-70a7-4dbd-bf7c-be67f8d9d097</guid><dc:creator>Aashay</dc:creator><description>&lt;p&gt;Hey &lt;a href="https://devzone.nordicsemi.com/members/vibe"&gt;Vidar Berg&lt;/a&gt;, I have a fully functioning code for my central and peripheral uart.&lt;span&gt;&amp;nbsp;I was wondering if it is possible to, and if so how to, make the pairing process secure between the 2 boards. As of now, after I program the examples, the boards just connect automatically and both LED1&amp;#39;s turn on. I was wondering if we could make the pairing process start after pressing BUTTON1 on the boards. And then when they successfully pair, the LED1&amp;#39;s turn on. And then BUTTON2 would reset the device and disconnect with any paired devices. Any help is great. If you know how to do it or have done something similar, please share in detail or even share your code if you&amp;#39;re willing. &lt;/span&gt;I have started a new &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/51263/secure-uart-pairing-for-central-and-peripheral-examples" rel="noopener noreferrer" target="_blank"&gt;thread&lt;/a&gt;, but so far it has been unhelpful because I don&amp;#39;t exactly have experience in this.&amp;nbsp;&lt;span&gt;Thanks!!&lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52 UART connection with constant data stream capability</title><link>https://devzone.nordicsemi.com/thread/200185?ContentTypeID=1</link><pubDate>Wed, 24 Jul 2019 06:24:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7ac24edd-8235-4d24-bcbc-f58f2d729577</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Were you&amp;nbsp;able to view the debug log from the boards? It should be enough to attach the debugger then open the project in Segger embedded studio and start a debug session. The log should then be shown in the &amp;quot;Debug terminal&amp;quot; view:&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/support-attachments/beef5d1b77644c448dabff31668f3a47-2404479472ae4f7b9ce36be5820320a8/pastedimage1563949228239v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;Also, can you try the two projects I sent without modifying them and see if you get the same result?&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52 UART connection with constant data stream capability</title><link>https://devzone.nordicsemi.com/thread/199871?ContentTypeID=1</link><pubDate>Mon, 22 Jul 2019 16:43:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4b0e4083-383b-46d7-aaec-470b95421fe3</guid><dc:creator>Aashay</dc:creator><description>&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/members/vibe"&gt;Vidar Berg&lt;/a&gt; another update: so with the same code, i am running at different baudrates. at 921600 when i try to send a file .txt, only 6 characters pass through. but when the baudrate is 9600 or even 19200, i can accurately send over 100+ characters without any error. the buffer sizes are 256 for tx and rx. so what could be causing the data to be incomplete at baud rates after 19200?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52 UART connection with constant data stream capability</title><link>https://devzone.nordicsemi.com/thread/199600?ContentTypeID=1</link><pubDate>Fri, 19 Jul 2019 20:19:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f54fae9a-c4d1-4259-9a82-7c6daf731985</guid><dc:creator>Aashay</dc:creator><description>&lt;p&gt;&lt;span&gt;update: so i figured out why i cant use flow control. the program i am using doesn&amp;#39;t enable the cts and rts lines in the first place so me trying to enable them is why i was getting the error and wouldnt connect. is there any other way i could increase the how many characters or bits i can pass through the buffer at once? i tested the code with the error handler commented out on tera term and it didnt help increase how many bits i can send through the buffer at once. if i were to put &amp;quot;123456789123&amp;quot; in a .txt file. before it would just handle the error and restart the uart. but now it sends only the first 6 bits so &amp;quot;123456&amp;quot;. since i cant use flow control and the error handler doesn&amp;#39;t change my results. what other options can i use to increase how much i can pass through my buffer. also why is the buffer being limit to such a small character limit?&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52 UART connection with constant data stream capability</title><link>https://devzone.nordicsemi.com/thread/199596?ContentTypeID=1</link><pubDate>Fri, 19 Jul 2019 19:44:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:39cd3049-5914-42b9-af10-383bf39b2dbf</guid><dc:creator>Aashay</dc:creator><description>&lt;p&gt;&lt;span&gt;i tried using the flow control option and also commented out the APP_ERROR... so in the program i am using. i have to connect a board and then send data through. so with the &amp;#39;disabled&amp;#39; flowcontrol i would be able to connect the boards but when sending data, errors would cause failure. with &amp;#39;enabled&amp;#39; on the same code, i am not able to even connect my board. i dont exactly know why that is. also how would i use easyDMA or incorporate it?&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52 UART connection with constant data stream capability</title><link>https://devzone.nordicsemi.com/thread/199429?ContentTypeID=1</link><pubDate>Fri, 19 Jul 2019 07:25:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9b8fe64d-ed3c-4766-833f-d43c056ea11f</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;You can&amp;#39;t use any value for the mask.&lt;/p&gt;
&lt;p&gt;From tx_buffer.h&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;#define TX_BUFFER_MASK&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0x0F&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;//!&amp;lt; TX buffer mask. &lt;strong&gt;Must be a mask of contiguous zeroes followed by a contiguous sequence of ones: 000...111&lt;/strong&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52 UART connection with constant data stream capability</title><link>https://devzone.nordicsemi.com/thread/199427?ContentTypeID=1</link><pubDate>Fri, 19 Jul 2019 07:22:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b90f0837-e166-4aba-b596-8c18e4a133fe</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;&lt;a title="EasyDMA" href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.nrf52832.ps.v1.1/uarte.html?cp=3_1_0_34_1#concept_l5y_hcm_wr"&gt;EasyDMA&lt;/a&gt;&amp;nbsp;gives UARTE direct access to RAM without requiring the CPU. This means that you can receive data while the CPU is busy with other tasks. And you get flow control if you enable the CTS and RTS pin.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Try to comment this line &amp;quot;APP_ERROR_HANDLER(p_event-&amp;gt;data.error_communication);&amp;quot; and see if it helps. It will make the app ignore &amp;quot;&lt;a title="Error conditions" href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.nrf52832.ps.v1.1/uarte.html?cp=3_1_0_34_4#concept_fpm_qcm_wr"&gt;Error conditions&lt;/a&gt;&amp;quot;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52 UART connection with constant data stream capability</title><link>https://devzone.nordicsemi.com/thread/199346?ContentTypeID=1</link><pubDate>Thu, 18 Jul 2019 15:48:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ebd0633c-b4d7-4270-a81d-d5ad323a50ed</guid><dc:creator>Aashay</dc:creator><description>&lt;p&gt;also, i see that in tx_buffer.h that you shared. the buffer mask is set to 0x0F which is 15. I tried changing this value to see if it would work and increase the buffer size but any value other than 0F didn&amp;#39;t work.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52 UART connection with constant data stream capability</title><link>https://devzone.nordicsemi.com/thread/199334?ContentTypeID=1</link><pubDate>Thu, 18 Jul 2019 14:45:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6af5c1a5-ea19-4ffd-a9cc-886b079fcafe</guid><dc:creator>Aashay</dc:creator><description>&lt;p&gt;im sorry i have no idea what easyDMA or flow control is. i tried tried reading about it in the infocenter but i dont understand how i would use it.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52 UART connection with constant data stream capability</title><link>https://devzone.nordicsemi.com/thread/199185?ContentTypeID=1</link><pubDate>Thu, 18 Jul 2019 09:17:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c4c72e96-5e4d-415b-93ea-973648c27ac3</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Debug logging should be enabled in the example projects, so you can use that to determine why it resets. I guess you will probably need to use easyDMA or flow control to receive larger chunks of data reliably.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52 UART connection with constant data stream capability</title><link>https://devzone.nordicsemi.com/thread/199086?ContentTypeID=1</link><pubDate>Wed, 17 Jul 2019 20:30:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:70e34c04-2e55-4fd3-8d41-28a610298a06</guid><dc:creator>Aashay</dc:creator><description>&lt;p&gt;additional update.&lt;a href="https://devzone.nordicsemi.com/members/vibe"&gt;Vidar Berg&lt;/a&gt; so the 19 character limit was before i incorporated the stop and start in APP_UART_DATA_READY. After using this, the functionality i am looking for works great. but in the send file option this character limit was brought down to about 4 characters. any more and it restarts the uart. So basically without the start &amp;amp; stop in the uart_event_handle the limit is 19 bits and with the start &amp;amp; stop, the limit is roughly 4 (i didn&amp;#39;t test exactly. I tested 4 and it works and tested 8 and doesn&amp;#39;t work so somewhere in between). so what would be causing this? and how can we make this limit bigger so that I can send files that can be at least a few dozen characters?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52 UART connection with constant data stream capability</title><link>https://devzone.nordicsemi.com/thread/199027?ContentTypeID=1</link><pubDate>Wed, 17 Jul 2019 14:06:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:95e1b7e4-3069-44cc-86a3-80618a9f0cc2</guid><dc:creator>Aashay</dc:creator><description>&lt;p&gt;ok thanks so much. One more question. So using the app timer examples for both central and peripheral on teraterm, I used the send file option where I prerecorded characters on a .txt file. well both boards send the file as long as it is only 19 characters or less. if it goes above 19 characters, the uart restarts. how can i increase this size to something bigger?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52 UART connection with constant data stream capability</title><link>https://devzone.nordicsemi.com/thread/198856?ContentTypeID=1</link><pubDate>Wed, 17 Jul 2019 06:29:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:556ae657-78af-447a-9957-42afc67bcbc6</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hi, you can try to call&amp;nbsp;app_timer_stop() followed by&amp;nbsp;app_timer_start() in the&amp;nbsp;APP_UART_DATA_READY event. This should restart the timer every time you receive a byte on the UART interface.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52 UART connection with constant data stream capability</title><link>https://devzone.nordicsemi.com/thread/198784?ContentTypeID=1</link><pubDate>Tue, 16 Jul 2019 16:11:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:eae29d61-84df-4687-bd33-181d6054c14e</guid><dc:creator>Aashay</dc:creator><description>&lt;p&gt;Hey, so i was thinking of a possible way to alter the timer. I wanted to make the timer so that it is dependent on the input rather than being a continuous timer loop. As of right now, I have the interval at about 50 ticks ( 50 ms ), and it seems fine but i feel changing this would fix some of the problems I am having. If i wanted to make it to where, everytime a character/bit of data is added to the array, the timer is reset. so as long as data keeps coming in, the timer keeps resetting. When the last bit of data were to come in, there would not be another for it to reset the timer. This is where the timer could turn on and send the data array at the end of the interval and stay on until the next bit is received and resets the timer. Is this possible at all. It seems simple in terms of logic but im sure it could be troublesome in the syntax.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52 UART connection with constant data stream capability</title><link>https://devzone.nordicsemi.com/thread/198588?ContentTypeID=1</link><pubDate>Tue, 16 Jul 2019 06:19:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9ef2657f-ff5b-4b02-983a-8225f1d376de</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;It sounds like there may be a bug in the program you use, and based on the error, I guess you have access to the source code. I would suggest to debug the program and figure out where &amp;quot;&lt;span&gt;nullable objects must have a value&amp;quot; gets returned.&amp;nbsp;&lt;/span&gt; &amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52 UART connection with constant data stream capability</title><link>https://devzone.nordicsemi.com/thread/198554?ContentTypeID=1</link><pubDate>Mon, 15 Jul 2019 17:40:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3cdfb2a4-e4cd-4e75-98e5-8af184a214b5</guid><dc:creator>Aashay</dc:creator><description>&lt;p&gt;hey &lt;a href="https://devzone.nordicsemi.com/members/vibe"&gt;Vidar Berg&lt;/a&gt;&amp;nbsp;thanks so much for these. So i tried them out on tera term to confirm that they work and they do work correctly. so i used this configuration for the actual data i am trying to pass through the two boards. The program i am using connects and recognizes the boards, but when i try to pass data through, it gives an error saying &amp;quot;nullable objects must have a value&amp;quot;. I am pretty sure that this program passes data in hex and many times it sends NULL, which is 0x00 in hex. I predict that our code isnt sending this properly. it might be not sending NULL altogether, which might be why there is an error? any recommendations on what to do or where to start? If my explanation doesn&amp;#39;t make sense, just let me know. i can try to explain it better.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>