- This topic has 6 replies, 3 voices, and was last updated 11 years, 1 month ago by .
Viewing 7 posts - 1 through 7 (of 7 total)
Viewing 7 posts - 1 through 7 (of 7 total)
- You must be logged in to reply to this topic.
|
Projects › Projects › How to interface a motor driver directly with a andriod phone processor though mini usb of phone?
Gys i am trying to use phone microprocessor as the only processor to handle the robot and play the code so is there any one with any idea how to do it, i thought connect it through mini usb port of phone.
Hi Dilip,
You need wired connection or wireless?
i thought to use the mini usb jack of the phone so obious wired connection between phone and motor driver.
Hi Dilip,
I think in your mortor driver side there should be another processor, which can establish the USB communication with your android.
Hi Dilip….
You need to connect the Motor with USB via Motor Driver IC L293D. because the output of the USB are 2.3 V and they are not sufficient to control the motor.
AND… you also need the android application which send the data to the motor via USB.
If you the know java programming then you make the program easily. Search the tutorial for android application development.
I HOPE YOU DO WELL ………
BEST OF LUCK……
Hi vicky ,
yes i am in search of that .. a motor always need a motor driver & L293 driver to the phone processor.
i am now serching andrid api to use mini usb port ..
there are other drivers available with on bord atmega processors with direct usb command interface, but trying to do something new.
Hi Dilip,
I’m not trying to discourage you, but as far as I know an application will work on USB port only when there is a USB device present and the communication has been established with it. Simply connecting a circuit won’t just do the job, you need a controller inside that circuit to establish the USB communication with the android device.