Search found 14 matches

by ImBrian
Sat Aug 02, 2014 7:05 am
Forum: GIMX Discussion
Topic: Send PS3 commands from non-device?
Replies: 27
Views: 26749

Re: Send PS3 commands from non-device?

I was able to subscribe to the stderr event and force kill the gimx process.
by ImBrian
Fri Aug 01, 2014 4:39 am
Forum: GIMX Discussion
Topic: Send PS3 commands from non-device?
Replies: 27
Views: 26749

Re: Send PS3 commands from non-device?

Is it possible to have the Gimx service exit after the controller is disconnected? The old emuclient would exit when it became disconnected - and I could subscribe to that event to allow a reconnect. With Gimx 2.x, I see a log in the terminal that reads "sixaxis shutdown", but the process ...
by ImBrian
Sat Jul 26, 2014 2:41 am
Forum: GIMX Discussion
Topic: Send PS3 commands from non-device?
Replies: 27
Views: 26749

Re: Send PS3 commands from non-device?

gimx: error while loading shared libraries: libmhash.so.2: cannot open shared object file: No such file or directory
Does anyone know what package provides this shared lib on Raspbian?

Update: nevermind, had a typo.
by ImBrian
Mon Jul 21, 2014 5:28 am
Forum: GIMX Discussion
Topic: Send PS3 commands from non-device?
Replies: 27
Views: 26749

Re: Send PS3 commands from non-device?

I've just upgraded to Gimx_2.01-1_armhf.deb. In the previous version (1.12), I could execute the "emuclient" command to issue single commands. Has this been removed? Is there documentation on how to issue single commands to this new version?

Thanks!
by ImBrian
Tue Nov 19, 2013 7:46 am
Forum: GIMX Discussion
Topic: Send PS3 commands from non-device?
Replies: 27
Views: 26749

Re: Send PS3 commands from non-device?

Yeah, I've been playing with the sleep time (from 10ms to 100ms) and the pressure (from 50'ish to 255). It's pretty inconsistent results - sometimes it registers as if I'm holding the button for a very long time and sometimes as if I hadn't pressed it at all. Trying to find that sweet spot, which I ...
by ImBrian
Tue Nov 19, 2013 4:32 am
Forum: GIMX Discussion
Topic: Send PS3 commands from non-device?
Replies: 27
Views: 26749

Re: Send PS3 commands from non-device?

So I have the controller largely integrated. I am running into quite a few timing issues regarding buttons that need to have a return state. I'm trying to run this command: emuclient --event "down(255)" & sleep .01 && emuclient --event "down(0)" And I have very incons...
by ImBrian
Mon Oct 28, 2013 10:10 pm
Forum: GIMX Discussion
Topic: PS4 will support TCP controllers (?)
Replies: 1
Views: 3420

PS4 will support TCP controllers (?)

Sony recently announced that it's releasing Android and iOS apps that can be used as second screens as well as a "simple remote" for the PS4. I can only assume the only plausible way for this to work would be a TCP connection. Could make for some interesting integration projects if someone...
by ImBrian
Sun Oct 27, 2013 8:13 pm
Forum: GIMX Discussion
Topic: Send PS3 commands from non-device?
Replies: 27
Views: 26749

Re: Send PS3 commands from non-device?

Thanks again @Matlo - you are right - I have it working now. I'm excited to start digging in and getting this working with my web-based universal remote. Your support has been incredible - thank you again (and sorry for the barrage of questions)!
by ImBrian
Sun Oct 27, 2013 1:32 am
Forum: GIMX Discussion
Topic: Send PS3 commands from non-device?
Replies: 27
Views: 26749

Re: Send PS3 commands from non-device?

Yeah - I had been trying one at a time as well with the same result (with emu running in a different terminal window): pi@raspberrypi ~ $ emuclient --event "cross(255)" option -e with value `cross(255)' using default refresh period: 11.25ms and no response from the PS3 itself. The emu comm...
by ImBrian
Sat Oct 26, 2013 8:10 pm
Forum: GIMX Discussion
Topic: Send PS3 commands from non-device?
Replies: 27
Views: 26749

Re: Send PS3 commands from non-device?

So, I have no configuration file - as I'm not using any specific keyboard mapping - with the new command line event input, I imagine it's unnecessary. I'm using a supported bluetooth dongle on a Raspberry Pi that has already had it's mac address changed to spoof that of one of my paired controllers....