RF24Audio icon indicating copy to clipboard operation
RF24Audio copied to clipboard

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

Results 6 RF24Audio issues
Sort by recently updated
recently updated
newest added

I'm working on a wireless walkie talkie with atmega328p 3.3V 8Mhz and I need the circuit board to be as small as possible so I designed my board to use...

What could be causing this issue? Is it low power input? I'm using LM1117 Regulator

Dear @TMRh20 Need I do some change in the code when using ATmega168P with 8MHz clock speed? Regards

Hi, I have uploaded the PrivateChannels sketch to 2 radios, first with radio = 0, and second with radio = 1. In this case radio 0 has the audio source...

I use rfAudio.receive() to receive audio from another device but I want know how can I set the output pin that let audio can output to speaker is there any...

Could you implement one of the lightweight codec in your program? Like G.711. [Here](http://toncar.cz/Tutorials/VoIP/) is good overview about it.