Hi everyone!
I started working with arduino recently so i'm kinda newbie on this subject (I also don't speak English as my main language so it will might be a little hard to explain myself)
I own 2 Arduinos and I want to send a message between them. I have the Nrf2401 and i followed this site:
http://playground.arduino.cc/InterfacingWithHardware/Nrf2401I copy paste the code and followed the pin connections:
* DR1 –> 2 (digital pin 2)
* CE –> 3
* CS –> 4
* CLK –> 5
* DAT –> 6
The GND is connected to ground and the VCC to 3.3V.
I also notice in the code this: Radio.remoteAddress = 1; And i realise i don't have nothing connected to pin TX->1. But i don't know what to connect to it either.
I don't get any responses from neither arduinos.
I hope you guys can help me.

Thank you and sorry for my English.