PM from a friend on TZ
Haven't had a chance to look into this yet, but thought I would share this with everyone here. If it works as proposed, it would be a significantly cheap and easy way to send commands to the PS3 for testing/combos/training/whatever.I made another one..this time it's much much more simple than soldering a stick
All you need is this
a bluetooth dongle with the csr chipset (very cheap)
http://shop.prits.at/index.php?a=78334
and a 2gb pen stick
and than
http://diy-machine.blogspot.com/201...r-tutorial.html
there is a macro function
the code should be changed like yours because now it goes like this
ewgf=
MACRO (any key)
KEYDOWN f
DELAY (in ms (16.666) i'll just write xx)
KEYUP f
DELAY xx
KEYDOWN d
DELAY xx
KEYDOWN f
KEYDOWN 2
DELAY xx
KEYUP d
KEYUP f
KEYUP 2
you can also play shooters with keyboard and mouse
If someone gets the chance to look into it, let us know how useful it actually is.