Close

1st wired prototype

A project log for Myute - Mute Control

Mute Control - 3D printed USB-C Button with RGB Feedback based on Arduino

ludwigLudwig 07/16/2021 at 15:170 Comments

In a first step, Myute is assembled without any PCB. Wires are soldered between the Seeeduino Xiao, the KY-040 and the WS2812B RGB LED. The base and wheel are both designed with FreeCAD and printed with PETG.

Arduino is used to read the KY-040 by including the following lib: https://github.com/dmachard/KY040-rotary

A C++ Application is developed with Visual Studio to let any Windows Compute interact with Myute.

The following features are implemented:

The C++ Application is scanning COM-Ports at startup. If avaiable, it automatically connects to the Myute Hardware.

Discussions