Category Archives: Custom pairing

feed

My working dongles

A photo of all my working dongles: From left to right: Trust (CSR bluecore4-rom), “cheap ebay dongle” (CSR bluecore4-rom), Fujistsu-Siemens FMWBA-101 (CSR bluecore2-ext es2), Com1 (Broadcom), Peabird (CSR bluecore4-rom), Cellink BTA-3000 (CSR bluecore2-ext), and Linksys USBBT100 (CSR bluecore2-ext). All connected … Continue reading

Posted in Bt dongle, Custom pairing | Tagged | 5 Comments
advertise

Sixpair-emu customizer

The final sixpair-emu firmware for the Teensy++ is available there. I wrote a small python app that makes the customization of the sixpair-emu easier: nothing to compile, no firmware to download (except the pre-compiled initial one) to the Teensy++! It … Continue reading

Posted in Bt dongle, Custom pairing, Sixaxis emulator | Tagged | 4 Comments

Sixpair-emu

[deprecated - see newer post] The code to get a teensy++ pair a bluetooth device with a PS3 is available there. Disclaimer: use it at your own risk the vendor id and the product id are the property of Sony … Continue reading

Posted in Bt dongle, Custom pairing, Sixaxis emulator | Tagged | 2 Comments
jobs

Sixutils

During my investigations to pair a bluetooth device as a sixaxis with my PS3, I modified the original sixpair code: sixaddr.c is a tool to get the sixaxis device address and the PS3 device address (not useful for the investigation, … Continue reading

Posted in Custom pairing, Sixaxis emulator, Tools | Tagged | Leave a comment
feed

Pair any bluetooth device with a PS3 as a Sixaxis!

I have just paired my broadcom dongle with my PS3 as a Sixaxis :-p I did this without modifying the dongle: this dongle is built on a broadcom chipset, which does not allow bdaddr modification! I lately have been looking … Continue reading

Posted in Bt dongle, Custom pairing, Sixaxis emulator | Tagged | 1 Comment
advertise

Another way to pair a dongle with the PS3 as a Sixaxis – 2

A usb device (such as a teensy++, a bumble-b or an atmel chip+vusb) can talk to the PS3 as an “unpaired” sixaxis. I think it has to have the following characteristics: the same vendor id and product id the same … Continue reading

Posted in Bt dongle, Custom pairing, Sixaxis emulator | Tagged | Leave a comment

Another way to pair a dongle with a PS3 as a Sixaxis?

Another way to pair a dongle with the PS3 as a Sixaxis could be to change the bdaddr of a Sixaxis with the bdaddr of a dongle, and pair that Sixaxis with the PS3. It seems that the bluetooth module … Continue reading

Posted in Bt dongle, Custom pairing, Sixaxis emulator | Tagged | Leave a comment
jobs