<?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>A question about nrf52840 USB connection to android</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/41782/a-question-about-nrf52840-usb-connection-to-android</link><description>Hi all, 
 I am working on nRF52840, nRF5_SDK_15.2.0, pca10056,usbd_cdc_acm 
 I can now communicate nrf52840 with PC,However, I failed to connect nrf52840 to android, Android recognizes the device,But we can&amp;#39;t communicate 
 Can we communicate with android</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 27 Sep 2019 12:48:16 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/41782/a-question-about-nrf52840-usb-connection-to-android" /><item><title>RE: A question about nrf52840 USB connection to android</title><link>https://devzone.nordicsemi.com/thread/212285?ContentTypeID=1</link><pubDate>Fri, 27 Sep 2019 12:48:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8cfab5cf-6c75-408b-9ee4-5349de9b4ee1</guid><dc:creator>Hadi Deknache</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I am currently also trying to receive and send data from an android device to an nrf52840 device with USB CDC. I am having trouble to get it to connect and receive that the controlTransfer fails. Is there any application that can be used to connect to the nrf52840 device on an android device?&lt;/p&gt;
&lt;p&gt;/Hadi&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: A question about nrf52840 USB connection to android</title><link>https://devzone.nordicsemi.com/thread/164606?ContentTypeID=1</link><pubDate>Wed, 09 Jan 2019 05:00:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9d94b604-43d5-47cb-87f9-bca759a20ed1</guid><dc:creator>Vishnu Pradeep</dc:creator><description>&lt;p&gt;I use&amp;nbsp;usbd_ble_uart example. As I mentioned above we could send and receive data between nrf52840 and android smartphone through USB-OTG cable. But since we used USB-serial library in android app development, the data transfer speed is not fast as it should be(12 Mbps). So we are looking for USB APIs for android application.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: A question about nrf52840 USB connection to android</title><link>https://devzone.nordicsemi.com/thread/164603?ContentTypeID=1</link><pubDate>Wed, 09 Jan 2019 03:19:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8ca1fa61-ece5-41f3-a748-dd4ead2e80af</guid><dc:creator>sx_1508448759</dc:creator><description>&lt;p&gt;&lt;span class="src"&gt;it means we cant use usbd_cdc_acm examle to connect android pad by OTG?&lt;br /&gt;&lt;/span&gt;&lt;span class="src"&gt;we need another firmware or connection type?&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: A question about nrf52840 USB connection to android</title><link>https://devzone.nordicsemi.com/thread/164510?ContentTypeID=1</link><pubDate>Tue, 08 Jan 2019 12:22:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a4ae40e1-c9f5-4e42-b81c-fc2e709e22e8</guid><dc:creator>Vishnu Pradeep</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;We have a similar requirement and used the below link for developing android app.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://github.com/hariharan-m/Arduino-Android-USB"&gt;https://github.com/hariharan-m/Arduino-Android-USB&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;We could collect data from nrf52840 USB. But we later realized that this is USB to serial and the speed is also limited. We need to use USB-OTG API to collect data. Is there any sample USB-OTG APIs, libraries available ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: A question about nrf52840 USB connection to android</title><link>https://devzone.nordicsemi.com/thread/164429?ContentTypeID=1</link><pubDate>Tue, 08 Jan 2019 08:04:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:23e57080-68e3-4b34-9556-c55147b99428</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;Sorry for the slow response,&amp;nbsp;around Christmas and new year we have very limited staffing.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Can you let me know which Android device you have tested?&lt;/p&gt;
&lt;p&gt;Also, have you tested more than one, or just this one device?&lt;/p&gt;
&lt;p&gt;How do you try to communicate on the Android side? Are you running some custom app to access the comport?&lt;/p&gt;
&lt;p&gt;I will check with the USB developers if there is any trick to get the CDC example running on Android, but I think it should work out of the box.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards&lt;br /&gt;Torbjørn Øvrebekk&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: A question about nrf52840 USB connection to android</title><link>https://devzone.nordicsemi.com/thread/162931?ContentTypeID=1</link><pubDate>Mon, 24 Dec 2018 06:48:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:79cfc355-83c8-4b3d-9419-ffc95fffa073</guid><dc:creator>sx_1508448759</dc:creator><description>&lt;p&gt;please help me!&lt;/p&gt;
&lt;p&gt;we use OTG&amp;nbsp;&lt;span&gt;line to connect nrf52840 and android pad，but we have no way to let them work&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>