NRF24L01 does not work with my Arduino
vanLindenberg opened this issue · 1 comments
I don't know, what I did wrong, but the settings don't match the ones that are up on the library.
I get
STATUS = 0x0e RX_DR=0 TX_DS=0 MAX_RT=0 RX_P_NO=7 TX_FULL=0
RX_ADDR_P0-1 = 0x65646f4e31 0x65646f4e32
RX_ADDR_P2-5 = 0xc3 0xc4 0xc5 0xc6
TX_ADDR = 0x65646f4e31
RX_PW_P0-6 = 0x04 0x04 0x04 0x04 0x04 0x04
EN_AA = 0x3f
EN_RXADDR = 0x02
RF_CH = 0x4c
RF_SETUP = 0x03
CONFIG = 0x0f
DYNPD/FEATURE = 0x00 0x00
Data Rate = 1 MBPS
Model = nRF24L01+
CRC Length = 16 bits
PA Power = PA_LOW
ARC = 0
Can somebody help me?
You might get more help in the Arduino forums, as this is a place to report potential issues with the library etc, not really for general support.
However, your settings look fine, are you following the guide at https://nrf24.github.io/RF24/md_COMMON_ISSUES.html ??
We would need more info about your radio modules, power supply, etc. to diagnose anyway.