Skip to content

kseneres/muter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Universal mute toggle button: Arduino Uno turned into a USB-HID that sends the mute toggle keyboard shortcuts.

*Supported applications (MacOS only): Google Meets, Slack

Development

  • Prepare for dfu programming: https://www.arduino.cc/en/Hacking/DFUProgramming8U2
    • Use real Arduino Uno
    • Install dfu programmer
    • Reset device
  • Upload program that sends keypresses over serial: http://mitchtech.net/arduino-usb-hid-keyboard/
  • Flash Arduino-keyboard-0.3.hex firmware (found online, included in this repo for convenience)
    • sudo dfu-programmer atmega16u2 erase
    • sudo dfu-programmer atmega16u2 flash Arduino-keyboard-0.3.hex
    • sudo dfu-programmer atmega16u2 reset
  • To upload a new program, flash the original Arduino-usbserial-uno.hex firmware

References:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages