PsxNewLib
PsxNewLib copied to clipboard
Playstation controller interface library for Arduino
Hi! This is not really an issue. I want to port the library to other boards. Mainly STM32 and RP2040 based boards. Those boards are cheaper (currently) and natively works...
is it supported? [white Jap version](https://www.genkivideogames.com/playstation-volume-controller-new-namco-sony-hardware/slph00015) [green Eur version](https://www.youtube.com/watch?v=kZDKr51Uh6E) (i have one of these) [Reportedly it is using the Negcon analog protocol](https://shmups.system11.org/viewtopic.php?f=3&t=58034). side question: will [this sketch](https://github.com/SukkoPera/PsxNewLib/blob/master/examples/PSX2USB/PSX2USB.ino) also work with...
I have 2 different kind generic controllers (made in china), one of them work perfect, but the other kind don't work with PSXNwelib. I try withe library PS2X_lib and the...
Hi! I'm doing some tests with the multitap feature of the devel branch. Using HardwareSpi. Code works fine until I disable/enable interrupts for reading controller. Like this ``` noInterrupts(); const...
Hi! Recently I've got an Jogcon and I've been messing with it's motors. There's some documentation of it's commands [here](https://github.com/RandomInsano/pscontroller-rs) After some experiments I've got it working on PsxNewLib. Please...
With DumpButtonsBitBang and DumpButtonsHwSpi examples my SCPH-1200 controller gives controller type "Guitar Hero" to Serial Monitor. Other than that, controller works fully with PsxNewLib, so this doesn't matter much. (I...
The acknowledge pulse can be very short: 4.5 μs on my 32u4 board, 3 μs on my PAL PSX. Therefore polling the pin risks missing the pulse. However, by using...
Hi! Looks like we have another device protocol to handle :) I don't have direct (physical) access to this device but I'm working with a friend, remotely, and trying to...
Opening this more as a way to talk about it. :) I've been testing and debugging a lot of psx controllers lately. And comparing my findings with what's documented online....
**Context** I have build some [OpenPSX2AmigaPadAdapter](https://github.com/SukkoPera/OpenPSX2AmigaPadAdapter). It's working well with several official PS1 and PS2 joypads. Tx for the great work. My point is to make work a Steering Wheel...