-
Notifications
You must be signed in to change notification settings - Fork 98
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
Idea: Android device as USB Keyboard/Mouse #16
Comments
I guess it can be done but I think it's not practical (more weight and power consumption), unless you want to control the keyboard remotely by cellular network with low budget and already have the smartphone in hand. Better use a teensy board. |
Hi @DedupOperator . Well form my point of view it will be practical if this project be "customizable". Perhaps someone likes to use for the USB HID interface: a) Raspberry Pi Zero; b) Teensy board; c) Android device. Why not support different options? |
@lars18th I guess you're right. Check out this little device it works on android out of box InputStick |
Hi @DedupOperator , This InputStick seems to be interesting. However, the idea of using an Android device is because tipycally it has support for the USB Gadget library. So it can impersonate an HID device. The Raspberry Pi Zero has this function too; but not the regular Pi. Thus, the concept is to support different hardware "options" for the connection between the main "diy-ipmi" controller and the USB port of the target device (the one commonly used when connecting the USB keyboard/mouse). Regards. |
As stated in other tickets, happy to merge a PR for anything, though I'm not sure why you would want an expensive Android device to replace a $5 part (minus mouse control). |
Because the cost of an 4-5 years old Android device with a broken screen is nearly... zero? 😄 Now, seriously: My idea is to run the Manager (the central point) in a docker container inside a shared x86 server; instead of run it in a Raspberry Pi board. So the Relay board isn't required. The Video capture can be done using some HDMI-2-Network device. And the HID USB module can be best done over the Network with a (reused) Android device. My suggestion targets the "modularity" of the project. |
Hi,
This project transforms one Android device in a USB Keyboard/Mouse:
https://github.com/pelya/android-keyboard-gadget
(used as library: https://github.com/Netdex/android-hid-script)
So, perhaps you can use one ancient rooted smartphone instead of the Pi0.
The text was updated successfully, but these errors were encountered: