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
- Host: GitHub
- URL: https://github.com/nrf24/rf24audio
- Owner: nRF24
- Created: 2014-04-10T17:23:54.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2023-02-04T02:56:27.000Z (almost 3 years ago)
- Last Synced: 2025-05-19T20:11:26.319Z (7 months ago)
- Topics: arduino-library, audio, c-plus-plus, nrf24l01, rf24
- Language: C++
- Homepage: http://nrf24.github.io/RF24Audio
- Size: 2.94 MB
- Stars: 273
- Watchers: 27
- Forks: 88
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
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.