I am using STM32F4 Controller for making my product , i want to use usb with android mobile it's possible ? through OTG .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-05-27 12:03 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-05-27 2:37 AM
In what way(s) do you want to "use" the USB?
Have you searched for what Android supports via USB?
eg, https://developer.android.com/guide/topics/connectivity/usb
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-05-28 9:08 PM
How can i pass ADC value through USB OTG ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-05-30 1:43 AM
You're going to have to start with the Android documentation to see what it supports.
Then implement the corresponding class(es) in the STM's USB.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-05-30 2:00 AM
With USB VCP, you can send and receive any data you want.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-05-30 2:49 AM
provided Android (and the specific device/s in question) supports it!
Also a question of whether it works as Host or Device...
