An open API service indexing awesome lists of open source software.

https://github.com/benaandrew/volumecontroller

A physical multi-app volume controller
https://github.com/benaandrew/volumecontroller

3d-printing arduino volume-control

Last synced: 8 months ago
JSON representation

A physical multi-app volume controller

Awesome Lists containing this project

README

          

# Volume Controller

![](preview.png)

A physical multi-app volume controller. Control master volume and up to 3 other apps.

# Setup

## Parts
- Arduino Mega 2560
- ST7735 1.8" Color TFT Display
- 4x Rotary Encoders & Knobs
- Breadboard
- Wires

## [Wiring](firmware/WIRING.md)

## Installation

1. Upload the [Arduino sketch in the firmware folder](firmware/firmware.ino) to your Arduino
2. Run the desktop app. To do this you can either:
- Download the executable in Releases and run
- Install Python, dependencies and run `python main.py`

If this is done correctly the volume controller should now be working.

## [Assembly](assembly/ASSEMBLY.md)