nandanhere / PiPyPS2

Circuitpython implementation of a PS2 controller adapter for Raspberry pi/ pi pico , with a port of PS2X in micropython
GNU General Public License v3.0
14 stars 3 forks source link

Alternative PS2 Joystick for raspberry pi 4 #2

Closed RagnarokL69 closed 2 years ago

RagnarokL69 commented 2 years ago

I'm working on a controlled rover and I want to use an alternative PS2 joystick, this one comes with usb connection that's why I can't use the PS2 library code. How can I do it? I am a beginner in programming

Could I control the rover by connecting the joystick to the pc while connecting to the raspberry pi 4 by VNC server?

nandanhere commented 2 years ago

While it is possible, i cant help much on that matter. If you are trying to control the rover wired, yes you could just connect the controller to the pi and use some driver for the controller. If you are trying wireless, it is quite difficult. also if you are trying to control it wirelessly, it doesnt make sense to do it with a server. you will get considerable lag.

RagnarokL69 commented 2 years ago

Do you know any controller to be able to drive with the ps2 controller? I only find those used with retro pi, but not to control microcontrollers, thanks you for your response

nandanhere commented 2 years ago

im afraid i dont. Good luck with your project :)