Search found 7 matches

by elRey
Tue May 16, 2017 5:07 am
Forum: GIMX Discussion
Topic: Command line - return data / feedback
Replies: 8
Views: 6220

Re: Command line - return data / feedback

the --status option add some output that I can use. current fix: gimx --status -t Sixaxis -s ${dstAddr} -b ${ps3Addr} >>${server_out} & connUp=`tail -n 2 ${server_out}|head -n 1|awk '{print $1}'` while [ $connUp != "0" ] do gimx -e "circle(0)" -d ${dstAddr} >>${cmd_out} connU...
by elRey
Tue May 16, 2017 3:25 am
Forum: GIMX Discussion
Topic: Command line - return data / feedback
Replies: 8
Views: 6220

Re: Command line - return data / feedback

Is there an exposed method/function to get sixaxis state->sys.led[0-4] or led_state_t?
by elRey
Tue May 16, 2017 2:09 am
Forum: GIMX Discussion
Topic: Command line - return data / feedback
Replies: 8
Views: 6220

Re: Command line - return data / feedback

Watching output from both server instance and command call, there was no way to tell when the ps3 could start processing cmds. Output from server was immediate and did not change when ps3 actually started to respond. Output from commands found server running and returned positive even though ps3 was...
by elRey
Sun May 14, 2017 1:11 am
Forum: GIMX Discussion
Topic: Command line - return data / feedback
Replies: 8
Views: 6220

Re: Command line - return data / feedback

#!/bin/bash default_delayT=0.007 delayT=${default_delayT} afterPause=0.15 dstAddr="127.0.0.1:51000" ps3IP="192.168.1.199" ps3Addr="08:A9:5A:xx:xx:xx" ctlrAddr="64:D4:BD:xx:xx:xx" reconn=false ps3Ping=true if [ $# -gt 1 ]; then delayT=$2 fi pingPS3() { ping -c...
by elRey
Sat May 13, 2017 6:36 pm
Forum: GIMX Discussion
Topic: Command line - return data / feedback
Replies: 8
Views: 6220

Re: Command line - return data / feedback

Home automation to turn in/off ps3. If I've been watching a movie for a couple of hours, the bluetooth connection has to be re-established. I would be nice to confirm the ps3 is indeed receiving commands before going thru the sequence if cmds to power off or start a game/app. If the sequence starts ...
by elRey
Tue May 02, 2017 2:51 pm
Forum: GIMX Discussion
Topic: Command line - return data / feedback
Replies: 8
Views: 6220

Command line - return data / feedback

Are there any commands that return data or anything from a PS3 that we can use to confirm the PS3 received and processed the command?
by elRey
Thu Apr 27, 2017 7:15 pm
Forum: GIMX Discussion
Topic: Home Theater Automation RPi+bluetooth using command line
Replies: 4
Views: 5834

Home Theater Automation RPi+bluetooth using command line

Hello, I really enjoyed working with the software. Thank you for your time and effort on it! My use case is that I wanted to just control the PS3 from an Home Theater Automation standpoint, not in game control. If I could get the RPi to power on/off the console I'd be set. Anything else is just bonu...