Skip to content

Turns your old Google Daydream remote controller into a virtual game controller in windows

Notifications You must be signed in to change notification settings

cnoic/daydream_controller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Prerequisite

You need Bleak to connect to the daydream controller through BLE I used pyvJoy to emulate a game controller through python, so you need to install vJoy (as described here)

Usage

You might need to set address to the mac adress of your daydream controller. you can know this by scanning nearby bluetooth devices with your controller in pairing mode. or uncomment #loop.run_until_complete(scan()) After configuring your vJoy controller emulator just run the file with python and it should work In the file provided, only the touchpad and the physical buttons are mapped to the virtual controller, you can map others inputs (accelerometers and gyroscopes) by processing them accordingly.

About

Turns your old Google Daydream remote controller into a virtual game controller in windows

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages