SparkFun Forums 

Where electronics enthusiasts find answers.

All things pertaining to wireless and RF links
By jdraughn
#124036
kpalsson wrote:It's pretty basic, but I've wrapped up some of the uglier parts of the microchip api into an arduino library. The library includes examples of bi-directional comms, rx only and tx only.

http://false.ekta.is/2011/03/mrf24j40-w ... ensyduino/
or
https://github.com/karlp/Mrf24j40-arduino-library

Thanks for posting this. I don't use the Arduino, but I know how hard it is to get the MRF24J40MA modules going. I have a basic working library going for PIC's that works for peer to peer communication. I am not quite ready to post my library yet though.