Skip to content

Commit fcf8caa

Browse files
committed
Add support for nRF24L01+ radio module
1 parent 6b1413d commit fcf8caa

File tree

9 files changed

+2825
-0
lines changed

9 files changed

+2825
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
This directory contains the driver for nRF24L01+ radio module. The nRF24AP2
2+
ICs are low-cost, high-performance 2.4 GHz ISM single-chip connectivity devices
3+
with an embedded ANT protocol stack.
4+
5+
nRF24L01 can also be driven with some reservations. For example, for Air_Data_Rate
6+
use Rate_250kbps (2Mbps on nRF24L01) or Rate_1Mbps (1Mbps on nRF24L01) only.
7+
Refer to the specifications for more information.
8+
9+
The examples/STM32F429_Discovery/nrf24l01p_f429disco.gpr project contains
10+
a simple example.

0 commit comments

Comments
 (0)