> I don't have any schematic as I don't have any KiCAD skills, but we can agree on using GPIO16/17 and GPIO18/19 as D+/D- and I'll send you a testing firmware build.
OK! I'll try to assemble a p...
Yes, its already working, one PIO is used for output and one for input. If the input is disabled it can be used for USB as seen on the ITX-Llama.
Do you want to try this out?
Thanks for your research. Does the mouse work on either of the two splitter ports? (so they wired all 6 pins) Does the keyboard also work on both splitter ports?
Yeah, it seems I can't use the keyboard and mouse with a splitter. I've tried two different splitters and I know the keyboard and mouse work independently. Not sure what the point is of putting a d...
Some initial testing, I have ordered 2 separate splitters and using the keyboard and mouse (both of which worked as expected independently) it seems only the keyboard wants to work. I plugged the m...
If two real PS/2 devices are indeed working and you want to debug this further we also need a cheap 8-channel logic analyzer: https://github.com/No0ne/ps2x2pico/issues/52#issuecomment-2365244262
I've ordered a splitter to test that theory.
I'm skeptical since using a USB keyboad directly and the ps2x2pico for the mouse doesn't work in the BIOS. It really seems like the ps2x2pico can't o...
Hi, I'm actually using this already for the ITX-Llama integration: https://github.com/eivindbohler/itxllama/pull/2
Here a patch for TinyUSB is needed to activate both native and PIO USB ports.
...
When using the ps2x2pico adapter to simultaneously connect a USB keyboard and mouse, you have to connect them via an external USB hub, which creates additional inconveniences and not all of them ar...
Hi there. I'm here to add some fuel to this fire. I have the same issue with both v1.3 and the previous version.
I've varied enough things, one at a time, to narrow it down to some kind of inco...
This works, but it seems that the network speed is too slow, causing the cursor to occasionally move straight up and down or left and right. I'm not sure if there is a better way to verify this.
I'm experiencing a similar issue with my A2 device. When I quickly move the cursor back and forth on the controlling end, I can see the cursor moving on the controlled end, but it quickly moves to ...
This is version 2.0 pre-release running all devices in report mode and compiled with Pico-SDK 1.5.1.
This should fix https://github.com/No0ne/ps2x2pico/issues/35, https://github.com/No0ne/ps2x2pic...