Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 843 Bytes

File metadata and controls

27 lines (17 loc) · 843 Bytes

MusicControlLink

nRF24-based system for exchanging music control parameters wirelessly

This project is based on this tutorial from Dejan Nedelkovski

There are two parts to this project, a hub, which receives inputs, and control surfaces, which send control changes to the hub. The hub then forwards the information on to other units as needed.

Hub Setup

No setup is needed for the hub.

Surface Setup

Surface Address

The surface address is set by grounding input pins per the following table. An X means ground the pin. A - means do not ground the pin.

Address D4 D3 D2
0 - - -
1 - - X
2 - X -

Note: The surface address is read at power up only.