Sending MIDI Wirelessly With The NRF24L01

MIDI is a standard known by musicians and instruments all over the world. The basic twist on regular serial has helped studios around the world to work more efficiently. [Kevin] wanted to try sending MIDI data wirelessly, but rather than the typical Bluetooth solution, decided to use the humble nRF24L01 instead.

The circuitry used is simple: [Kevin] simply wired up two Arduino Unos with nRF24L01 radio modules, which communicate over SPI. Alternatively, an even quicker solution is to use a Keywish Arduino RF Nano, which packs a nRF24L01 on board. One Arduino can then be hooked up to a MIDI OUT port on an instrument, and it will send out MIDI signals wirelessly. The second Arduino can then be plugged into a MIDI IN port and repeat out what it receives over the air.

The real work was in the firmware, which takes MIDI data and packages it in a suitable form to send out over the nRF24L01. The system can operate in a one-to-one mode, emulating a single MIDI cable, or a multicast mode, where one sender transmits information to many receivers.

It’s a neat hack and one we could imagine would be useful in some fun performance situations. We’ve seen others do work on wireless MIDI interfaces for Eurorack hardware, too. Video after the break.

6 thoughts on “Sending MIDI Wirelessly With The NRF24L01

    1. There is some discussion in the linked blog post, especially in “part 2”. In short, if everything is working well, it seems pretty good!

      But it is very dependent both on having a good, reliable link between nodes (that isn’t ever broken) and having all nodes replying with acknowledgements in good time. Basically it can run with no acknowledgements or retries in a “fire and forget” mode, and assuming the data gets through, it is very timely, but you will lose messages from time to time. Or it can run with auto-acknowledgements and retries, but if there are problems, the stream gets held-up until it has managed to successfully send. The actual sending protocol is very inefficient at the moment, so that needs to be sorted out too which will improve things a little.

      There are many trade-offs if someone goes this route, and it isn’t a particularly reliable channel at the moment. It is experimental, and mostly a “bit of fun”, but do feel free to have a play and let me know how you get on.

      In summary, it largely works, but I’ve found nothing here to invalidate this comment from https://opguides.info/music/midi/:

      “Look, I’m not going to say you can’t do wireless or networked midi. You definitely can. It’s just that there’s always something that goes wrong.”

      :)

      Kevin

  1. Hi ! I’m glad I found this project. I find it fantastic. Please help me. I ordered two nano-rf. I want to use midi tx and midi rx with 5 pin serial. No usb. Thanks

Leave a Reply to Ras RumkraftCancel reply

Please be kind and respectful to help make the comments section excellent. (Comment Policy)

This site uses Akismet to reduce spam. Learn how your comment data is processed.