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

My board does not work with this library #23

Open
techpaul opened this issue Jul 17, 2021 · 0 comments
Open

My board does not work with this library #23

techpaul opened this issue Jul 17, 2021 · 0 comments
Assignees
Labels
READ FIRST Read This information FIRST !!!

Comments

@techpaul
Copy link
Owner

techpaul commented Jul 17, 2021

When your board does not work with Library

  1. Check Wiring
  2. Check assignment of pins in software and board match
  3. Are you using a USB keyboard through PS2 adapter ?
  • IF so get a native PS2 keyboard as USB keyboards draw too much current often with external power on your board causing MCU and/or keyboard resets
  1. Has your board been tested to work with keyboard check the Readme file see Readme.md
  2. Have you turned on ALL compiler warnings as shown in the Readme file see Readme.md
  3. If when sending data to the Keyboard (e.g. LEDs) the application locks up, you have an interrupt issue try using PS2_CLEAR_PENDING_IRQ in PS2KeyAdvanced.h for your board/architecture

If you are sure your board has been tested ask questions here.

If your board has NOT been tested you may want to check how to add your own support and need to do various interrupt tests by sending commands to the keyboard like LEDs, see Porting.md

@techpaul techpaul self-assigned this Jul 17, 2021
@techpaul techpaul pinned this issue Jul 17, 2021
@techpaul techpaul added the READ FIRST Read This information FIRST !!! label Jul 17, 2021
Repository owner locked and limited conversation to collaborators Jul 17, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
READ FIRST Read This information FIRST !!!
Projects
None yet
Development

No branches or pull requests

1 participant