2012-07-03 05:55 PM
Android phone and STM32, using USB Is there any way to try to control?
#usb #android2012-07-03 06:07 PM
Your question is not very clear to me, you want to control stm32 with Android phone ?
There are 2 scenerios. The STM32 becomes usb host (STM32F105/7, STM32F2, STM32F4) and Android phone acts like USB Device. The phone would appear as Mass-Storage to the stm32 or as MTP class. You need to check the specs.. The Example of mass-storage host is available.on stm32. See UM1021. The MTP driver is not yet available. Other scenerio is ...If i know well, Android 4.0 has USB Host capability. (can you pls confirm ?) and stm32 acts like usb device. In this case the communication shall be possible. We need to check the usb class the Android phone support. The mass-storage, HID, VCOM examples for stm32 usb device are available. Another solution is to use dual-EEPROM. 24LR64 from ST with stm32 device and use NFC capable Android phone. i have seen one such application. The phone can read/write in dual eeprom and stm32 can use the read-write for control applications.2012-07-04 05:17 PM
Answer, thank you.
USB to UART IC(: FT232 and CP2102) was found.Try to do is check the IC.2012-07-05 03:13 PM
Android does have USB host support. You can for instance implement a custom USB device class on your STM32, and for convenience use libusb to write a user-space driver on Android, see
and2013-12-15 07:43 AM
Android phone and STM32, using USB Is there any way to try to control?
2018-12-03 10:02 AM
I am specifically looking for a driver for the STM32F105. I wonder if anyone has gotten it to work with Android.