prashantwosti / auto-f1-presser

USB "keyboard" that automatically presses F1 every 5 seconds, using an Arduino Uno

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What?

Program an Arduino Uno to act as a USB keyboard that automatically presses the F1 key every 5 seconds.

I'm using this to automate occasional reboots of a server that shows a BIOS error with "Press F1 to continue" every time it reboots.

Based on http://mitchtech.net/arduino-usb-hid-keyboard/.

Requires reflashing the USB controller on the Arduino with a special firmware (on my Arduino, this is an ATmega16U2 chip). See also the relevant Arduino docs and reflash.sh in this respository.

About

USB "keyboard" that automatically presses F1 every 5 seconds, using an Arduino Uno


Languages

Language:Shell 51.6%Language:C++ 32.9%Language:Makefile 15.5%