<?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>Receiving signals via BLE without using nRF connect</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/40122/receiving-signals-via-ble-without-using-nrf-connect</link><description>Hi every one! 
 I have nRF52840 dongle and BMD-300 Series Evaluation kit featuring the nRF52832. 
 I`d like to transmit continuous signals from nRF52832 to dongle(Desktop, Windows) without using any DFU controller(e.g. nRF Connect). The reason is I have</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 05 Nov 2018 08:56:34 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/40122/receiving-signals-via-ble-without-using-nrf-connect" /><item><title>RE: Receiving signals via BLE without using nRF connect</title><link>https://devzone.nordicsemi.com/thread/155881?ContentTypeID=1</link><pubDate>Mon, 05 Nov 2018 08:56:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:31c89414-1a6e-4a13-bc16-97de624a04d3</guid><dc:creator>awneil</dc:creator><description>[quote userid="74891" url="~/f/nordic-q-a/40122/receiving-signals-via-ble-without-using-nrf-connect/155847"]It seems that nRF52 communicate without BLE..[/quote]
&lt;p&gt;Where on earth did you get that idea?&lt;/p&gt;
&lt;p&gt;Take a look an the nRF52832 and nRF52840 Product Pages:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.nordicsemi.com/eng/Products/Bluetooth-low-energy/nRF52832"&gt;https://www.nordicsemi.com/eng/Products/Bluetooth-low-energy/nRF52832&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.nordicsemi.com/eng/Products/nRF52840"&gt;www.nordicsemi.com/.../nRF52840&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;they clearly &lt;em&gt;&lt;strong&gt;can&lt;/strong&gt; &lt;/em&gt;do BLE!&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
[quote userid="74891" url="~/f/nordic-q-a/40122/receiving-signals-via-ble-without-using-nrf-connect/155847"]Is there any solution about I can receive the data without nRF connect[/quote]
&lt;p&gt;Yes.&lt;/p&gt;
&lt;p&gt;The whole point of Bluetooth (including BLE) is that it is a standard - it is not limited to any particular hardware of software.&lt;/p&gt;
&lt;p&gt;This is achieved by &lt;strong&gt;GATT&lt;/strong&gt; - Generic ATTributes:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.bluetooth.com/specifications/gatt/generic-attributes-overview"&gt;https://www.bluetooth.com/specifications/gatt/generic-attributes-overview&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://learn.adafruit.com/introduction-to-bluetooth-low-energy/gatt"&gt;https://learn.adafruit.com/introduction-to-bluetooth-low-energy/gatt&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://en.wikipedia.org/wiki/Bluetooth_Low_Energy"&gt;https://en.wikipedia.org/wiki/Bluetooth_Low_Energy&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;If you want to write your own BLE apps, you will have to study the documentation for your chosen platform(s); eg,&lt;/p&gt;
&lt;p&gt;&lt;a href="https://docs.microsoft.com/en-us/windows/uwp/devices-sensors/gatt-client"&gt;https://docs.microsoft.com/en-us/windows/uwp/devices-sensors/gatt-client&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://developer.android.com/guide/topics/connectivity/bluetooth-le"&gt;https://developer.android.com/guide/topics/connectivity/bluetooth-le&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://developer.apple.com/documentation/corebluetooth"&gt;https://developer.apple.com/documentation/corebluetooth&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Receiving signals via BLE without using nRF connect</title><link>https://devzone.nordicsemi.com/thread/155847?ContentTypeID=1</link><pubDate>Mon, 05 Nov 2018 02:12:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6703d646-bdc3-4822-be0c-cdee0e79fa3c</guid><dc:creator>Ellie</dc:creator><description>&lt;p&gt;Thanks for reply!&lt;/p&gt;
&lt;p&gt;I looked into the description recommended example.&lt;/p&gt;
&lt;p&gt;But It seems that nRF52 communicate without BLE..&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Is there any solution about I can receive the data without nRF connect or display the data on nRF connect in a form of graph ?&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Receiving signals via BLE without using nRF connect</title><link>https://devzone.nordicsemi.com/thread/155846?ContentTypeID=1</link><pubDate>Mon, 05 Nov 2018 01:46:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7e083c4d-8f53-41cc-a2eb-68b49192c166</guid><dc:creator>Ellie</dc:creator><description>&lt;p&gt;Oh, I didn`t know that the dongle does not have a programming chip....&lt;/p&gt;
&lt;p&gt;I want to display transferred data from nrf52 in a form of graph.&lt;/p&gt;
&lt;p&gt;But I don`t know that I can receive the data without using nRF connect....!&lt;/p&gt;
&lt;p&gt;Is there any solution about I can receive the data without nRF connect or display the data on nRF connect in a form of graph ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Receiving signals via BLE without using nRF connect</title><link>https://devzone.nordicsemi.com/thread/155777?ContentTypeID=1</link><pubDate>Fri, 02 Nov 2018 14:01:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2784643a-47e1-433b-8b9d-c2e61a96e5de</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;It seems you are a bit confused regarding the DFU part on the dongle.&lt;/p&gt;
&lt;p&gt;The dongle does not have a programming chip like the DK has (that is the large chip with the white sticker). Therefore, the dongle comes pre-programmed with a bootloader, which is used to update the firmware on the dongle, as &lt;a href="https://devzone.nordicsemi.com/members/awneil"&gt;awneil&lt;/a&gt; said.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;If you want to use the dongle, I suggest you look into the usbd_ble_uart example, found in the folder:&lt;/p&gt;
&lt;p&gt;SDK15.2.0\examples\peripheral\usbd_ble_uart&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;You can check the description of the example &lt;a href="http://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v15.2.0%2Fusbd_ble_uart_example.html"&gt;here&lt;/a&gt;.&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: Receiving signals via BLE without using nRF connect</title><link>https://devzone.nordicsemi.com/thread/155729?ContentTypeID=1</link><pubDate>Fri, 02 Nov 2018 11:20:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c8d84325-740f-45c1-a9d8-efdc9811a1c3</guid><dc:creator>awneil</dc:creator><description>&lt;p&gt;I don&amp;#39;t understand your question.&lt;/p&gt;
&lt;p&gt;&amp;quot;DFU&amp;quot; = &amp;quot;&lt;span style="text-decoration:underline;"&gt;&lt;strong&gt;D&lt;/strong&gt;&lt;/span&gt;evice &lt;span style="text-decoration:underline;"&gt;&lt;strong&gt;F&lt;/strong&gt;&lt;/span&gt;irmware &lt;span style="text-decoration:underline;"&gt;&lt;strong&gt;U&lt;/strong&gt;&lt;/span&gt;pdate&amp;quot; - this has nothing to do with transferring data for display!&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;So is your question about doing firmware updates (DFU), or is it about&amp;nbsp;&lt;span&gt;transferring data for display?&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>