Hi noob here pls help!

I am using NRF24l01 module for both transmitter and receiver.
My objective is that after a pressed button switch is pressed, the led at the receiver lights up.

That led must be able to sense data logic of '0' and '1' after pressing the switch.

Anyone knows what are the codes to be added and what/how pins are connected to the receiver?

Much appreciated if anyone willing to help! :stuck_out_tongue: :roll_eyes:

Any of these should be very easily adaptable to do exactly what you want

http://arduino-info.wikispaces.com/nRF24L01-RF24-Examples

https://codebender.cc/example/RF24/led_remote

and someone with much the same question here

http://forum.arduino.cc/index.php/topic,176624.0.html

Hi there, thank you for your reply! (;