jeppsson / Arduino-Communicator

Very simple Android application for communicating with Arduino
136 stars 61 forks source link

Arduino UNO with Atmega328 #2

Open mldmix opened 10 years ago

mldmix commented 10 years ago

hi, can Arduino-Communicator communicate with Atmega328?

PankajSharma2101 commented 9 years ago

I have a HCL ME U1 tablet. This has a built in USB Type A socket as well as USB Mini Type B socket. I have tested the Type A socket with a standard mouse and it works well. I have also tested it with a GSM 3G dongle and that too is working well. Thus, I believe this shows that the tablet has complete support for USB Host functionality.

However, when I run the USB Host diagnostics tool. It does not detect insertion of any USB device!

My basic aim is to connect an Arduino/Freeduino (which is using Silicon Laboratories CP2102 USB to Serial Converter chip)

I tried various libraries to access these devices, USB Serial Library. However, none of them work ... What do I need to do to access these Arduino devices? Will just rooting the tablet help? Does something else have to be done?

jeppsson commented 9 years ago

Hi,

I am not familiar with CP2102, so I am afraid that I will not be able to help. You are probably right that your device supports USB host as the mouse works. It is strange that tool does not see your devices.

Good luck!

2014-12-17 20:00 GMT+01:00 PankajSharma2101 notifications@github.com:

I have a HCL ME U1 tablet. This has a built in USB Type A socket as well as USB Mini Type B socket. I have tested the Type A socket with a standard mouse and it works well. I have also tested it with a GSM 3G dongle and that too is working well. Thus, I believe this shows that the tablet has complete support for USB Host functionality.

However, when I run the USB Host diagnostics tool. It does not detect insertion of any USB device!

My basic aim is to connect an Arduino/Freeduino (which is using Silicon Laboratories CP2102 USB to Serial Converter chip)

I tried various libraries to access these devices, USB Serial Library https://code.google.com/p/usb-serial-for-android/. However, none of them work ... What do I need to do to access these Arduino devices? Will just rooting the tablet help? Does something else have to be done?

— Reply to this email directly or view it on GitHub https://github.com/jeppsson/Arduino-Communicator/issues/2#issuecomment-67373688 .