A silly app with two components: a music playing, LED-driving receiver, and a transmitter.
Clone the repository.
git clone --recursive https://github.com/veonik/commune
commune uses platformio for managing builds.
PLATFORMIO_BUILD_FLAGS="-DTRANSMITTER" pio run -e uno
PLATFORMIO_BUILD_FLAGS="-DRECEIVER" pio run -e uno