<?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>Getting Notifications from BLE using nRF 52480 dongle PCA10059</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/81671/getting-notifications-from-ble-using-nrf-52480-dongle-pca10059</link><description>Hi, 
 OS: Windows 10 
 SW used is Segger IDE, nrfCOnnect for desktop to program HW used is nRF 52480 dongle PCA10059 
 I am starting using nRF 52480 USB dongle, I need to connect to the other peripheral BLE device and receive its notifications. I read</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 22 Nov 2021 12:29:04 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/81671/getting-notifications-from-ble-using-nrf-52480-dongle-pca10059" /><item><title>RE: Getting Notifications from BLE using nRF 52480 dongle PCA10059</title><link>https://devzone.nordicsemi.com/thread/340055?ContentTypeID=1</link><pubDate>Mon, 22 Nov 2021 12:29:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ebb0ac61-f881-43e8-84ee-72b40a98ea07</guid><dc:creator>SwRa</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Kindly take al look at the documentation for &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/libraries/bluetooth_services/services/nus.html"&gt;Nordic UART&amp;nbsp;Service&lt;/a&gt; and &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/libraries/bluetooth_services/services/nus_client.html"&gt;Nordic UART Service Client&lt;/a&gt; for more details.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Swathy&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Getting Notifications from BLE using nRF 52480 dongle PCA10059</title><link>https://devzone.nordicsemi.com/thread/339546?ContentTypeID=1</link><pubDate>Thu, 18 Nov 2021 06:39:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cda7e1a9-8437-407d-b69a-c42948a0d533</guid><dc:creator>nagendrababu21</dc:creator><description>&lt;p&gt;Hi ,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks for u r guidance. Which is the UART UUID and code changes which I need to change in the central UART application so that I can start receiving notifications from my peripheral device.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;
&lt;p&gt;Nagendra Babu&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Getting Notifications from BLE using nRF 52480 dongle PCA10059</title><link>https://devzone.nordicsemi.com/thread/339487?ContentTypeID=1</link><pubDate>Wed, 17 Nov 2021 15:40:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:92de633a-32e5-4e52-a740-20cf323e889e</guid><dc:creator>SwRa</dc:creator><description>&lt;p&gt;Hey,&lt;/p&gt;
&lt;p&gt;Regarding the first part of your question, what you basically need to achieve is to receive the notifications from your peripheral device and print them on UART which sounds similar to &lt;a href="https://github.com/nrfconnect/sdk-nrf/tree/main/samples/bluetooth/central_uart"&gt;UART central application&lt;/a&gt;. As for the HRS sample,&amp;nbsp;there are two samples - one &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/bluetooth/peripheral_hr_coded/README.html"&gt;peripheral&lt;/a&gt; and the other &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/bluetooth/central_hr_coded/README.html#bluetooth-central-hr-coded"&gt;central&lt;/a&gt;, both of which uses UART. Either the UART central application or the the Central Heart rate monitor with coded PHY application can be used as a good base to start developing according to your requirements.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Swathy.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Getting Notifications from BLE using nRF 52480 dongle PCA10059</title><link>https://devzone.nordicsemi.com/thread/339402?ContentTypeID=1</link><pubDate>Wed, 17 Nov 2021 11:23:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bdca2f1f-a8de-4ab2-80e2-545d6f7bf2ff</guid><dc:creator>SwRa</dc:creator><description>&lt;p&gt;Hi Nagendra,&lt;/p&gt;
&lt;p&gt;Regarding the issue you are facing with BLE app, this is weird.. The BLE app nRF Connect for desktop should work in the same way as the nRF Connect mobile application. You should be able to receive the same notifications that you receive in the BLE&amp;nbsp;application. You could try to &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/guides/tools/nordic_segger.html#disabling-the-mass-storage-device-functionality"&gt;disable the mass storage class&lt;/a&gt;&amp;nbsp;on JLink. (Note: this may cause problems on Windows even though only mac and linux are mentioned). Hopefully, it will resolve the issue that you are facing with the BLE app.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Swathy&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Getting Notifications from BLE using nRF 52480 dongle PCA10059</title><link>https://devzone.nordicsemi.com/thread/339113?ContentTypeID=1</link><pubDate>Tue, 16 Nov 2021 04:18:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4b554440-4716-4be1-911c-34a4f55b8536</guid><dc:creator>nagendrababu21</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks for the help. I have also arranged nRF52840 DK PCA10056 for debug purposes, I have a device(peripheral) which is emitting notifications every second once connected, now i need nRF52840 to act as central connecting to that device and receive/collect those notifications and print it on serial(uart/RTT). How can this be done. i am able to do the same in nRF connect mobile application with the screenshot attached. I need to emulate the same thing on dongle/ nRF52480. Kindly help through the process.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/thumbnail.jpeg" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I need to receive those values&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/pastedimage1637036720776v1.png" /&gt;&lt;/p&gt;
&lt;p&gt;I also tried with HRS example in the SDK but could not achieve the same. Where would i have been missed?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;To add to this I am unable to get notifications in nRF Connect Desktop Application too.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/pastedimage1637132609413v2.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;
&lt;p&gt;Nagendra&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Getting Notifications from BLE using nRF 52480 dongle PCA10059</title><link>https://devzone.nordicsemi.com/thread/339059?ContentTypeID=1</link><pubDate>Mon, 15 Nov 2021 14:48:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:51f8717e-a1bc-4816-8d86-ec130c2b421f</guid><dc:creator>SwRa</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Kindly refer this tutorial :&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/guides/short-range-guides/b/getting-started/posts/nrf52840-dongle-programming-tutorial"&gt;https://devzone.nordicsemi.com/guides/short-range-guides/b/getting-started/posts/nrf52840-dongle-programming-tutorial&lt;/a&gt;&amp;nbsp;as a starting point for developments using nrf52840 dongle. Furthermore, there is &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/applications/nrf_desktop/README.html"&gt;nRF desktop&lt;/a&gt; application that demonstrates configurations for dongle. You can try testing the dongle by running a separate DK as a peripheral (mouse or keyboard) and send data to the pc through the dongle. We will be uploading a blog explaining nRF Desktop application in the coming days and I will update the link once it is available.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Swathy&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>