<?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>send and receive in coded phy connectable</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/91777/send-and-receive-in-coded-phy-connectable</link><description>Hi All! 
 I tested the central &amp;amp; peripheral_hr_coded examples.By using Nrf connect sdk version 2.0.0 /2.0.2 ,nrf52833DK&amp;#39;s. Is it possible to add a feature in the example that whatever I type (peripheral) and hit enter should receive by connected central</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 09 Sep 2022 11:36:11 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/91777/send-and-receive-in-coded-phy-connectable" /><item><title>RE: send and receive in coded phy connectable</title><link>https://devzone.nordicsemi.com/thread/385504?ContentTypeID=1</link><pubDate>Fri, 09 Sep 2022 11:36:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e409ea3a-d414-4120-8199-593c5a669b4d</guid><dc:creator>Einarh</dc:creator><description>&lt;p&gt;I would use&amp;nbsp;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/libraries/bluetooth_services/services/nus.html#c.bt_nus_send"&gt;bt_nus_send()&lt;/a&gt;&amp;nbsp;for sending messages, and&amp;nbsp;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/kernel/services/timing/timers.html"&gt;Zephyr&amp;#39;s timer module&lt;/a&gt;&amp;nbsp;for timing.&lt;/p&gt;
&lt;p&gt;-Einar&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: send and receive in coded phy connectable</title><link>https://devzone.nordicsemi.com/thread/385493?ContentTypeID=1</link><pubDate>Fri, 09 Sep 2022 11:05:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4c2e7907-5f6e-45e1-aaaa-60f526a622de</guid><dc:creator>Muhammad Usman</dc:creator><description>&lt;p&gt;Hi Einar!&lt;/p&gt;
&lt;p&gt;Thank you for the Response! Sure I will! One more Question. While using&amp;nbsp;&lt;span&gt;&lt;strong&gt;central &amp;amp; peripheral_hr_coded&lt;/strong&gt; examples as mentioned above in my case. What do I have to do if want to send a message from peripheral to central every X number of seconds? Which is already in an array.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Thanks &amp;amp; Regards,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Muhammad Usman&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: send and receive in coded phy connectable</title><link>https://devzone.nordicsemi.com/thread/385444?ContentTypeID=1</link><pubDate>Fri, 09 Sep 2022 08:21:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:03052d36-c861-4d83-bb33-4836cc9e85ae</guid><dc:creator>Einarh</dc:creator><description>&lt;p&gt;Yes I believe you are in the correct direction according to your requirements, let me know if you have any issues.&lt;/p&gt;
&lt;p&gt;-Einar&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: send and receive in coded phy connectable</title><link>https://devzone.nordicsemi.com/thread/385356?ContentTypeID=1</link><pubDate>Thu, 08 Sep 2022 15:24:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:729d25f1-3538-4ac2-ba07-087636a9ad50</guid><dc:creator>Muhammad Usman</dc:creator><description>&lt;p&gt;Hi Einar!&lt;/p&gt;
&lt;p&gt;Thank you for the response! Am I in the correct direction according to the requirement I have?&lt;/p&gt;
&lt;p&gt;I will update you on this after further proceeding with it.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks &amp;amp; Regards,&lt;/p&gt;
&lt;p&gt;Muhammad Usman&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: send and receive in coded phy connectable</title><link>https://devzone.nordicsemi.com/thread/385294?ContentTypeID=1</link><pubDate>Thu, 08 Sep 2022 12:55:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0fd571d1-6036-4fb6-b6df-c1a83f5df529</guid><dc:creator>Einarh</dc:creator><description>&lt;p&gt;Hello&lt;/p&gt;
[quote user=""]Is it possible to add a feature in the example that whatever I type (peripheral) and hit enter should receive by connected central and vice versa? Should I have to go for adding the NUS service ?[/quote]
&lt;p&gt;Yes it sounds like you want the&amp;nbsp;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/libraries/bluetooth_services/services/nus.html"&gt;Nordic UART Service (NUS)&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Have a look at the&amp;nbsp;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/bluetooth/peripheral_uart/README.html"&gt;Peripheral UART sample&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Einar&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>