Hi,
I am trying to connect two RF24L01 moduls with each others. For that i am using an Arduino Uno and an Arduino Nano clone. I checked the wireing several times. There is no external powersupply. Both Boards are connected to an USB-Port from a Laptop.
CS -> Pin 6
CSN -> Pin 7
SCK -> Pin13
MOSI -> Pin11
MISO -> Pin12
Additionally I connected an 10mF Capacitor to VCC (3,3v) and GND.
Now I am facing a problem I don't understand. The function "radio.available()" returns true, while the function "radio.isChipConnected()" returns false all the time.