No0ne / ps2pico

USB keyboard to PS/2 / AT / XT interface converter using a Raspberry Pi Pico
MIT License
117 stars 23 forks source link

5v/3v #1

Closed flyboy-byte closed 1 year ago

flyboy-byte commented 1 year ago

can i use the sparkfun bi directional logic converter for this project instead of the transistor/diode/resistor converter.

No0ne commented 1 year ago

Yes, but you have to use this software: https://github.com/No0ne/ps2x2pico The code for transistor/diode/resistor converter uses two fixed input pins and two fixed output pins and the code for the bi directional logic converter switches the pin direction of clock and data. Thus the software isn't directly compatible.