Skip to content

virusdefender/pi-as-keyboard

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pi-as-keyboard

Make your Raspberry Pi act as a Keyboard via HID emulation.

The main purpose of this setup script is to make the Pi « emulate » a keyboard when connected to a computer.

Informations

This project is voluntary small and simple to be used as a base for more complex projects (like hot keyboard remapping, Pi as Keyboard controller, etc)

All this setup as been tested on my Raspberry Pi Zero W the 2016/03/21.

Important

⚠️⚠️️ Do not connect the Pi on the Power connector. Use the « Data » USB port instead to power and data exchange.

Install

Connect on the Pi and run the setup script.

$ sudo ./setup.sh
$ sudo reboot

Screenshot

Test the setup

This script will send scancodes to the computer connected on the Pi.

$ sudo test.sh

About

Make your Raspberry act as a Keyboard

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 43.6%
  • HTML 23.6%
  • Shell 18.0%
  • C 14.8%