PiBorg Gamepad LIbrary - Rumble
Forums:
I'm starting to use the Gamepad Library with a PS3 Controller and it's working fine.
Is there a way to force the rumble on the controller. I've test that the PS3 rumble works ok with fftest, but I don't see how to program it with python. Any clues how to do it?
Is there a way to check the battery status of the controller?
piborg
Sun, 02/28/2021 - 13:20
Permalink
PS3 rumble
It looks like it is possible to control the rumble effects using the
evdev
module:https://stackoverflow.com/questions/33201711/how-to-send-a-rumble-effect...
I have no idea if it is possible to check the battery status unfortunately.
lumav
Mon, 03/01/2021 - 14:56
Permalink
It works. Thank you.
It works. Thank you.