An open API service indexing awesome lists of open source software.

https://github.com/nrf24/rf24audio

Arduino library for streaming data/audio from analog inputs via NRF24L01 modules
https://github.com/nrf24/rf24audio

arduino-library audio c-plus-plus nrf24l01 rf24

Last synced: 3 months ago
JSON representation

Arduino library for streaming data/audio from analog inputs via NRF24L01 modules

Awesome Lists containing this project

README

          

# Arduino Wireless Audio/Data Library

This library allows streaming of data/audio from analog inputs via NRF24L01 radio modules
See the [documentation section](http://nRF24.github.io/RF24Audio) for more info.

Only AVR devices are supported. For ESP32 and Arduino Due, see [AutoAnalogAudio](https://github.com/TMRh20/AutoAnalogAudio), a more
versatile audio input/output library.