the programs compile properly , but the arduino dosent respond when the program is burnt into it , i did some experimentation and found that the problem was the initialization of the mrf24j object , i tried checking online and found this http://www.microchip.com/forums/m587098.aspx
in the last post he was talking something about the ss pin that was the problem , on checking the datasheet for the mrf24j40ma i din see any ss pin for the module , can someone help me please
SPI: 10 (SS), 11 (MOSI), 12 (MISO), 13 (SCK). These pins support SPI communication, which, although provided by the underlying hardware, is not currently included in the Arduino language.
ive also tried the bit banging method which did not work
How do you know data was not sent?
There could be many problems with your setup - both hardware and software. We need to see a schematic of how you have attached the radio to the sender, and the code on the sender. We need to see a schematic of how you have attached the radio to the receiver, and the code on the receiver.