Hi guys I'm very new to Arduino, I was assigned to create a gaming controller for one of my engineering class. The code I sketch in Arduino will be send to matlab and matlab will take the code to control my computer's cusor. (matlab code is provided by the instructor).
Objective of the controller is to control and play the game Agario using either
-2 potentiometers,
-or servo and potentiometer ,
-or accelerometer and potentiometer, for input.
I have some ideas of making my controller. I would use a potentiometer to steer, the steering restriction angle is -60 to 60.
The other potentiometer will control the piston state of 0 or 1. Since the input voltage is 5v or 1023 I can take 1023/120 to steer my mouse.
Do you guys have any idea on where to start?
Thank you.