DD_Crash Posted May 28, 2023 Posted May 28, 2023 Are there any available? I will be needing a sketch for 13 buttons for my collective project.
Sokol1 Posted May 30, 2023 Posted May 30, 2023 Arduino Leonardo - with ATmega32u4? If yes, can use MMJoy2 firmware, configurable though graphical GUI in many ways. Up to 8 axis, analog and digital modes,with support for contact less sensors, e.g. Hall, Magnetoresistance (TLE501*) Up to 128 buttons, though "buttons matrix" or Shift Register CD4021B, 74HC165, modes for the buttons. https://github.com/MMjoy/mmjoy_en/wiki Anyway Arduino code sketch for you customize there. https://www.instructables.com/Create-a-Joystick-Using-the-Arduino-Joystick-Libra/ 1
DD_Crash Posted May 30, 2023 Author Posted May 30, 2023 Thanks Sokol1 just what I hoped for. Yes it is the 32u4 version. Thanks again
tvcasualty Posted August 17, 2023 Posted August 17, 2023 I wish I had seen this earlier, did you ever obtain a working solution? I can help out as I am running an Arduino for most of my joystick controls. I run an Arduino pro micro (the ATmega32U4 one) w/ shift registers and just yesterday I successfully configured an RP-2040 with the joystick library.
DD_Crash Posted August 17, 2023 Author Posted August 17, 2023 Yes, I watched a video and the nice man included what I was looking for
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now