pdaderko

Results 13 comments of pdaderko

I did something similar to interface original Hydro Thunder arcade controls with BackForceFeeder. I just uploaded the very barebones Python script that I wrote to basically emulate a FeederIOBoard, translating...

I'm not sure that I completely understand what @DikinCz is trying to do, but in my case, I simply wanted a virtual joystick with force feedback support where I could...

Cool, thanks for putting that together... I haven't checked over the entire cart, but did quickly notice two things. First, it looks like your cart has the VBPW34FASR rather than...

Yeah, I'm fairly certain that they simply took a picture of the photodiode upside down. If you look at the pictures of the non-filtered ones (VBPW34S and VBPW34SR), you can...

Just submitted the PR. Let me know if you'd like any clarification, etc.

Thanks for the info... makes sense that real PS/2 compatibility is more important than USB PS/2 adapters. Attached is the dump of the dongle from USB UsbTreeView: [wireless_kb_mouse.txt](https://github.com/user-attachments/files/17580762/wireless_kb_mouse.txt) The paste...

Here's the log in regular mode: [HID_log.txt](https://github.com/user-attachments/files/17580921/HID_log.txt) Here's the log in advanced mode: [HID_log_adv.txt](https://github.com/user-attachments/files/17580923/HID_log_adv.txt) For both of these, I was moving my finger around in a figure-eight pattern. Then at...

I was wondering about that... you mentioned descriptors, but I didn't see them. Here they are - regular mode: [HID_log.txt](https://github.com/user-attachments/files/17595429/HID_log.txt) Advanced mode: [HID_log_adv.txt](https://github.com/user-attachments/files/17595430/HID_log_adv.txt) And I did some quick testing/debugging with...

I built a PS/2 passthrough so I could easily probe the lines to see what the 16702B was doing. And it looks like the problem is that they don't (always?)...

I just tried that firmware, and I don't notice any difference (cursor still goes up/down when I move my finger left/right). I'm no expert on HID stuff, but is it...