nRF24/RF24Audio

Nothing is working for me. Please help!

Closed this issue · 0 comments

I dont understand, I cant get anything to work. I have tried many different setups. Arduino UNO, Arduino Nano, Arduino Mega, all have the same result: silence...

Im using the GettingStarted sketch.

I know the Radios are hooked up good because I get real results on radio.printDetails():

SPI Speedz = 10 Mhz
STATUS = 0x0e RX_DR=0 TX_DS=0 MAX_RT=0 RX_P_NO=7 TX_FULL=0
RX_ADDR_P0-1 = 0x544d52687c 0xabcdabcd71
RX_ADDR_P2-5 = 0x32 0xc4 0xc5 0xc6
TX_ADDR = 0x544d52687c
RX_PW_P0-6 = 0x20 0x20 0x20 0x20 0x20 0x20
EN_AA = 0x3f
EN_RXADDR = 0x03
RF_CH = 0x4c
RF_SETUP = 0x07
CONFIG = 0x0e
DYNPD/FEATURE = 0x00 0x00
Data Rate = 1 MBPS
Model = nRF24L01+
CRC Length = 16 bits
PA Power = PA_MAX
ARC = 0

Is there some trick to RF24Audio rfAudio(radio,0)?

Do I set one to 0 and one to 1? Ive tried every combo: Both on 0, Both on 1, one on 0, one on 1. Nothing...

I set one to "transmit" by sending an "r" on the serial monitor, and the other to "receive" by sending an "s" on the serial monitor, and just nothing happens. evrrything is dead. No LED activity, no sound, nothing...

Please help!