Page 1 of 1

Control Force Feedback of XBOX Controller with PC

Posted: Mon Apr 03, 2017 7:51 am
by slaveashish
Hi guys,

What I want is to write a piece of code that will decide how (speed) and when the xbox feedback motor vibrates. For e.g. vibrate at 20% speed for 1 minute, then 40 % for 30 seconds and so on. If you are wondering for what purpose please see this post - viewtopic.php?f=1&t=13770&hilit=xbox

Is this possible? How do I go about it?

Thanks

Re: Control Force Feedback of XBOX Controller with PC

Posted: Mon Apr 03, 2017 6:53 pm
by philo
slaveashish wrote: Mon Apr 03, 2017 7:51 am Hi guys,

What I want is to write a piece of code that will decide how (speed) and when the xbox feedback motor vibrates. For e.g. vibrate at 20% speed for 1 minute, then 40 % for 30 seconds and so on. If you are wondering for what purpose please see this post - viewtopic.php?f=1&t=13770&hilit=xbox

Is this possible? How do I go about it?

Thanks
I wrote a proof of concept for this a while ago.
It is in visual basic, but I could easily convert it to c#
The visual studio project is here
https://mega.nz/#!UAQlVDDY!xs6mIXbQuSKi ... b54k2frU1Q

Re: Control Force Feedback of XBOX Controller with PC

Posted: Tue Apr 04, 2017 11:32 am
by slaveashish
philo wrote: Mon Apr 03, 2017 6:53 pm
I wrote a proof of concept for this a while ago.
It is in visual basic, but I could easily convert it to c#
The visual studio project is here
https://mega.nz/#!UAQlVDDY!xs6mIXbQuSKi ... b54k2frU1Q
Wow, thanks a lot philo. This is exactly what i wanted