Blogroll
Meta
Donate
Labels
- bluez (2)
- Bt dongle (11)
- Cheap ebay dongle (3)
- Custom pairing (7)
- Fake sixaxis (1)
- Français (2)
- German (2)
- Handfree (1)
- Joystick (2)
- Joystick emulator (10)
- Kinect (1)
- latency (6)
- Library (1)
- Live USB (3)
- Macros (1)
- Mouse translation (7)
- multiple emulators (3)
- Package release (18)
- PS/2 Mouse/Keyboard to PS3 controller (10)
- Raspberry Pi (1)
- serial port (1)
- Sixaxis control mapping (1)
- Sixaxis emulator (81)
- Test package (1)
- Tools (3)
- Tutorial (6)
- ubuntu (4)
- Uncategorized (10)
- usb connection (10)
- usb sniffer (2)
- usbmon (2)
- Video (6)
- Virtual Machine (2)
- Voice Control (1)
- Windows (5)
- Xbox 360 (1)
Recent Comments
Archives
Category Archives: Custom pairing
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
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
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
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
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
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
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