People, I want to developed a UAV, but first, I want understand and make same experience in ground of course... I want to move a servo in arduino by joystick. I know, we dont use Arduino, but is similar, so, I think thats ok to help me. I want to connect my arduino in PC and theJoystick USB connect in my PC. So, when I`ll move the joystick in my PCfor exemple, to the left, the servo in arduino will move to the left. Iwant to do the same, like the example below:
http://principialabs.com/joystick-control-of-a-servo/
Ok, but I want to do with Visual Basic or C# NOT in Pyton.
Anyone can I help me?
I searched in google but not sucess....
Thanks in advance!
You need to be a member of diydrones to add comments!
Replies
I have joystick control in my GCS (which is open source).
http://diydrones.com/profiles/blogs/joystick-control-on-ardupilot
http://code.google.com/p/happykillmore-gcs/downloads/list
vb joystick.zip
Hello All, I too would love to see this code. i know this thread is old but if somebody could email me the code, or even better, post it here for everyone to see... thank you!
zmzmbyu at hotmail dot com..
I also found this post and I would really appreciate if any of you would send me the vb example.
I'm trying to control a CNC lathe with a joystick, and this could actually help me a lot.
Thanks!
email: pedro.m.b.cruz@gmail.com
I am working on a similar project where I am having some problems with Visual Basic 2010. Would you be willing to send me the VB code as well? Thanks
brmitchell04@gmail.com
Ben Mitchell
James
If this is a the case I have some sample visual basic code using directinput, All this version does in read the joystick and send it it out the serial port for use with an SSC. It's fairly generic and wasn't written for use with Arduino so you could modify the output for use with whatever servo controller you like, even so it will give you a good start. Your right about google, there seems very little on the subject and most what I found was very old (VB 6). i'll see if there is somewhere I can upload the project.
James Turner