<?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>how/best way to send 3 bytes ~10 times per second via BLE</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/22110/how-best-way-to-send-3-bytes-10-times-per-second-via-ble</link><description>hi, 
 im a little lost with BLE at the moment. all i want to do is sending 3 bytes of data (sensor data) approximately 10 times (+- 5) a second (when the uC is not sleeping) via bluetooth using my nrf52832. my goal is minimal energy consumption. 
 which</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 17 May 2017 13:28:54 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/22110/how-best-way-to-send-3-bytes-10-times-per-second-via-ble" /><item><title>RE: how/best way to send 3 bytes ~10 times per second via BLE</title><link>https://devzone.nordicsemi.com/thread/86881?ContentTypeID=1</link><pubDate>Wed, 17 May 2017 13:28:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c0f7f908-6bff-49e2-b49f-db2241ad7e3b</guid><dc:creator>uC_newbie</dc:creator><description>&lt;p&gt;Thank you very much, exactly the answer i was looking for :)
i think we dont need every message so i ll try to adjust the beacon example!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how/best way to send 3 bytes ~10 times per second via BLE</title><link>https://devzone.nordicsemi.com/thread/86880?ContentTypeID=1</link><pubDate>Wed, 17 May 2017 08:33:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9deb0ff5-e25d-484d-9c18-5080165c2504</guid><dc:creator>endnode</dc:creator><description>&lt;p&gt;If you don&amp;#39;t need reliable link (= you don&amp;#39;t need to be 100% sure that listener received the message) then just modify adv. packet data on the flight (so run beacon example and use radio notification event or timer or other event to update adv. data which will go out during very next adv. interval on all 3 adv. channels). This seems to be the most power efficient solution. If you insist on reliable link then you need to set-up connection and run some protocol over GATT layer (typically). You can design simple profile and protocol yourself (after little bit of reading how GATT Server/Client works) or use Nordic BLE UART master/slave examples in the SDK (NUS = Nordic UART Service).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>