Page 1 of 1

[Project] PSVR Move Mod

Posted: Tue Nov 21, 2017 6:04 pm
by crckmc
Hi all,

I'm currently working on a project for the Playstation Move controllers and PSVR.
As you might know the moves don't have an analog stick for movement and controlling movement in a game is done via the accelerometer.

I found out on reddit that you can use the DS4 for movement simultaneously in some games (Skyrim! :)) and so I had this idea:
https://imgur.com/a/4fk1S
https://www.reddit.com/r/PSVR/comments/ ... _for_move/

After doing this I searched for a way to emulate a DS4 with an microcontroller and found your awesome project.
I want to use the four analog inputs on the Arduino Leonardo to read two analog sticks and use them as the axis of the DS4 and after reading through a bit of the EMUPS4 source I think it should be doable.

Would this be possible without a PC?
I have read all the info I could find about the DS4 emulation but don't get the authentication part. Is the DualShock plugged in only for the Bluetooth pairing or also for USB communication?

Would love if someone here could help me.

Thank you in advance!

crckmc

EDIT:

Sorry I just found the info on page 7 of your blog. Looks like it isn't supported.