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

USB Keyboard intregration #187

Open
mikewolf opened this issue Mar 4, 2019 · 2 comments
Open

USB Keyboard intregration #187

mikewolf opened this issue Mar 4, 2019 · 2 comments

Comments

@Wuestengecko
Copy link

Whether it can work at all pretty much only depends on how the keypad registers itself. Execute

dmesg | tail

on your Raspi right after you plug in the keypad, that should tell us quite a bit already. (When you post the output, please make sure to use a code block.)

It looks like it's supposed to register as standard USB keyboard, which means you should be able to type with it if you e.g. plug it into your desktop computer. If that is the case, I'm not sure how/if DoorPi would be able to catch these key events, as it runs as system service and not in a user session.
If it registers as serial connection (you'll see /dev/tty<something> mentioned in above command's output), that's a whole different story and should be relatively easy, as the rdm6300 RFID reader is connected like that too.

@rdorsch
Copy link

rdorsch commented Sep 15, 2019

Hi mikewolf,

can you tell if uses a standard USB (HID?) protocol? Did you manage to integrate it?

Thanks
Rainer

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

No branches or pull requests

3 participants