<?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 use nrf52840 dongle like a BLE dongle to send data from Raspberry Pi 3B to another Bluetooth device?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/41385/how-to-use-nrf52840-dongle-like-a-ble-dongle-to-send-data-from-raspberry-pi-3b-to-another-bluetooth-device</link><description>I am new and trying to install and run samples on Raspi 3B but cannot. Have anyone worked with Raspi 3B and nrf52840 dongle and please give me some instructions.</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 11 Dec 2018 03:24:03 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/41385/how-to-use-nrf52840-dongle-like-a-ble-dongle-to-send-data-from-raspberry-pi-3b-to-another-bluetooth-device" /><item><title>RE: How to use nrf52840 dongle like a BLE dongle to send data from Raspberry Pi 3B to another Bluetooth device?</title><link>https://devzone.nordicsemi.com/thread/161105?ContentTypeID=1</link><pubDate>Tue, 11 Dec 2018 03:24:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d4c0d354-2e45-456d-a3c4-b5d479bb19a2</guid><dc:creator>Lionel Tran</dc:creator><description>&lt;p&gt;Hi, Thank for your answer&lt;/p&gt;
&lt;p&gt;I built Zephyr with Raspi 3B to use nrf52840 dongle like a BLE dongle. First, I wanna run hello_world sample.&lt;/p&gt;
&lt;p&gt;- Everything was okie when I ran:&amp;nbsp;&lt;/p&gt;
&lt;p class="p1"&gt;&lt;span class="s1"&gt;cmake -DBOARD=nrf52840_pca10059 ..&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p class="p1"&gt;&lt;span class="s1"&gt;(Question: is&amp;nbsp;&lt;span&gt;nrf52840_pca10059 right in this situation?&lt;/span&gt;)&lt;/span&gt;&lt;/p&gt;
&lt;p class="p1"&gt;&lt;span class="s1"&gt;- After that, I ran: &lt;/span&gt;&lt;/p&gt;
&lt;p class="p1"&gt;&lt;span class="s1"&gt;make&lt;/span&gt;&lt;/p&gt;
&lt;p class="p1"&gt;&lt;span class="s1"&gt;But issue occured:&lt;/span&gt;&lt;/p&gt;
&lt;p class="p1"&gt;&lt;span class="s1"&gt;/home/pi/zephyr/ext/hal/cmsis/Include/core_cm4.h:105:8: error: #error &amp;quot;Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)&amp;quot;&lt;/span&gt;&lt;/p&gt;
&lt;p class="p1"&gt;&lt;span class="s1"&gt;&lt;span class="Apple-converted-space"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/span&gt;#error &amp;quot;Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)&amp;quot;&lt;/span&gt;&lt;/p&gt;
&lt;p class="p1"&gt;&lt;span class="s1"&gt;How can I solve this problem?&lt;/span&gt;&lt;/p&gt;
&lt;p class="p1"&gt;Best regards,&lt;/p&gt;
&lt;p class="p1"&gt;Lionel&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to use nrf52840 dongle like a BLE dongle to send data from Raspberry Pi 3B to another Bluetooth device?</title><link>https://devzone.nordicsemi.com/thread/160959?ContentTypeID=1</link><pubDate>Mon, 10 Dec 2018 12:03:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:828e085d-1a4e-4539-9d44-75f4104ce2bd</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;If you want to use the nRF52840 dongle as a standard BLE controller, you can use the &lt;a href="https://www.nordicsemi.com/DocLib/Content/White_Papers/nwp_029/latest/WP/nwp_029/intro"&gt;HCI implementation found in Zephyr&lt;/a&gt;. Nordic does not provide any standard HCI apart from this.&lt;/p&gt;
&lt;p&gt;You can also use the &lt;a href="https://github.com/NordicSemiconductor/pc-ble-driver"&gt;pc-ble-driver&lt;/a&gt; to write custom applications. There are &lt;a href="https://github.com/NordicSemiconductor/pc-ble-driver-py"&gt;Python&lt;/a&gt; and &lt;a href="https://github.com/NordicSemiconductor/pc-ble-driver-js"&gt;Node.JS&lt;/a&gt; versions available, but you will have to build these from source to make them support Raspberry Pi.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Jørgen&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>