Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 2.01 KB

README.md

File metadata and controls

31 lines (19 loc) · 2.01 KB

zoom-keyboard

A bluetooth keyboard for controlling the Zoom application, based on an Adafruit NeoTrellis and Feather nRF52840 Express.

Dependencies

Bill of Materials

Instead of buying the enclosure, PCB, elastomer, cable and bumpers, you could get the NeoTrellis kit pack that includes them all (and you'll have a spare Feather M4 Express for some other project):

Assembly

Adafruit has a nice tutorial that explains the assembly of the enclosure: https://learn.adafruit.com/neotrellis-feather-case-assembly

One thing that is important to note is that you'll have to modify the Feather nRF52840 slightly to get it to fit in the enclosure. The board has a shrouded connector in the center for its SWD port, and this interferes with mounting the Feather. I found the it was easiet to pull the plastic shroud off before desoldering the pins.

Customizing the build

Although I used a Feather nRF52840 Express and a NeoTrellis with the enclosure kit, there are a whole host of ways to customize or expand on this build. For example, you could swap out the Feather nRF52840 and replace it with another Feather that supports HID, like the M4 Express included in the kit pack, and use this as a wired keyboard rather than BLE-based.