Search found 5757 matches

by Matlo
Fri Feb 28, 2014 12:40 pm
Forum: GIMX Discussion
Topic: ps4 gimx progress?
Replies: 90
Views: 73072

Re: ps4 gimx progress?

Hi,

I'm using Linux Mint 16, which is derived from Ubuntu 13.10.
I'm unsure if bluecore4 dongles can be used, I didn't test it yet.

There's no touchpad support yet, but I'm working on it.
by Matlo
Fri Feb 28, 2014 7:15 am
Forum: GIMX Discussion
Topic: ps4 gimx progress?
Replies: 90
Views: 73072

Re: ps4 gimx progress?

What OS (distro+version) are you using?
by Matlo
Thu Feb 27, 2014 7:20 am
Forum: General Discussion
Topic: PS4 and DS4 authentication
Replies: 6
Views: 10073

Re: PS4 and DS4 authentication

Could you confirm the following values are correct? request_type = 0x21 (LIBUSB_ENDPOINT_OUT | LIBUSB_REQUEST_TYPE_CLASS | LIBUSB_RECIPIENT_INTERFACE) bRequest = 0x09 (LIBUSB_REQUEST_SET_CONFIGURATION) wValue = 0x80 (modify DS4's bdaddr) wIndex = 0x0000 wLength = 0x0007 I tried sending a get feature...
by Matlo
Wed Feb 26, 2014 10:05 pm
Forum: General Discussion
Topic: PS4 and DS4 authentication
Replies: 6
Views: 10073

Re: PS4 and DS4 authentication

This is interresting, although being able to write the secret key does not necessarly mean it can be retrieved.

Do you have the exact command to send for writing the DS4 bdaddr?

If you want to investigate more on the bluetooth side, I suggest you to try my l2cap proxy.
by Matlo
Wed Feb 26, 2014 6:36 pm
Forum: General Discussion
Topic: PS4 and DS4 authentication
Replies: 6
Views: 10073

Re: PS4 and DS4 authentication

Hi,
I wrote some details there: http://eleccelerator.com/wiki/index.php ... ol_reports
It's probably using symetric cryptography. It's probably not possible to get the secret key without attacking the main chip.
by Matlo
Tue Feb 25, 2014 9:40 pm
Forum: Support
Topic: PS4 Issue
Replies: 15
Views: 12472

Re: PS4 Issue with gimx beta

Hi,

This means the dongle was not successfully paired with the PS4.
The current way to do this is to use a teensy, as explained on the wiki.
by Matlo
Tue Feb 25, 2014 6:35 pm
Forum: Support
Topic: Macro issue with using Analog/Dpad together with Buttons
Replies: 4
Views: 4084

Re: Macro issue with using Analog/Dpad together with Buttons

For centered axes:

Code: Select all

#fully move axis 0 in one direction
JAXIS 0 32767
#wait 50ms
DELAY 50
#fully move axis 0 in the other direction
JAXIS 0 -32768
#move axis 0 back to its center
JAXIS 0 0
For non-centered axes:

Code: Select all

#fully move axis 0
JAXIS 0 32767
#wait 50ms
DELAY 50
#release axis 0
JAXIS 0 0
by Matlo
Tue Feb 25, 2014 11:45 am
Forum: GIMX Discussion
Topic: ps4 gimx progress?
Replies: 90
Views: 73072

Re: ps4 gimx progress?

Hi, I'll try to make a tool that can pair the dongle using standard bluetooth pairing. I'm providing firmwares that can be used with USB dev boards that embed one of the following chips: at90usb82, at90usb162, at90usb646, at90usb647, at90usb1286, at90usb1287, atmega16u2, atmega32u2, atmega16u4, atme...
by Matlo
Mon Feb 17, 2014 8:50 am
Forum: Support
Topic: Macro issue with using Analog/Dpad together with Buttons
Replies: 4
Views: 4084

Re: Macro issue with using Analog/Dpad together with Buttons

Try something like this: MACRO JBUTTON 5 JBUTTONDOWN 21 #this delay can probably be removed DELAY 50 JBUTTONDOWN 3 DELAY 50 JBUTTONUP 3 DELAY 50 JBUTTONDOWN 3 DELAY 50 JBUTTONUP 3 DELAY 50 JBUTTONDOWN 3 DELAY 50 JBUTTONUP 3 #this delay can probably be removed DELAY 50 JBUTTONUP 21 You may have to ad...
by Matlo
Mon Feb 17, 2014 8:37 am
Forum: GIMX Discussion
Topic: Buying Bluetooth Dongle
Replies: 4
Views: 4817

Re: Buying Bluetooth Dongle

Hi, I suggest you a BTA-401 or a BTA-402 dongle from Orico. They feature a CSR8510 chip which is the newest BT 4.0 chip from CSR. You can get one from ebay: http://www.ebay.com/dsc/i.html?_sop=15&_from=R40&_sacat=0&LH_TitleDesc=1&_nkw=CSR8510+%28BTA-401%2C+BTA-402%29&LH_PrefLoc=2...