Arduino Nano not supported to Android USB Host (HTC M7)

Hello everyone~

I'm using Arduino Nano to connect to my Android device(HTC M7) by USB host cable
but it shows following message :frowning: :

Does anyone know how to solve this problem?
Thank you :slight_smile:

I'm using Arduino Nano to connect to my Android device(HTC M7) by USB host cable

What does "by USB host cable" mean? If you mean that you connected a USB cable between the Nano and the phone, then that is not going to work.

The USB devices you can connect to your phone must be USB Masters (also known as USB Hosts). The Nano and other Arduinos are USB Slaves.

PaulS:
What does "by USB host cable" mean? If you mean that you connected a USB cable between the Nano and the phone, then that is not going to work.

The USB devices you can connect to your phone must be USB Masters (also known as USB Hosts). The Nano and other Arduinos are USB Slaves.

Thanks for your help !!

I finally success to connect a OTG(On The Go) cable between Nano and Android phone.

And I follow the step in this website(http://makezine.com/projects/android-arduino-led-strip-lights/) to build my Android application.