<?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>use nrf52840 dongle on Android</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/71222/use-nrf52840-dongle-on-android</link><description>hi, 
 I have nrf52840 DK and a dongle and I would like to connect the dongle to android device and scan for the DK in coded phy. 
 where can I find some SDK for using the dongle in android code</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 05 Feb 2021 08:27:48 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/71222/use-nrf52840-dongle-on-android" /><item><title>RE: use nrf52840 dongle on Android</title><link>https://devzone.nordicsemi.com/thread/293035?ContentTypeID=1</link><pubDate>Fri, 05 Feb 2021 08:27:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fad0e996-46c4-42e9-9e23-87ca76bf09db</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi again&lt;/p&gt;
&lt;p&gt;I&amp;#39;m assuming what you&amp;#39;re after is a HCI layer implemented over USB, correct? I asked around internally as well, and it seems to confirm my suspicions that we don&amp;#39;t have this. I would suggest turning to Google/stackoverflow to look for this as we won&amp;#39;t be able to help you with this.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;UPDATE:&amp;nbsp;&lt;/strong&gt;Got a tip from one of my colleagues that (if the Android 11 device is able to&amp;nbsp;communicate with a 3rd party HCI Controller over USB, &lt;a href="https://github.com/nrfconnect/sdk-zephyr/tree/master/samples/bluetooth/hci_usb"&gt;this sample for a USB Bluetooth Dongle&amp;nbsp;&lt;/a&gt;might be exactly what you need. I wasn&amp;#39;t aware of it until just now.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: use nrf52840 dongle on Android</title><link>https://devzone.nordicsemi.com/thread/292804?ContentTypeID=1</link><pubDate>Thu, 04 Feb 2021 06:22:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2c851643-3f12-4fe7-8259-9ebbea2bd4b1</guid><dc:creator>asaf</dc:creator><description>&lt;p&gt;- I have nrf52840 dongle with usb firmware , I&amp;#39;m able to comunicate with it using the python ble-pc-driver-py library.&lt;/p&gt;
&lt;p&gt;- i have raspberry pi 4 with Android 11 running application I crated to control&amp;nbsp; BT devices running coded phy.&lt;/p&gt;
&lt;p&gt;the RPI4 BLE have no coded phy support.&lt;/p&gt;
&lt;p&gt;- I want to use the dongle I have that already have the firmware and I need Android library to interface with the dongle.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: use nrf52840 dongle on Android</title><link>https://devzone.nordicsemi.com/thread/292698?ContentTypeID=1</link><pubDate>Wed, 03 Feb 2021 13:48:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c1a775f2-be9f-4d5e-9778-ea004748e9d9</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;Could you provide som details as to how you are planning to connect the Dongle over USB to your Android device? Do you plan on using a hub or similar where you can plug your Android in to communicate with the Dongle? Seeing as you&amp;#39;re planning on connecting to the Android device over USB, you should also take a look at &lt;a href="https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.0.2/examples_usb.html"&gt;our USB example projects&lt;/a&gt;, as you&amp;#39;ll need some connectivity firmware on the nRF52840 Dongle to communicate with the Android, and combine this with a &lt;a href="https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.0.2/examples_ble_central.html"&gt;ble central application&lt;/a&gt; that can scan using Coded PHY.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: use nrf52840 dongle on Android</title><link>https://devzone.nordicsemi.com/thread/292641?ContentTypeID=1</link><pubDate>Wed, 03 Feb 2021 10:53:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:393d8358-4a7a-4fb9-9f3c-cba9f286094a</guid><dc:creator>asaf</dc:creator><description>&lt;p&gt;yes , I want to scan for coded phy devices in android device using the dongle connected by USB to the android devices&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: use nrf52840 dongle on Android</title><link>https://devzone.nordicsemi.com/thread/292637?ContentTypeID=1</link><pubDate>Wed, 03 Feb 2021 10:11:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6913aaab-be6f-474b-9703-692b73ea1dba</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;I&amp;#39;m struggling to understand what you mean by &amp;quot;using the Dongle in Android code&amp;quot;. Can you try to explain what you want to do here. You want the Android to connect to the Dongle, correct? Do you want to &amp;quot;tell&amp;quot; the Dongle via the Android to start scanning using Coded PHY to detect the DK that is advertising over Coded PHY?&lt;/p&gt;
&lt;p&gt;If I am understanding you correctly, please check out the&lt;a href="https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/throughput-and-long-range-demo"&gt; ATT_MTU throughput example used in this blog post&lt;/a&gt; by Torbjørn for testing long range. This lets an nRF52 device switch between advertising and scanning, and what PHY to use. You will have to implement some way for the Android app to tell the Dongle to go to the scanning mode and to the Coded PHY.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>