Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

No0ne/ps2x2pico

No0ne created a comment on an issue on No0ne/ps2x2pico
Try this: [pio-usb-test.zip](https://github.com/user-attachments/files/17998787/pio-usb-test.zip)

View on GitHub

cebelcher starred No0ne/ps2x2pico
javavi created a comment on an issue on No0ne/ps2x2pico
![2xUSB-PIO-2xPS2](https://github.com/user-attachments/assets/76cbe45d-c26f-4e0e-958c-7fd4f6a4b797) I plan to do it according to this scheme

View on GitHub

No0ne created a comment on an issue on No0ne/ps2x2pico
Correct, any GPIO pairs are working (without space between D+/D- and none of the PS/2 pins ;)

View on GitHub

javavi created a comment on an issue on No0ne/ps2x2pico
> 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...

View on GitHub

javavi created a comment on an issue on No0ne/ps2x2pico
> Do you want to try this out? Yes, it would be interesting, where can I see the schematic and firmware?

View on GitHub

No0ne created a comment on an issue on No0ne/ps2x2pico
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?

View on GitHub

No0ne created a comment on an issue on No0ne/ps2x2pico
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?

View on GitHub

Justasic created a comment on an issue on No0ne/ps2x2pico
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...

View on GitHub

Justasic created a comment on an issue on No0ne/ps2x2pico
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...

View on GitHub

No0ne created a comment on an issue on No0ne/ps2x2pico
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

View on GitHub

No0ne created a comment on an issue on No0ne/ps2x2pico
Yes thats what I'm doing on the ITX-Llama. There is no PS/2 input/passthru on the ITX-Llama, but the normal ps2x2pico has that feature enabled.

View on GitHub

javavi created a comment on an issue on No0ne/ps2x2pico
Isn't it possible to run both PS/2 on one PIO, and USB on another PIO?

View on GitHub

hax0rbana-adam created a comment on an issue on No0ne/ps2x2pico
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...

View on GitHub

No0ne created a comment on an issue on No0ne/ps2x2pico
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. ...

View on GitHub

javavi opened an issue on No0ne/ps2x2pico
Built-in software USB Hub on PIO SM
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...
No0ne created a comment on an issue on No0ne/ps2x2pico
I suspect your port and @Justasic can switch between mouse an keyboard but can't do both simultaneously, just a theory!

View on GitHub

No0ne created a comment on an issue on No0ne/ps2x2pico
Can you try a PS/2 splitter an plug in a real keyboard an mouse at the same time on the B550?

View on GitHub

hax0rbana-adam created a comment on an issue on No0ne/ps2x2pico
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...

View on GitHub

No0ne created a comment on an issue on No0ne/ps2x2pico
How much does this KVM cost? Can you ship one to Europe?

View on GitHub

0x504B0304 created a comment on an issue on No0ne/ps2x2pico
> I still haven't managed to get it working, and I think I'm going to give up. 留个联系方式,也许可以再讨论下

View on GitHub

zoushiyin created a comment on an issue on No0ne/ps2x2pico
I still haven't managed to get it working, and I think I'm going to give up.

View on GitHub

zoushiyin created a comment on an issue on No0ne/ps2x2pico
> So,why not just use the relative mode? The "controlled end mouse" cannot be set to relative mode.

View on GitHub

No0ne created a comment on an issue on No0ne/ps2x2pico
Maybe the conversion to 8-bit signed cuts of the larger absolute values: https://github.com/No0ne/ps2x2pico/blob/main/src/usbin.c#L166

View on GitHub

0x504B0304 created a comment on an issue on No0ne/ps2x2pico
So,why not just use the relative mode?

View on GitHub

zoushiyin created a comment on an issue on No0ne/ps2x2pico
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.

View on GitHub

XeionL starred No0ne/ps2x2pico
No0ne created a comment on an issue on No0ne/ps2x2pico
Try this, replace: ```c void ms_send_movement(u8 buttons, s8 x, s8 y, s8 z) { ms_db = buttons; ms_dx += x; ms_dy += y; ms_dz += z; } ``` With this: ```c s8 x_prev = 0; s8 y_pr...

View on GitHub

zoushiyin created a comment on an issue on No0ne/ps2x2pico
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 ...

View on GitHub

No0ne published a release on No0ne/ps2x2pico
pre-release Version 2.0
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...
Load more