<?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 to read data from A&amp;amp;D Medical Blood Pressure using BLE</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/112110/how-to-read-data-from-a-d-medical-blood-pressure-using-ble</link><description>I am new to BLE development and was wondering how I can read the data published by the A&amp;amp;D Medical Blood Pressure Monitor with the nRF5340 acting as a central. I can connect to the sensor through NRF desktop and BLE dongle and see all the services. I</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 17 Jun 2024 07:27:57 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/112110/how-to-read-data-from-a-d-medical-blood-pressure-using-ble" /><item><title>RE: How to read data from A&amp;D Medical Blood Pressure using BLE</title><link>https://devzone.nordicsemi.com/thread/489000?ContentTypeID=1</link><pubDate>Mon, 17 Jun 2024 07:27:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:00a926b7-e754-49e6-b54f-5cf80aef1bc1</guid><dc:creator>AHaug</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;The only video resources are those found on our &lt;a href="https://webinars.nordicsemi.com/events"&gt;webinar pages&lt;/a&gt;:&amp;nbsp;&lt;a href="https://webinars.nordicsemi.com/events?sortOrder=-event_start_date&amp;amp;p=1&amp;amp;tags=Bluetooth+Low+Energy#onDemand"&gt;https://webinars.nordicsemi.com/events?sortOrder=-event_start_date&amp;amp;p=1&amp;amp;tags=Bluetooth+Low+Energy#onDemand&lt;/a&gt;.&amp;nbsp;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;div&gt;
&lt;div&gt;The&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/samples/bluetooth/central_and_peripheral_hr/README.html#user_interface" rel="noopener noreferrer" target="_blank"&gt;Bluetooth: Central and Peripheral HRS&lt;/a&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;sample demonstrates the central role by scanning for a remote device providing Heart Rate Service. When a device is connected as central, the sample starts the service discovery procedure to search for the Heart Rate Service.&lt;/div&gt;
&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;
&lt;div&gt;The&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/samples/bluetooth/throughput/README.html#user_interface" rel="noopener noreferrer" target="_blank"&gt;Bluetooth: Throughput&lt;/a&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;sample allows you to set the board into a central (tester) role using a button.&lt;/div&gt;
&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;
&lt;div&gt;The&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/applications/nrf_desktop/bluetooth.html" rel="noopener noreferrer" target="_blank"&gt;nRF Desktop&lt;/a&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;application can be configured to work as a Bluetooth Central, handling multiple Bluetooth LE connections simultaneously.&lt;/div&gt;
&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;
&lt;div&gt;The&lt;span&gt;&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/samples/bl.html"&gt;BLE central samples in the BLE sample list&lt;/a&gt;&amp;nbsp;&lt;/span&gt;demonstrate the BLE Central role with various applications like BLE Blinky Client Application Example, BLE Heart Rate Collector Example, BLE Multi-link Example, and more.&lt;/div&gt;
&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Kind regards,&lt;br /&gt;Andreas&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to read data from A&amp;D Medical Blood Pressure using BLE</title><link>https://devzone.nordicsemi.com/thread/488924?ContentTypeID=1</link><pubDate>Fri, 14 Jun 2024 20:04:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:86e094ee-464b-4078-a70a-492b149362fc</guid><dc:creator>veen</dc:creator><description>&lt;p&gt;Would there be any good resources and video tutorials to show the dev kit acting like a central instead of a peripheral?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to read data from A&amp;D Medical Blood Pressure using BLE</title><link>https://devzone.nordicsemi.com/thread/488900?ContentTypeID=1</link><pubDate>Fri, 14 Jun 2024 14:31:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:43dde172-1b4b-4d85-94a2-a8e2063c9212</guid><dc:creator>AHaug</dc:creator><description>&lt;p&gt;Hi,&lt;br /&gt;&lt;br /&gt;I recommend that you go through&amp;nbsp;&lt;a href="https://academy.nordicsemi.com/courses/bluetooth-low-energy-fundamentals/"&gt;https://academy.nordicsemi.com/courses/bluetooth-low-energy-fundamentals/&lt;/a&gt;&amp;nbsp;which is our BLE fundamentals course first. If I remember correct, there should be sections and chapters with code examples showcasing how to read data characteristics from a peripheral.&lt;/p&gt;
&lt;p&gt;If this does not quite show you what you want, then I also recommend that you go through the BLE samples in the SDK:&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/samples/bl.html"&gt;https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/samples/bl.html &lt;/a&gt;and see if there is any descriptions that matches what you&amp;#39;re after&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;br /&gt;Andreas&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>