Skip to content

Convert infrared remote control signals into USB keyboard input.

Notifications You must be signed in to change notification settings

newcomery/IR2USB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

This software is developed using Arduino IDE and contains three files.

1.ShowIRCode.ino

The display receives and displays the signal from the infrared remote control, and prints out the keycode using DigisparkExamplePrograms-master/Python/DigiUSB/Windows/monitor.exe.

2.IR2USB.ino

According to the keycode in the first step, map the remote control keycode to the USB keyboard value you need.

3.mykbd.ino

Another way to implement IR2USB.Same function as 2.

About

Convert infrared remote control signals into USB keyboard input.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages