[Austyn] is currently working on reverse engineering a PlayStation 3 SixAxis controller’s USB communications. You may be thinking that this has already been done but [Austyn] was unable to find useful source code so he’s started his own project called libopenaxis.
The process he used to sniff out USB communications makes for an interesting read. He utilizedĀ GlovePIE to get the USB request block for the controller. With that in hand he grabbed the Python script used in a DIY Kinect hacking tutorial to start dumping controller data. With each keypress the script reads out the full data packet, which is used to figure out how the data structures are organized.
The project has come as far as knowing all of the data types, but right now the purpose for the majority of those variables is unknown. Hopefully the blanks will be filled in over time. Two things are for sure; if you’re interested in writing Python code that can communicate with PS3 controllers this is a great source of info, and the Kinect hacking that was so fun to watch over the last few months is still bearing fruit.
Tomorrows headlines: Hacker sued for hacking sony product.
The bluetooth data packets and USB data packets are identical afaik, and I’m pretty sure the bluetooth protocol is well known. I’m trying to find the link I once found, it contained what every single bit represented.
I actually got my PS3 controller working with my iPhone once, It was pretty epic, and I wrote a mac app in the process to pair the PS3 controller to the iPhone’s BT address. Good times.
its on the ps2dev site, and motionjoy works on windows, btsix might/not. diyp23emulator does the reverse. the wiibrew has a project on it too
https://jim.sh/svn/jim/devl/playstation/ps3/sixaxis/bt/emu/
loads of info.
The sixaxis is working with linux since ages in usb mode (out-of-the box), and also in bluetooth mode (with QtSixA). No need to reverse engineer anything again. Good project to learn stuffs though.
Maybe the spare variables are used by the Sony Remote which as a lot of extra button compare to a standard controller.
The ROS (robot operating system) project has nice Python code for accessing Sixaxis controllers, over Bluetooth and maybe over USB too. Check it out.
ummm… what about
http://www.pabr.org/sixlinux/sixlinux.en.html
It’s been out there for several years now.
The basic controller works out-of-the-box as a HID device, the only tricky part was to read the accelerometers and that was solved as well.
Can I use this to control my PS3 from Linux?
I’m currently implementing the ps3 remote for a ti launchpad and a mbed platform as well. This is interesting.
Has anyone used this type of thing to create bots that literally play the game for you? interesting concept
I’m not sure if I am reading this right, But would this supply developers with the ability to create a piece of software, where you can connect to your PS3 and bot your character in a game i.e. MW2/3 to walk around by itself and kill people online and offline?