NRF24L01 Sending data only when CE pin is disconnected

I am trying to connect two Arduinos through two NRF24L01. I uploaded the example sketch "led_remote" from the RF24 Library to both, but there was no communication between the two modules.

However, when I disconnect the CE pin of the transmitter, the transmitter is able to send the data.
and the receiver is able to receive the data. The receiver CE pin was still connected.

is there anything I missed out?

The wiring was done according to the image attached.

Image from Original Post so we don't have to download it. See this Simple Image Guide

...R

gstar:
However, when I disconnect the CE pin of the transmitter, the transmitter is able to send the data.
and the receiver is able to receive the data. The receiver CE pin was still connected.

Something very strange because CE is what is used to put the device into Tx mode. Are you certain it is actually sending stuff? The Rx side can give the impression that it is receiving if it is not wired correctly.

Have a look at this Simple nRF24L01+ Tutorial. It would probably be a good idea to use the connection-test program on both of your nRF24s

...R

Same problem, to fix it try to put a 10uF capacitor on the Vcc and Gnd pin