Search found 17 matches

by Brandon
Tue Jun 23, 2009 2:27 am
Forum: PS3 Development
Topic: PC as SIXAXIS Joystick
Replies: 35
Views: 20799

yeah but bass suggested it because it seems like it has a good mouse->axis mapping
by Brandon
Sat Jun 20, 2009 9:53 pm
Forum: PS3 Development
Topic: PC as SIXAXIS Joystick
Replies: 35
Views: 20799

unfortunately the XIM project is not open source and the developer is not willing to release the code, at least from what I've read in the forum, but I could try to email him and ask some advice
by Brandon
Thu Jun 18, 2009 6:40 am
Forum: PS3 Development
Topic: PC as SIXAXIS Joystick
Replies: 35
Views: 20799

but that would require a psp, wouldn't be easy at that point to use an usb cable to connect the pc with the ps3 and register the mac address like a normal sixaxis?
by Brandon
Thu Jun 18, 2009 1:50 am
Forum: PS3 Development
Topic: PC as SIXAXIS Joystick
Replies: 35
Views: 20799

also I was thinking for a way to use it without changing the bdaddr, the ps3 can be paired with other devices like bluetooth headsets, so maybe we can do a fake pair with the ps3 and then we can connect as a sixaxis even if we paired as something else
by Brandon
Thu Jun 18, 2009 1:36 am
Forum: PS3 Development
Topic: PC as SIXAXIS Joystick
Replies: 35
Views: 20799

Unfortunately I have no idea what adapters works with the bdaddr app, it works for me on the notebook with the integrated bluetooth module, hciconfig says it's from broadcom, but it doesn't work with my dlink broadcom usb dongle

thanks for the links, I'll take a look at them
by Brandon
Mon Jun 08, 2009 9:23 am
Forum: PS3 Development
Topic: PC as SIXAXIS Joystick
Replies: 35
Views: 20799

I've uploaded the code at http://code.google.com/p/hidemulator/so ... nk/pair.py
it's mostly based on jimparis code
by Brandon
Sun Jun 07, 2009 12:28 am
Forum: PS3 Development
Topic: PC as SIXAXIS Joystick
Replies: 35
Views: 20799

I'll defiantely give this a try. I have been working on making a PC -> serial -> USB gateway hardware device, but this is much more elegant, in my opinion. yeah it works very well, the only problem is the mouse->axis mapping, I can't find a way to make it smooth and accurate, if I have time I'll pu...
by Brandon
Thu May 21, 2009 3:01 am
Forum: PS3 Development
Topic: PC as SIXAXIS Joystick
Replies: 35
Views: 20799

I'm stuck now :p that long string that I send to the ps3 should be like pressing the left d-pad but nothing happens on the ps3, I've compared the dump of a real sixaxis and the fake one and they almost look the same #!/usr/bin/python # -*- coding: utf-8 -*- import sys import bluetooth ctrl=b...
by Brandon
Wed May 20, 2009 11:37 pm
Forum: PS3 Development
Topic: PC as SIXAXIS Joystick
Replies: 35
Views: 20799

I've just used the code posted by jimparis, there isn't any special command to send to power it on
by Brandon
Wed May 20, 2009 10:01 pm
Forum: PS3 Development
Topic: PC as SIXAXIS Joystick
Replies: 35
Views: 20799

using that code alone I've managed to power on my ps3, unfortunately I get random kernel panic so I'm slowly going on to change the bdaddr of your pc I've used this app http://www.siddharthabbineni.com/tech/hardware/change-bluetooth-device-mac-address.html since pybluez exists for windows too it sho...
by Brandon
Fri May 15, 2009 3:43 am
Forum: PS3 Development
Topic: Method to Get Sixaxis BT Address and Link Key?
Replies: 4
Views: 4050

yeah you can get the ps3 bd address from the sixaxis too using sixpair
by Brandon
Fri May 15, 2009 2:17 am
Forum: PS3 Development
Topic: Method to Get Sixaxis BT Address and Link Key?
Replies: 4
Views: 4050

if you don't have linux on a ps3 use sixpair to register the mac address of your computer in the sixaxis, then use hcidump while pressing the ps button, then you should see the mac address
by Brandon
Fri May 08, 2009 10:22 pm
Forum: PS3 Development
Topic: PC as SIXAXIS Joystick
Replies: 35
Views: 20799

thank you very much! I'll try it later
by Brandon
Fri May 08, 2009 2:47 am
Forum: PS3 Development
Topic: PC as SIXAXIS Joystick
Replies: 35
Views: 20799

please post it if you can, I wanted to do something like that but I know little about bluetooth, something to start with would be nice
by Brandon
Tue Dec 23, 2008 11:28 am
Forum: PS3 Development
Topic: Dualshock3 windows drivers
Replies: 0
Views: 3201

Dualshock3 windows drivers

some days ago I've found these USB drivers for the dualshock3/sixaxis, the cool thing is that they support rumble too http://www.geocities.jp/tamamy_ikesu/devicedriver.html the first link is the normal driver the second link is for the dx driver, with this one square cross and circle didn't work for...
by Brandon
Sun Jul 06, 2008 1:30 am
Forum: PS3 Development
Topic: SIXAXIS under Windows
Replies: 582
Views: 716774

89ron since btsix doesn't want to work here, and I don't like freebt too, can you give us some more info on the rumble mode of the dualshock3? I want to try to make it working with just usb connection
by Brandon
Tue Dec 11, 2007 8:43 pm
Forum: PS3 Development
Topic: The hunt for HV's FIFO/Push buffer...
Replies: 463
Views: 714451

installed the deb and edited the xorg.conf as instructed on ubuntu 7.10 succeeded in getting a black screen on boot oh well, needed an excuse to reformat anyway. Think i'll wait for a step by step install guide before trying again i had the same problem the other day, i've compiled the module and i...