-
Notifications
You must be signed in to change notification settings - Fork 231
Description
I am trying to make a minimal joystick to play Picasim on my TV.
I am using an ESP32-C3 Supermini two potentiometers connected to it. I uploaded PotAsAxis.ino and defined only one potentiometer for testing.
Smartphone with Android 9: the gamepad pairs normally by bluetooth; using Game Controller Tester app I can see the XX axis moving when I move the pot; the joystick function inside Picasim responds to moving my pot, I can fly the glider.
Tablet with Android 6: the gamepad pairs normally by bluetooth; using Game Controller Tester app I can see the XX axis moving when I move the pot; Picasim shows "no joystick detected"
AndroidTV: the gamepad pairs normally by bluetooth; using Game Controller Tester app I cannot see the XX axis moving when I move the pot; Picasim detects a joystick but the joystick values do not change when I move my pot.
I guess the problem is how my devices see the gamepad. I guess for certain systems I might need to config some specific characteristics but after having tried multiple options I still havent been able to fix this...
(The final device will only need two pots and 6 buttons, maximum)