One Hand Controller
Quick overview:
Our project is aimed to assist gamers with the use of only one hand. It will be for both left and right hands.
Supplies
Items for the controller are:
Raspberry Pi pico: https://www.canakit.com/raspberry-pi-pico.html?ci...
4x4 matrix: https://www.amazon.com/Willwin-Matrix-Keypad-Keybo...
Analog sticks: https://www.amazon.com/WGCD-Joystick-Breakout-Cont...
Connecting the Wires
To connect the analog stick to the pico you need to:
- Join the ground wire on pin 38 to the ground on the analog stick (power)
- Join the 5v to the 3v3(out) on pin 36 (power)
- VRx to pin 32 (movement on the x-axis)
- VRy to pin 31 (movement on the y-axis)
- SW to pin 34 (button press)
To connect the 4x4 matrix:
Code for the Inputs/movement
To run the code you will need to get thonny: https://thonny.org/