Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can you do the same for Guncon2? #3

Open
mortaca opened this issue Aug 16, 2018 · 5 comments
Open

Can you do the same for Guncon2? #3

mortaca opened this issue Aug 16, 2018 · 5 comments

Comments

@mortaca
Copy link

mortaca commented Aug 16, 2018

Hello, we are the development team of RGB-Pi, we work on a soft to emulate on raspberry and tube TV, an extremely interesting function would be to use lightguns synchronized on the CRT itself, we just need to be able to communicate with the gun, is possible to repeat the hack you made for guncon3 with a guncon2? It would be very appreciated.

@beardypig
Copy link
Owner

That would be very cool. The GunCon 2 is quite different from the GunCon 3, it has a standard PSX (PS1/PS2) connector and I think it has a composite video input. The connector is not much of a problem (you'd need to build an adapter), but you'd need to generate the video signals for the GunCon as well. I believe it is looking for the vertical blank signal to sync up to the TV.

I don't know if there is any real communication between the console and the GunCon, as far as I know (I might be wrong) the GunCon1 and GunCon2 just send signals to the console. In principal it is possible, if you can generate the right video signal and understand the signals the gun is sending.

I moved recently so I do not have all my equipment set up yet, I have a GunCon2 and a PVM around somewhere ...

If you want to discuss anything else you can email me (beardypig at protonmail dot com).

@pcnimdock
Copy link

It's possible that lcdtopgun works with gcon2 http://vah.dy.fi/lcdtopgun/

@beardypig
Copy link
Owner

@pcnimdock the GunCon 2 starts in 100Hz mode, so it would work in theory if you had a 100Hz TV. However, with a proper GunCon 2 driver it would work on regular TVs too.

I am currently working a Linux kernel module to support the GunCon2 ...

@pcnimdock
Copy link

@beardypig Do you have any spects of the usb Guncon2 protocol? I want emulate a gun in PS2 with a microcontroller (in ps2_netemu on PS3 isn't possible) and i don't have one. I get some spects from lcdtopgun and nuvee plugin, like that guncon2 is a hid device without report descriptor. In the plugin and driver don't show the maximun and minimun aim data or some time frame...

@beardypig
Copy link
Owner

@pcnimdock I will publish all my findings when I release the kernel module, which will hopefully be soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants