I watched this video and used his transmitter code and receiver code. However, it's not working. There's no response from the receiver.
The transmitter stuck at the loop:
if (!radio.write( &data, sizeof(unsigned char) )) {
Serial.println("No acknowledgement of transmission - receiving radio device connected?");
}
and the receiver never received anything and only printed:
Serial.println("THIS IS THE RECEIVER CODE - YOU NEED THE OTHER ARDUINO TO TRANSMIT");
I've been stuck here for hours. I checked the hardware, there's no issue there. I also tried to adjust the code couple of times, and it looked decent but not helping. Could you help me to check what went wrong with the code please?
It's perpetuation ability was too good. [...] think the device is boosting every single received from the entire building.A nearby source will still most certainly overpower any far away noise source, receiving should work. The fact that a weaker module works still indicates a power supply issue rather than noise issue. However it's also possible that you have stumbled upon a counterfeit nRF24L01+, by any chance is it under a blob of epoxy?