Close
0%
0%

USB Wizard - Keyboard/Mouse Control

Plug in a device to your computer, push a button, and things happen! Several different modes do useless things with your mouse/keyboard.

Similar projects worth following
This project is based around the Arduino Micro's keyboard and mouse control library. The push of a button will begin a script of commands and shortcuts to accomplish different and useless tasks.

The prototype phase is done through breadboard, but the eventual goal is a USB device with a 3D printed enclosure complete with provisions for keychain.

For project details see Project Logs.


  • 1 × Arduino Pro Micro

  • Getting started

    Scott Clandinin10/10/2016 at 06:49 0 comments

    The above is the prototype board used for proof of concept. The Arduino Micro board is a bit different in most in that it has dedicated USB communication built-in, and is capable of emulating keyboard and mouse commands. The details of the arduino mouse/keyboard libraries can be found here.

    After ensuring it was all working, the first real test was to make the device create a new txt file. The script of commands to achieve this was:

    right click --> w --> t --> t --> enter --> file title name --> enter --> enter to open file --> text


    "w,t,t" is the shortcut that is needed to create a new txt file from the right click menu. A fair bit of research on keyboard shortcuts is necessary to make full use of this device. It's always better to accomplish things with keyboard shortcuts rather than mouse movement as different screen resolutions will yield different results when moving the cursor around through code.


    To allow for multiple routines I added a DIP selector switch package. I will be using something similar to this in the final device concept.

    Stay tuned for the first routines that are being tested.

View project log

Enjoy this project?

Share

Discussions

Similar Projects

Does this project spark your interest?

Become a member to follow this project and never miss any updates