Stevos758 Posted September 25, 2013 Posted September 25, 2013 Is there anything out there that could help a Arduino/teensy newb on programming a joystick controller with hall effect sensors using these boards? Facebook Ripp's Garage Tech LLC
Panthro Posted September 26, 2013 Posted September 26, 2013 I think you may be asking this one on the wrong forums. There has to be a Arduino forum some where with this as a sticky. Hope this link is useful http://www.arduino.cc/en/Tutorial/JoyStick [sIGPIC]http://forums.eagle.ru/signaturepics/sigpic86362_2.gif[/sIGPIC]
Stevos758 Posted September 26, 2013 Author Posted September 26, 2013 I have an arduino UNO 3 on the way to play around with. If anyone can help let me know. Facebook Ripp's Garage Tech LLC
Hansolo Posted September 27, 2013 Posted September 27, 2013 This looks interesting although I haven't tried it out: http://hunt.net.nz/users/darran/weblog/15f92/ Cheers Hans 132nd Virtual Wing homepage & 132nd Virtual Wing YouTube channel My DCS-BIOS sketches & Cockpit Album
Stevos758 Posted September 27, 2013 Author Posted September 27, 2013 I will give it a try when my stuff shows up! Thanks! Facebook Ripp's Garage Tech LLC
Stevos758 Posted November 6, 2013 Author Posted November 6, 2013 Bump, Still looking. Facebook Ripp's Garage Tech LLC
overpro Posted November 23, 2013 Posted November 23, 2013 (edited) This looks interesting although I haven't tried it out: http://hunt.net.nz/users/darran/weblog/15f92/ Cheers Hans I had a try and it works good, I changed the button number from 40 to 248, the arduino mega 2560r3 pin 22~53 are used as a 16*16 keyboard matrix. DCSW seems only recognize the first 128 buttons, I'm not sure if it's due to the USB HID Descriptor or the limitation in DCSW. And in XPlane, it seems recognized 150~160 buttons. I didn't count it precisely. And I'm working on the arduino code to support rotaryEncoder and On-Off-On toggle switch. Here is a small test on the rotary switch: If anyone has the interesting to have a try I can post the updated Darran's firmware as well as my arduino code to somewhere, maybe Github, I guess? Edited November 23, 2013 by overpro overpro = I'm not good at Nintendo Mario and always get "Game over" pretty fast, so over~~pro
bnepethomas Posted November 25, 2013 Posted November 25, 2013 (edited) I had a try and it works good, I changed the button number from 40 to 248, the arduino mega 2560r3 pin 22~53 are used as a 16*16 keyboard matrix. DCSW seems only recognize the first 128 buttons, I'm not sure if it's due to the USB HID Descriptor or the limitation in DCSW. And in XPlane, it seems recognized 150~160 buttons. I didn't count it precisely. And I'm working on the arduino code to support rotaryEncoder and On-Off-On toggle switch. Here is a small test on the rotary switch: If anyone has the interesting to have a try I can post the updated Darran's firmware as well as my arduino code to somewhere, maybe Github, I guess? GoogleCode is a great place to throw source code up to, and works nicely with Git. cheers Peter Edited November 25, 2013 by bnepethomas
overpro Posted November 25, 2013 Posted November 25, 2013 GoogleCode is a great place to throw source code up to, and works nicely with Git. cheers Peter well, I will post the USB device class driver and arduino code to github first, because it seems that our country's firewall is relatively friendly with github then google. overpro = I'm not good at Nintendo Mario and always get "Game over" pretty fast, so over~~pro
bnepethomas Posted November 26, 2013 Posted November 26, 2013 well, I will post the USB device class driver and arduino code to github first, because it seems that our country's firewall is relatively friendly with github then google. Ta for that cheers Peter
overpro Posted November 26, 2013 Posted November 26, 2013 Ta for that cheers Peter Hi Peter, please check this thread, http://forums.eagle.ru/showthread.php?t=117011 overpro = I'm not good at Nintendo Mario and always get "Game over" pretty fast, so over~~pro
Recommended Posts