FRC Joysticks

I really like the 8bitdo pro 2 controller.
It is similar to a PlayStation controller with the thumb sticks at the bottom. The 2 back buttons are a lifesaver as a driver. I don’t need to let go of the thumb sticks to do stuff. The different modes allow you to make the triggers on the top register as buttons. (as a programmer, I love this feature) The best part is that it is only $50.

image

2 Likes

We have not played at all with adding programmable buttons to the touch screen, though I think some of the other teams using the joystick have successfully done this.

The joystick runs openTX so you can map your buttons however you want, we have used the button mapping specified below this season. So we used joystick buttons 1-19 though you could map more than that. There was a setting we had to change on the controller but it showed up normally as USB HID on the driver station once changing that.

2 Likes

is there a link for where u can get those, those seem really nice

Hope all is well. I am a new driver/coder for my team this year. I am wondering how to implement this controller into WPILib java. I only see options for Xbox, flight-sticks, and PS4 controllers. Thanks!

My team uses Xbox controllers, besides the cost it’s great. One joystick for drive, one for rotation, and lots of buttons for robot actions

Hi! You can implement the Zorro controller as a GenericHID in your code.

Triple Helix has done a couple things to make this easier: