<?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>nRF52840 as Network processor for Linux to avail Bluetooth Functionality</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/51302/nrf52840-as-network-processor-for-linux-to-avail-bluetooth-functionality</link><description>Hi, 
 
 We have AM4378 Processor Based Linux System. We want to add Bluetooth 5.0 module and use all BLE Features 
 
 1. Is there any Ready Solution something link usb plug-in and Linux library or driver to use. 
 2. After going through Documentation</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 26 Aug 2019 12:08:19 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/51302/nrf52840-as-network-processor-for-linux-to-avail-bluetooth-functionality" /><item><title>RE: nRF52840 as Network processor for Linux to avail Bluetooth Functionality</title><link>https://devzone.nordicsemi.com/thread/206102?ContentTypeID=1</link><pubDate>Mon, 26 Aug 2019 12:08:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7b2bb871-ebed-4dfc-b53f-120a5f303b53</guid><dc:creator>ERobotics</dc:creator><description>&lt;p&gt;I have not tested with zephyr.&lt;/p&gt;
&lt;p&gt;Bluez and Zephyr is little complicated and didnt found any examples much.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;So tried with pc-ble-driver, there is proper documentation and support. It worked without any efforts.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Anyways i will try once zephyr hex and update you the results&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52840 as Network processor for Linux to avail Bluetooth Functionality</title><link>https://devzone.nordicsemi.com/thread/206003?ContentTypeID=1</link><pubDate>Mon, 26 Aug 2019 05:28:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:de1e3dab-d932-4b97-b7f2-e1d24448253e</guid><dc:creator>SanthoshN</dc:creator><description>&lt;p&gt;We didnt go further on pc-ble-driver as I already mentioned we are having other priority tasks.&lt;/p&gt;
&lt;p&gt;Initially we tried on with zephyr hex file.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Later we moved to pc-ble-driver but didnt go further on that.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Are you able to test the dongle with zephyr hex file..??&lt;/p&gt;
&lt;p&gt;If not once try with this hex and let me know your results.&lt;/p&gt;
&lt;p&gt;Note: This mac address is hard-coded, you can only use for testing.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/2553.zephyr.hex"&gt;devzone.nordicsemi.com/.../2553.zephyr.hex&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52840 as Network processor for Linux to avail Bluetooth Functionality</title><link>https://devzone.nordicsemi.com/thread/205995?ContentTypeID=1</link><pubDate>Mon, 26 Aug 2019 01:42:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c95c0bc8-49d7-46c8-a34d-1ccf389e338e</guid><dc:creator>ERobotics</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;From one of your &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/49841/library-for-integrating-nrf52840-with-mtk7628-running-on-openwrt"&gt;thread&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;We tried pc-ble-driver on ubuntu18.04 and were successfully tested heart_rate_monitor with smart phone.&lt;/p&gt;
&lt;p&gt;Now we want to cross compile pc-ble-driver examples to AM4378 processor based linux system, can you guide us with what changes need to be done while compiling.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks alot for your response&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52840 as Network processor for Linux to avail Bluetooth Functionality</title><link>https://devzone.nordicsemi.com/thread/205824?ContentTypeID=1</link><pubDate>Fri, 23 Aug 2019 09:27:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3071cb2e-9785-43c3-90a5-0482c01e790b</guid><dc:creator>SanthoshN</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;/p&gt;
&lt;p&gt;If the&amp;nbsp;&lt;span&gt;&lt;strong&gt;BD Address is 00:00:00:00:00:00&lt;/strong&gt; then hci cannot detect the bluetooth, this is the public mac addr&amp;nbsp; which is&amp;nbsp;00:00:00:00:00:00.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Are you able to build the zephyr hex file..??&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;If you are able to build that add the following in &lt;strong&gt;zephyr/samples/bluetooth/hci_usb/src/main.c&lt;/strong&gt; file and build the hex.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&amp;nbsp; &amp;nbsp; u8_t val[10];&lt;br /&gt;&amp;nbsp; &amp;nbsp;val[0] = 0xFF;&lt;br /&gt;&amp;nbsp; &amp;nbsp;val[1] = 0xFF;&lt;br /&gt;&amp;nbsp; &amp;nbsp;val[2] = 0xFF;&lt;br /&gt;&amp;nbsp; &amp;nbsp;val[3] = 0xFF;&lt;br /&gt;&amp;nbsp; &amp;nbsp;val[4] = 0xFF;&lt;br /&gt;&amp;nbsp; &amp;nbsp;val[5] = 0xFF;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;ll_addr_set(0, val);&amp;nbsp;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Now you wont see the above error which you mentioned.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>