RaspB + PS4 + DIY USB

Discuss everything to do with GIMX here
Post Reply
aidlover
Posts: 7
Joined: Fri Dec 18, 2015 3:11 am

RaspB + PS4 + DIY USB

Post by aidlover »

hi,

Is there a guide anywhere where i wish to have automated connection , load profile, start the pi etc the moment i plug in my ps4 controller and DIY USB and keyboard + mouse?
instead of opening up the GUI everytime and set and configure?
akkarin
Posts: 3
Joined: Sat Dec 12, 2015 8:09 pm

Re: RaspB + PS4 + DIY USB

Post by akkarin »

Have a look at the command line commando's.
http://gimx.fr/wiki/index.php?title=Command_line

And make a script like:

Code: Select all

#!/bin/sh
gimx --type Sixaxis --config config.xml -s 127.0.0.1:51914 -p /dev/<ttyUSB port>
Post Reply