I m using two Arduino pro mini(3.3v,8MHz),nrf24l01+ modules, when i first used those modules they worked fine they were communicating well(used the program from here arduino-info.wikispaces.com/Nrf24L01-2.4GHz-HowTo). I am using maniacbug's libraries. When after 2 days i tried again they werent communicating, all they was showing x= -1 y= -1. I have been trying for days and still no progress.I used the program GettingStarted from examples and it displayed the output-
RF24/examples/GettingStarted/
ROLE: Pong back
*** PRESS 'T' to begin transmitting to the other node
STATUS = 0xff RX_DR=1 TX_DS=1 MAX_RT=1 RX_P_NO=7 TX_FULL=1
RX_ADDR_P0-1 = 0xffffffffff 0xffffffffff
RX_ADDR_P2-5 = 0xff 0xff 0xff 0xff
TX_ADDR = 0xffffffffff
RX_PW_P0-6 = 0x00 0x00 0x00 0x00 0x00 0x00
EN_AA = 0x00
EN_RXADDR = 0x00
RF_CH = 0x1f
RF_SETUP = 0x7f
CONFIG = 0x7f
DYNPD/FEATURE = 0xff 0xff
Data Rate = 1MBPS
Model = nRF24L01
CRC Length = 16 bits
PA Power = PA_HIGH
Now sending 71616...ok...Got response 4294967295, round-trip delay: 71621
Now sending 72628...ok...Got response 4294967295, round-trip delay: 72633
Now sending 73633...ok...Got response 4294967295, round-trip delay: 73636
Now sending 74637...ok...Got response 4294967295, round-trip delay: 74658
i dont know what did i do wrong the 2nd time. if anyone out there understands this plz help me.