I have had my Jeenodes for a while now and just started playing around with them recently. After an experiment in creating a remote air rocket launcher using two jeenodes (more details to come). I started playing with the software and particularly the RF12 library.
After dissecting it for a while I ended up writing my own Arduino library which is similar to but fairly different from the RF12. The library is set up in a class structure and closely mirrors Arduino's Serial class. I also ended up coming up with a different header structure, using just length, sender, and destination, to identify packets. All acknowledgment is handled by the end user.
Thought I would post it here in case anybody was interested. You can download it from github here: http://github.com/kpegan/Radio
Its not quite as complete as RF12 for sure, but for basic communications it is pretty simple, attempted it mostly to learn how the Radio was working.
Best, Kelly
