RF24 v1
Frequently Asked Questions

Where do I start?

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?

Where do I start?

See my blog post: Getting Started with nRF24L01+ on Arduino

Where can I buy some hardware?

What is the range of these units?

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.

What should I do if I find a problem?

Please open an issue on github if you find any problems using it with any version of Arduino or Maple.

What is the RAM footprint of this library?

16 bytes. A single radio object consumes 16 bytes of RAM, and the library does not use any other RAM statically.

Why are the examples in the 'tests' directory failing?

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.

 All Classes Files Functions Enumerations