RF24 v1
|
Where can I buy some hardware?
What is the range of these units?
What should I do if I find a problem?
What is the RAM footprint of this library?
Why are the examples in the 'tests' directory failing?
See my blog post: Getting Started with nRF24L01+ on Arduino
Here are some results from measurements I have taken, using the basic $4 iTeadStudio units. I recommend that everyone take their own measurements in their particular circumstances.
Please open an issue on github if you find any problems using it with any version of Arduino or Maple.
16 bytes. A single radio object consumes 16 bytes of RAM, and the library does not use any other RAM statically.
The sketches in the 'tests' directory are not for general use. Please use the examples in the 'examples' directory instead.
The 'tests' directory is only for people making changes to the library to ensure that their changes do not break anything.