Search found 10 matches

by Rob_F
Mon Mar 31, 2008 6:39 am
Forum: PS3 Development
Topic: SIXAXIS under Windows
Replies: 582
Views: 717826

89ron wrote:*** BtSix 1.3 ***

http://bqron.free.fr/PS3/BT/BtSix.1.3.zip

- Pairing Mode added. (require libusb0-win32 drivers, GlovePIE is not more required)
- Led added.
- Missing dlls added. (Mfc dll)
Thank you for all the work you've done. The SIXAXIS rocks!
by Rob_F
Mon Mar 24, 2008 1:12 pm
Forum: PS3 Development
Topic: Its Possible play Dualshock 3 on Playstation 2 ?
Replies: 4
Views: 9285

The PS2 has standard USB so sure, you can use it in theory. You'll have to write drivers and it won't work with standard games without some hackery, though. Yeah. You'll either need to make a USB -> PS2 Controller port hardware hack with a microcontroller or a computer doing the translation, or a p...
by Rob_F
Sat Mar 15, 2008 2:55 pm
Forum: PS3 Development
Topic: SIXAXIS under Windows
Replies: 582
Views: 717826

Could you try to make All in One software (PPJOY + Driver) with Vista 32/64Bit Compatibility ? He can't, at least without rewriting the driver from scratch. and when you'll have time could you make video (youtube) to explain exactly How to install BtSix driver ? It's not really an "elegant&quo...
by Rob_F
Sat Mar 15, 2008 2:50 pm
Forum: PS3 Development
Topic: SIXAXIS under Windows
Replies: 582
Views: 717826

FreeBT is driver upgrade. (if you want you can edit fbtusb.inf with notepad, and uncomment ; %BTUSB.DeviceDesc%=FreeBT.Dev, USB\VID_ 0a12 &PID_ 0001 ; CSR USB by %BTUSB.DeviceDesc%=FreeBT.Dev, USB\VID_XXXX&PID_YYYY; CSR USB where XXXX and YYYY is your VID and PID. --- I forget too, an essen...
by Rob_F
Fri Mar 14, 2008 12:15 pm
Forum: PS3 Development
Topic: SIXAXIS under Windows
Replies: 582
Views: 717826

Does FreeBT replace your Bluetooth device driver or is it installed independently? I tried both and the former resulted in the driver failing to load, and in the latter case Windows simply refused to install the driver claiming that the .inf "doesn't contain information about your hardware.&qu...
by Rob_F
Tue Mar 11, 2008 10:40 pm
Forum: PS3 Development
Topic: PS3 Bluetooth remote control protocol
Replies: 4
Views: 5525

Re: PS3 Bluetooth remote control protocol

No need to do sniffing, you can see the data easily using "hcidump -x" I had no idea, I have little experience with Bluetooth. Thanks for the tip. I've documented the controller pretty fully at http://wiki.ps2dev.org/ps3:hardware:remote Sweet, thanks. The python script for the remote look...
by Rob_F
Tue Mar 11, 2008 10:35 pm
Forum: PS3 Development
Topic: SIXAXIS under Windows
Replies: 582
Views: 717826

Does FreeBT replace your Bluetooth device driver or is it installed independently? I tried both and the former resulted in the driver failing to load, and in the latter case Windows simply refused to install the driver claiming that the .inf "doesn't contain information about your hardware.&quo...
by Rob_F
Tue Mar 11, 2008 6:19 am
Forum: PS3 Development
Topic: SIXAXIS under Windows
Replies: 582
Views: 717826

89ron wrote:Hi all,

I develop my own "drivers" for windows XP (32bit):
Yay! I've been looking for some Bluetooth drivers to use with my Macbook Pro. It looks like it has analog controls for the triggers too! Sweet!

Thanks for sharing!
by Rob_F
Tue Mar 11, 2008 3:24 am
Forum: PS3 Development
Topic: PS3 Bluetooth remote control protocol
Replies: 4
Views: 5525

Awesome, thanks! I'll post an update when I have something cool to show off.
by Rob_F
Mon Mar 10, 2008 10:53 am
Forum: PS3 Development
Topic: PS3 Bluetooth remote control protocol
Replies: 4
Views: 5525

PS3 Bluetooth remote control protocol

Hey guys, I had a look for threads relating to the Bluetooth remote, and couldn't find any useful information. I did find a thread where the poster wanted to be able to control the Blu-Ray player via alternate means, so I know there is demand out there besides my own. I personally would just prefer ...