I succeed in getting Arduino controlled from a PC using a Joystick 🙂
I used python game module for that. The code right now is dirty so I’ll have first to clean it up then I’ll share it.
The next step will be to control the Beagleboard + Arduino Robot via a wireless connection.
Hey! Neatly done 🙂
Can you please tell more about the joy-stick you used? The name, the output type and more about the python game module?
Hi Shashank,
I’m using this Logitech Joystick:
http://www.logitech.com/en-us/gaming/joysticks/devices/302
But any standard joystick that is supported in Linux should work.
For the Python module I used pygame.
Cheers
Thanks a lot, Ayoub.
your’re welcome 😉
[…] Controlling a robot w/ a Joystick:Â https://embeddedgeeks.wordpress.com/2012/04/23/control-arduino-robot-using-joystick-5/ […]
any way you could show the program and upload the code you use to send input from joystick to arduino? great job by the way!
I’ll try to put a link for code soon.
Hi! Great job 🙂
Is the codebase available somwhere? I don’t mind if it is not cleaned up yet, I’d be happy to check it out.
Thanks