Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #62

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Update README.md #62

wants to merge 1 commit into from

Conversation

lindoran
Copy link
Contributor

The limited schematics for the Pi Zero do not depict decoupling capacitor on any of the voltage source pins, leaving those sources unregulated for our use.
I found I needed to add a .1uf capacitor on to the power and ground pins of the PS/2 interface at the Pi GPIO side, and to the 5v and ground pins going to the host computer. The IBM Model 30-286 uses this method to managing the high current draw the PS/2 keyboard places on the keyboard controller (on the original model 30, it was a different controller and they used chokes, to accomplish this). the schematics for review can be found at : http://www.walshcomptech.com/ps2schematics/. IBM also uses a current limiting resistor of 240 ohms, with a modern PS/2 keyboard this might not be necessary my tests without an oscilloscope seam to show it doesn't matter as much as smoothing the current draw. you would need an oscilloscope to be certain. Furthermore it may be a good idea to install a fuse on the 3.3v line to prevent a current spike in the event the keyboard is dislodged while the computer is running, though its unlikely it is depicted on IBM's schematics.

 The limited schematics for the Pi Zero do not depict decoupling capacitor on any of the voltage source pins, leaving those sources unregulated for our use. 
I found I needed to add a .1uf capacitor on to the power and ground pins of the PS/2 interface at the Pi GPIO side, and to the 5v and ground pins going to the host computer.  The IBM Model 30-286 uses this method to managing the high current draw the PS/2 keyboard places on the keyboard controller (on the original model 30, it was a different controller and they used chokes, to accomplish this).  the schematics for review can be found at : http://www.walshcomptech.com/ps2schematics/.  IBM also uses a current limiting resistor of 240 ohms, with a modern PS/2 keyboard this might not be necessary my tests without an oscilloscope seam to show it doesn't matter as much as smoothing the current draw.  you would need an oscilloscope to be certain.   Furthermore it may be a good idea to install a fuse on the 3.3v line to prevent a current spike in the event the keyboard is dislodged while the computer is running, though its unlikely it is depicted on IBM's schematics.
@lindoran
Copy link
Contributor Author

I believe these documentation changes are useful to somebody who is building a interface adapter with this project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant