<?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>EEG,ECG,PPG, and IMU raw data from sensors over BLE</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/115151/eeg-ecg-ppg-and-imu-raw-data-from-sensors-over-ble</link><description>Hi, 
 I am currently working on sensors such as EEG,ECG,PPG, &amp;amp; IMU. Does BLE have any profile for respective sensors, to handle their raw data. Thanks</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 10 Oct 2024 10:47:23 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/115151/eeg-ecg-ppg-and-imu-raw-data-from-sensors-over-ble" /><item><title>RE: EEG,ECG,PPG, and IMU raw data from sensors over BLE</title><link>https://devzone.nordicsemi.com/thread/505704?ContentTypeID=1</link><pubDate>Thu, 10 Oct 2024 10:47:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:db95cd06-1f3c-45b4-bbd8-9e52fc33e7fd</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;I understand,&lt;/p&gt;
&lt;p&gt;Well, as mentioned, there is no dedicated streaming profile, but you can use the ncs\nrf\samples\bluetooth\peripheral_uart for testing. But you need to decide on the format of the data you are sending. If you need a lot of throughput, it would be beneficial to construct large packets before you send them via notifications bt_nus_send() or&amp;nbsp;bt_gatt_notify_cb().&lt;/p&gt;
&lt;p&gt;You may also need to adjust the connection parameters. How to do this is described in the &lt;a href="https://academy.nordicsemi.com/courses/bluetooth-low-energy-fundamentals/lessons/lesson-3-bluetooth-le-connections/"&gt;Bluetooth Low Energy DevAcademy course, Lesson 3&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;So longer packets means less overhead per payload byte. It does however mean added latency, so you need to experiment with what works for you.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Edvin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: EEG,ECG,PPG, and IMU raw data from sensors over BLE</title><link>https://devzone.nordicsemi.com/thread/505648?ContentTypeID=1</link><pubDate>Thu, 10 Oct 2024 05:24:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:31d1b4bc-7b2e-43a5-851f-33e592180b7f</guid><dc:creator>pal_722</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/members/edvin-holmseth"&gt;Edvin&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;My application demands for data streaming wirelessly via BLE and has to send large amount of&amp;nbsp;real-time data, that is why I want to use a streaming profile.&lt;br /&gt;I am currently working with nrf connect SDK v2.6.1.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Pallavi&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: EEG,ECG,PPG, and IMU raw data from sensors over BLE</title><link>https://devzone.nordicsemi.com/thread/505371?ContentTypeID=1</link><pubDate>Tue, 08 Oct 2024 13:30:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cf62b245-d762-4e9b-b3fb-77fa54173895</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;No Data Streaming profiles. I am not sure if you are familiar with BLE, or Bluetooth Classic, for that matter, but the way you are talking about these profiles makes me think you are more used to something other than BLE. (I am not familiar with Bluetooth classic, by the way).&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I pointed you towards the Nordic UART Service example, and the reason for it is that it is a quite versatile example. By default, it waits for a message over UART, and sends it once it either reaches a certain length, or a linefeed character. But you can easily adjust this, and just use the API for transmitting the data string that you want to send, making it independent of the UART. (I don&amp;#39;t know what SDK you are using, so it is difficult to point to an API, so please let me know what type of SDK you intend to use).&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;So while it is not a &amp;quot;streaming profile&amp;quot;, you can send whatever data you like. You do need to split them up in packets, but that is up to you how you want to do that. Longer packets allow for higher throughput, while shorter packets gives you lower latency.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Edvin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: EEG,ECG,PPG, and IMU raw data from sensors over BLE</title><link>https://devzone.nordicsemi.com/thread/505167?ContentTypeID=1</link><pubDate>Mon, 07 Oct 2024 11:45:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bbd65293-6a74-47e5-9f51-4e045b9ddefa</guid><dc:creator>pal_722</dc:creator><description>&lt;p&gt;Ok. Will try that!&lt;br /&gt;&lt;a href="https://devzone.nordicsemi.com/members/edvin-holmseth"&gt;Edvin&lt;/a&gt;&amp;nbsp;Is there any Data streaming profile in BLE?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: EEG,ECG,PPG, and IMU raw data from sensors over BLE</title><link>https://devzone.nordicsemi.com/thread/505143?ContentTypeID=1</link><pubDate>Mon, 07 Oct 2024 10:38:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0bbe5192-0eaf-4638-8065-d536a559892b</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;Indeed, it does a lot of processing. These standardized characteristics only holds the pulse (bpm), and some other stuff. Not raw sensor data. These are typically what is being used in smart watches.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;So yes, if you want to stream raw data, you will need to use a custom service. A good place to start can be the Nordic UART Service (called peripheral_uart in NCS and ble_app_uart in nRF5 SDK). But you probably want to change the actual UUID before going to production. But for testing purposes, you can use this.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Edvin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: EEG,ECG,PPG, and IMU raw data from sensors over BLE</title><link>https://devzone.nordicsemi.com/thread/505141?ContentTypeID=1</link><pubDate>Mon, 07 Oct 2024 10:27:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bb06fa16-9d4d-4676-a174-4c66827e41ab</guid><dc:creator>pal_722</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/members/edvin-holmseth"&gt;Edvin&lt;/a&gt;&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
[quote userid="26071" url="~/f/nordic-q-a/115151/eeg-ecg-ppg-and-imu-raw-data-from-sensors-over-ble/504688"]I don&amp;#39;t know exactly how these sensors work, but relevant services are at least Heart Rate Service (0x180D), and perhaps blood pressure Service (0x1810), or pulse oximeter service (0x1822)?[/quote]
&lt;p&gt;I guess the above mentioned profiles does some processing of the raw data, because of which I cannot use it.&lt;/p&gt;
[quote userid="26071" url="~/f/nordic-q-a/115151/eeg-ecg-ppg-and-imu-raw-data-from-sensors-over-ble/504688"]So if you want to transmit the raw data from these sensors, then you need to use a custom, 128bit UUID service.[/quote]
&lt;p&gt;OK. Got it!&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: EEG,ECG,PPG, and IMU raw data from sensors over BLE</title><link>https://devzone.nordicsemi.com/thread/504688?ContentTypeID=1</link><pubDate>Wed, 02 Oct 2024 11:59:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:21d66de2-2c61-49b5-9a2d-bfb78cfc340e</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;You can find the list of the assigned services in the Assigned Numbers document from Bluetooth:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.bluetooth.com/wp-content/uploads/Files/Specification/HTML/Assigned_Numbers/out/en/Assigned_Numbers.pdf?v=1727869532209"&gt;https://www.bluetooth.com/wp-content/uploads/Files/Specification/HTML/Assigned_Numbers/out/en/Assigned_Numbers.pdf?v=1727869532209&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Check out page 66.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I don&amp;#39;t know exactly how these sensors work, but relevant services are at least Heart Rate Service (0x180D), and perhaps blood pressure Service (0x1810), or pulse oximeter service (0x1822)?&lt;/p&gt;
&lt;p&gt;The format of all these services you need to look up individually. You can search for it on Bluetooth.com:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.bluetooth.com/specifications/specs/?types=adopted&amp;amp;keyword=blood+pressure&amp;amp;filter="&gt;https://www.bluetooth.com/specifications/specs/?types=adopted&amp;amp;keyword=blood+pressure&amp;amp;filter=&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;But these are for a product. Not specifically for a sensor. And I don&amp;#39;t think there are any standard services for an accellerometer/IMU.&lt;/p&gt;
&lt;p&gt;So if you want to transmit the raw data from these sensors, then you need to use a custom, 128bit UUID service.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Edvin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>