Jump to content

Question: How to use DCS Bios and 56 Button USB Controller together on one arduino board?


Recommended Posts

Posted (edited)

Hi all,

Newbie on aduino programming building a gear penal for F16.

I am able to make the wheels LED and switch2Pos work. However, I am thinking to use "Keypad.h" "Joystick.h" to control all the switch, which able to use the panel on other flight sim as direct x button. 

is it possible to use DCS Bios and 56 Button USB Controller one arduino board? and how the sketch look like.

Thanks a lot!

Edited by Lamal
  • Lamal changed the title to Question: How to use DCS Bios and 56 Button USB Controller together on one arduino board?
Posted

You CAN use DCS BIOS with "Keypad.h" and "Joystick.h" in the same device, BUT, it has to be the right Arduino.

From my experience, the "Joystick.h" libraries only work properly on Arduinos with the 32u4 processor.  That's the Pro Micro and Leonardo primarily.  I've actually tested it on a Leonardo.

The 32u4 has USB support built into the processor, which makes it possible to use the joystick library.  Other Arduinos have to use serial to USB translation devices which cause problems with the joystick library for some reason.

  • Thanks 1
  • 1 year later...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...