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
- Host: GitHub
- URL: https://github.com/benaandrew/volumecontroller
- Owner: BenAAndrew
- License: mit
- Created: 2021-06-29T15:36:38.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-10-16T14:24:28.000Z (over 2 years ago)
- Last Synced: 2025-04-05T16:51:09.334Z (over 1 year ago)
- Topics: 3d-printing, arduino, volume-control
- Language: Python
- Homepage:
- Size: 5.57 MB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Volume Controller

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)