XInput Wrapper for DS3 and Play.com USB Dual DS2 Controller
hello scarlet,..
can you add my id bth. because i have tried your method zadig, can't success
ds3 can't connect wireless..

this my id bth,..
USB\VID_0930&PID_0219&REV_0001
USB\VID_0930&PID_0219

thanx alot master scarlet..

Sponsored links

I can't get my dongle to work with the drivers.
My DS3 works perfectly fine using an USB cable, but it won't connect using Bluetooth. SCPMonitor also shows the host adress as <error>, or disconnected.
I've installed everything according to the guide in the first post. My dongle's hardware ID is USB\VID_0A12&PID_0001&REV_1915 and USB\VID_0A12&PID_0001, so I thought I'd use the zadig tool to update it's drivers. Still, nothing happened, still isn't working.
Using Win7 64bit. Gotta note though that I used Motioninjoy before, but I uninstalled it, removed the drivers left behind and rerolled my dongle's driver to the default ones.
Scarlet?
(12-26-2013, 05:37 PM)horstp Wrote: I can't get my dongle to work with the drivers.
My DS3 works perfectly fine using an USB cable, but it won't connect using Bluetooth. SCPMonitor also shows the host adress as <error>, or disconnected.
I've installed everything according to the guide in the first post. My dongle's hardware ID is USB\VID_0A12&PID_0001&REV_1915 and USB\VID_0A12&PID_0001, so I thought I'd use the zadig tool to update it's drivers. Still, nothing happened, still isn't working.
Using Win7 64bit. Gotta note though that I used Motioninjoy before, but I uninstalled it, removed the drivers left behind and rerolled my dongle's driver to the default ones.

we have the same hardware ID and the same situation -- controller works via USB cable but not on bluetooth. disconnecting the usb cable makes the controller's all 4 LEDs to blink as if its trying to pair but gives up in time. to add, ive noticed in the ScpService log is that the mac address, HCI and LMP versions are detected yet still <error> in the ScpMonitor's host address still persists.

logs attached.


Attached Files
.zip   ScpService.log.zip (Size: 1,64 KB / Downloads: 242)
The tool works great, but I have a question
I have a dual shock 3 and an xbox 360 pad
when i use the dual shock 3 the 360 pad is set as controller number 2, is there a way to change the control number?
Hello, new here. I got the most recent update and followed all the instructions, but I can't seem to get my DS3 working. I'm trying to use my USB cable as I don't have a BT dongle.

Any help would be appreciated.
(12-27-2013, 07:21 PM)gabbre Wrote: The tool works great, but I have a question
I have a dual shock 3 and an xbox 360 pad
when i use the dual shock 3 the 360 pad is set as controller number 2, is there a way to change the control number?
Just plug in the 360 pad first, then the DS3. If your game controllers panel shows one connected when neither one is connected, then restart the SCP DS3 service.
(12-28-2013, 08:29 AM)[Suda Snickers] Wrote: Hello, new here. I got the most recent update and followed all the instructions, but I can't seem to get my DS3 working. I'm trying to use my USB cable as I don't have a BT dongle.
We need to know in what way it isn't working. What did you do? What result did you expect? What result did you get instead?
Updated Post #1. Added support for disabling Secure Simple Pairing for people seeing <error> reported on BTH Dongle. You must restart the Service for changes to this setting to take effect.

[Image: attachment.php?aid=47561]

Note: SSP is required for DS4 use on BTH.


Attached Files Thumbnail(s)
   
(05-05-2013, 01:17 PM)yuku Wrote: Scarlet.Crush, thanks a lot for the driver! MotionInJoy didn't work on my laptop and this driver saved me!

Is there any plan to support tilt sensor on the PS3 controller? Would be wonderful if you can add an option to switch to using the tilt readings in place of the analog joystick values.

Here you go, I've compiled the SCPcontrol in order to use tilt instead of the right joystick, all you need to do is to replace the SCPcontrol.dll with the attached one, make sure to stop the service before that and re-start replacing it.

For those interested on the code, I've installed MS Visual Studio Express 2012, edited the file BusDevices.cs within the SCPcontrol project, by trial and error I've found that Input[50] and Input[52] were the tilt inputs. You need to add 0x80 before sending the data to the scale(); function.

// 22 and 23 are pressure for Up and Right
// 24 and 25 are pressure for Down and Left
// 26 and 26 are L2 and R2
// 28 and 29 are L1 and R1 pressure
// 30 and 31 are Pressure for Triangle and Circle
// 32 and 33 are Pressure for X and square

Line 190
Code:
Int32 ThumbRX = Scale((Byte)(Input[50]+0x80), Global.FlipRX);
Int32 ThumbRY = -Scale((Byte)(Input[52]+0x80), Global.FlipRY);


Attached Files
.zip   ScpControl.zip (Size: 33,55 KB / Downloads: 285)
I have a question about dualshock 4,
ds4 include a built in Six-axis motion sensing systems(three axis gyroscope, three axis accelerometer),
Is there any possibility of support this motion sensor and make use of it on pc?

Thank you for you hard work
With my regards




Users browsing this thread: 12 Guest(s)