Skip to content

Windows API for the PS5 DualSense controller

License

Notifications You must be signed in to change notification settings

Ohjurot/DualSense-Windows

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DualSense / PS5 Controller on Windows [API]

Windows API for the PS5 DualSense controller. Written in C++ for C++

First Release coming soon!

Road map to first preview release:

  • Reading the input state from the controller using USB. DONE!
  • Reading input via bluetooth. DONE!
  • Writing Output state to the controller using USB. DONE!
  • Controlling and reading the adaptive triggers. DONE!
  • Writing basic Output state via bluetooth. Work in progress
  • Addition input / output parameters. Work in progress
  • Documenting the API Work in progress
  • Updating the github repo and publish release

First preview should be released before 28.11.2020 (The hard work is done - The USB protocol is, at least partially, reverse engineered)

Features of the first preview

  • Reading all buttons and analog values (triggers and sticks) which are on the controller
  • Reading the two finger touch positions
  • Reading the accelerometer
  • Reading the gyroscope (Currently only raw / uncalibrated values)
  • Reading the connection state of the headphone jack
  • Setting the rumble motors speed
  • Setting various effects to the force feedback triggers
  • Retrieving force feedback triggers feedback
  • controlling the RGB-Leds, Microphone Led and User Leds

Fully working over USB. No output via Bluetooth (Maybe coming soon)

Feature planed for the future

  • Calibrating the gyroscope
  • Using the haptic feedback
  • More trigger effects?
  • Fully write over bluetooth (If you know something about the wireless protocol - especial writing data to the controller - please let me know by creating an issue!)

Sources

I have partially used the following sources to implement the functionality: