Hello TMRh20,
Very nice project. I was trying to send human voice from one to another node. I am using nRF24L01 and Arduino Uno boards. I followed the schematic as you have explained in http://tmrh20.github.io/RF24Audio/. Also I have downloaded RF24 Audio library from https://github.com/TMRh20/RF24Audio.
Now I am getting some errors in the code. Whene I run the examples from the library, it gives me error as below.
" C:\Program Files (x86)\Arduino\libraries\RF24Audio-master\RF24Audio.cpp: In function 'void __vector_11()': C:\Program Files (x86)\Arduino\libraries\RF24Audio-master\RF24Audio.cpp:460:4: error: 'radio' was not declared in this scope radio.writeFast(&buffer,32); ^
Error compiling.
This report would have more information with "Show verbose output during compilation" enabled in File > Preferences."
It is giving me this error in all the library examples. Can you help me to solve this error.
its kind of very urgent.
Thank you