PSX/PS1 Daemonbite Controller

Discussion of keyboards, gamepads, joysticks and other input related peripherals.
User avatar
evidencedj
Posts: 10
Joined: Sun May 24, 2020 7:55 pm
Has thanked: 7 times
Been thanked: 6 times

PSX/PS1 Daemonbite Controller

Unread post by evidencedj »

Does anyone know if there is a current development to implement a Playstation controller with the Daemonbite adapters?
Due to the ongoing development of the Playstation core, this would be very cool.
User avatar
Chris23235
Top Contributor
Posts: 862
Joined: Sun May 24, 2020 8:45 pm
Has thanked: 114 times
Been thanked: 177 times

Re: PSX/PS1 Daemonbite Controller

Unread post by Chris23235 »

As far as I know there is no PSX Daemonbite adapter but there are dozens of cheap PSX2USB converters. These converters are passive so my guess is they don't introduce much lag.
User avatar
evidencedj
Posts: 10
Joined: Sun May 24, 2020 7:55 pm
Has thanked: 7 times
Been thanked: 6 times

Re: PSX/PS1 Daemonbite Controller

Unread post by evidencedj »

I already found this commit: https://github.com/MickGyver/DaemonBite ... 44ad267e1e

"This is a simple to build adapter for connecting PSX controllers to USB. Currently it supports normal digital PSX controllers, analog sticks are not supported. The input lag for this adapter is minimal (about 0.75ms average connected to MiSTer)."

This seems to be a good start. I hope this commit will be officially released soon.
FoxbatStargazer
Top Contributor
Posts: 995
Joined: Thu Dec 10, 2020 5:44 pm
Has thanked: 309 times
Been thanked: 228 times

Re: PSX/PS1 Daemonbite Controller

Unread post by FoxbatStargazer »

Chris23235 wrote: Wed Dec 15, 2021 1:16 pm As far as I know there is no PSX Daemonbite adapter but there are dozens of cheap PSX2USB converters. These converters are passive so my guess is they don't introduce much lag.
I don't think that is possible? There has to be some conversion to turn it into HiD adapter... the power it draws is surely from the USB port. Could be very low lag or absolutely horrible but passive seems impossible...
blacklistedcard
Posts: 77
Joined: Mon Jun 08, 2020 1:54 am
Has thanked: 3 times
Been thanked: 9 times

Re: PSX/PS1 Daemonbite Controller

Unread post by blacklistedcard »

Why not just use the PS4 controller with bluetooth?
Duffygag
Posts: 95
Joined: Tue Nov 03, 2020 10:57 am
Has thanked: 12 times
Been thanked: 25 times

Re: PSX/PS1 Daemonbite Controller

Unread post by Duffygag »

I'd rather use one of my Windows/Xbox Ms controllers
User avatar
sonik
Posts: 91
Joined: Sun May 09, 2021 3:31 pm
Location: Brazil
Has thanked: 15 times
Been thanked: 17 times

Re: PSX/PS1 Daemonbite Controller

Unread post by sonik »

If you want a DIY solution with arduino its super easy.
There's a lot of ready to use arduino code on github to make your own adapter.

PSx controllers uses 3.3v. For my projects I use 5v arduinos with conversion to 3.3v.
There's arduinos with 3.3v but I have zero experience with them.

I've build an adapter to use ps1 GunCon over usb (and a crt tv) and it have some limited functionality for dualshock controllers.
https://github.com/sonik-br/GunconDuino
When the ps1 core is ready I might add full support for the dualshock. I'm waiting to see if/how rumble will be supported on MiSTer.
Jegriva
Posts: 81
Joined: Wed Mar 10, 2021 10:06 pm
Has thanked: 49 times
Been thanked: 9 times

Re: PSX/PS1 Daemonbite Controller

Unread post by Jegriva »

I plan to use, brace yourself, an 8bitdo SN30 Pro 2 Xbox edition.
User avatar
evidencedj
Posts: 10
Joined: Sun May 24, 2020 7:55 pm
Has thanked: 7 times
Been thanked: 6 times

Re: PSX/PS1 Daemonbite Controller

Unread post by evidencedj »

For me it is all about the minimum possible input lag, so that's why I asked for the Daemonbite solution. These are so incredibly good in this factor. So no bluetooth, 3rd party controller adapter/accessory will work for me.

@sonik this seems to be a very good solution either. Do you have any figures regarding input lag?
User avatar
sonik
Posts: 91
Joined: Sun May 09, 2021 3:31 pm
Location: Brazil
Has thanked: 15 times
Been thanked: 17 times

Re: PSX/PS1 Daemonbite Controller

Unread post by sonik »

I don't have the equipment to measure.
But reading and reporting simple joysticks on an arduino is really super fast. Even with analog values it should be under 2 or 3 ms.
The only thing is that, like I said, the psx uses 3.3v and I have not tested it with a 3.3v arduino. I had to use voltage conversion.
I think it's best to wait for the core to be ready (or mature enough) and see what are the options to connect a psx controller to MiSTer.
I might add support for the psx multitap on my adapter too. :)
Post Reply