https://github.com/dbrgn/volsync
Synchronize the master volume between a Linux computer and a motor fader via nRF24L01 transceiver.
https://github.com/dbrgn/volsync
Last synced: 3 months ago
JSON representation
Synchronize the master volume between a Linux computer and a motor fader via nRF24L01 transceiver.
- Host: GitHub
- URL: https://github.com/dbrgn/volsync
- Owner: dbrgn
- License: mit
- Created: 2014-04-30T23:52:23.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-08-15T08:19:48.000Z (almost 12 years ago)
- Last Synced: 2026-01-11T12:59:50.831Z (6 months ago)
- Language: C
- Homepage:
- Size: 230 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
volsync
=======
Synchronize the master volume between a Linux computer and a motor fader via
nRF24L01 transceiver.
Wiring
------
The code is written for the *Atmel ATtiny44a* microcontroller. The following
wiring is being used:
.. image:: https://raw.githubusercontent.com/dbrgn/volsync/master/t44a.png
:alt: Microcontroller pins
**PSU**
:VCC: 5V
:GND: Ground
**Transceiver (nRF24L01)**
:VCC: VCC
:GND: GND
:PB0: CE
:PB1: CSN
:PA6: MOSI
:PA5: MISO
:PA4: SCL
:PA3: IRQ
**Potentiometer**
:PA1: ADC1 (pot)
:PA0: AREF (pot)
License
-------
MIT License.