Move default pins over to Getting Started defaults
[RF24-C.git] / FAQ
blobd134bb89c8bea953cca6419363230e355e4ddd89
1 /**
2  * @page FAQ Frequently Asked Questions
3  *
4  * @ref starting
5  *
6  * @ref hardware
7  *
8  * @ref range
9  *
10  * @ref tests
11  *
12  * @section starting Where do I start?
13  *
14  * Start with the pingpair example.  Follow the instructions in the comments
15  * of that sketch.
16  *
17  * @section hardware Where can I buy some hardware?
18  *
19  * I've been using modules from mdfly.com.
20  *
21  * Mostly these units as the workhorse of the system:
22  *
23  * @li 2.4Ghz Wireless nRF24L01 Transceiver Module $6.95
24  * http://www.mdfly.com/index.php?main_page=product_info&cPath=8_52&products_id=82
25  *
26  * And then also experimenting with these for greater range
27  *
28  * @li nRF24L01 2.4GHz Transceiver Module w/ Power Amplifier $12.95
29  * http://www.mdfly.com/index.php?main_page=product_info&cPath=8_52&products_id=394
30  * @li 2.4GHz Transceiver Module w/ Power Amplifier $19.95
31  * http://www.mdfly.com/index.php?main_page=product_info&cPath=8_52&products_id=583
32  *
33  * However, I also noticed that iTeadStudio has nRF24L01+ units for $4!
34  *
35  * @section range What is the range of these units?
36  *
37  * Here are some results from measurements I have taken.  I recommend that everyone
38  * take their own measurements in their particular circumstances.
39  *
40  * @li non-plus unit, 2MBps (worst case), 41+ ft line of sight indoors, immediate dropoff with any deviation from LOS.  (41 ft is as far as I can go in my house without turning a corner)
41  * @li Plus unit, 250kbps (best case), 46 ft around two corners indoors, 49 ft around one corner.  More importantly, at 250k, packet loss is almost negligible through almost all of that range.
42  * @li Both units at 1MBps, plus unit gets about 10% range improvement over non-plus in almost all situations.
43  *  
44  * @section tests Why are the examples in the 'tests' directory failing?
45  *
46  * The sketches in the 'tests' directory are not for general use.
47  * Please use the examples in the 'examples' directory instead.  
48  *
49  * The 'tests' directory is only for people making changes to the library
50  * to ensure that their changes do not break anything.
51  *
52  *
53  *
54  *
55  *
56  */