Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.11 KB

README.md

File metadata and controls

33 lines (24 loc) · 1.11 KB

Thinkingbox meetingController

Arduino-based arcade button controller for basic video conferencing functionality. Designed and coded for Thinkingbox Two versions exist Toggle, Non-Toggle

Non-Toggle

Uses Arduino Micro as HID Keyboard note: Any keyboard capable microntroller will work
Three basic buttons or switches
Three 10K ohm resistors

Toggle

Uses Arduino Micro as HID Keyboard note: Any keyboard capable microntroller will work
Three basic buttons or switches
One Toggle switch
Four 10K ohm resistors
Two LEDs
Two 330 ohm resistors

Bill of Materials

Found in the wiki

Design: Hugh Elliott

Wish List

RaspberryPi version Feather (BLE) version

Note: This is a work in progress. As the project evolves, more info will be added. What is currently available works.

Original Arduino Keyboard code found here