Skip to content

X/Y Jog Wheels that emulate a USB HID Keyboard using only an Arduino Uno and two rotary encoders.

License

Notifications You must be signed in to change notification settings

20after4/jogwheels

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

Encoders

This is my 2 axis rotary encoder cnc pendant for CNC.js.

The rotary encoders send keystrokes to the host machine by emulating a USB HID keyboard. Each single-notch rotation on an encoder sends a single keystroke:

  • The X-axis encoder sends LEFT_ARROW for counter-clockwise and RIGHT_ARROW for clockwise rotations.
  • The Y-axis encoder sends UP_ARROW for counter-clockwise and DOWN_ARROW for clockwise rotations.

Hardware

Dependencies

About

X/Y Jog Wheels that emulate a USB HID Keyboard using only an Arduino Uno and two rotary encoders.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages