⚠️
Hi there.. thanks for coming to the forums. Exciting news! we’re now in the process of moving to our new forum platform that will offer better functionality and is contained within the main Dialog website. All posts and accounts have been migrated. We’re now accepting traffic on the new forum only - please POST any new threads at//www.wsdof.com/support. We’ll be fixing bugs / optimising the searching and tagging over the coming days.
6 posts / 0 new
Last post
techteh
Offline
Last seen:3 months 2 weeks ago
Joined:2018-07-16 12:09
Android OTG

DA14682微控制器USB (USB_CDC模式)detected by Windows 10, but when i connect it by OTG to Android phone, Android does not detect it, I try many Apps from google play store, none of them could detect it. please help me.
( Android can detect other usb to serial modules, just could not detect DA14682)

Keywords:
Device:
techteh
Offline
Last seen:3 months 2 weeks ago
Joined:2018-07-16 12:09
Hi,

Hi,
I have found the problem but don't know why!
When I connect my custom board with da14682 to my phone, the micro program enters in unknown state. for example I turned on one LED in start of the program but after 2 or 3 seconds, this LED will be turned off.
My application is USB_CDC plus DSPS project.
Thank you in advance.

TR_Dialog
Offline
Last seen:2 weeks 23 hours ago
Staff
Joined:2014-06-30 23:52
Hi,

Hi,

Checking on this internally.

Thanks,

TR_DIALOG

techteh
Offline
Last seen:3 months 2 weeks ago
Joined:2018-07-16 12:09
I am sorry, I just did a

I am sorry, I just did a mistake and clicked on Accept this answer. Please modify that.
Thanks.

TR_Dialog
Offline
Last seen:2 weeks 23 hours ago
Staff
Joined:2014-06-30 23:52
Hi techteh :

Hi techteh :

Here is the feedback from the team:

, Android HOST which already support CDC class is compatible (can recognize and enumerates) with some custom USB CDC device vendor (FTDI....) But In the DA14683 device we are using specific VID/PID :
static const USB_DEVICE_INFO _DeviceInfo =
{ *0x2DCF*, // VendorId *0x6002*, // ProductId "Dialog Semiconductor", // VendorName "DA1468x/DA1510x CDC", // ProductName "12345678" // SerialNumber. }
;
There will be a work on USB CDC Android driver (USB Serial for Android Library) to support our device

Thanks,
TR_DIALOG

techteh
Offline
Last seen:3 months 2 weeks ago
Joined:2018-07-16 12:09
Hi,

Hi,
Thank you for your reply.
My problem has been solved. It was an issue with USB charger without battery presence. I set "dg_configUSE_USB_CHARGER" define value to 0 and now everything is OK.
Best regards.