-
Notifications
You must be signed in to change notification settings - Fork 147
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for nRF24L01+ radio module
- Loading branch information
Showing
9 changed files
with
2,825 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
This directory contains the driver for nRF24L01+ radio module. The nRF24AP2 | ||
ICs are low-cost, high-performance 2.4 GHz ISM single-chip connectivity devices | ||
with an embedded ANT protocol stack. | ||
|
||
nRF24L01 can also be driven with some reservations. For example, for Air_Data_Rate | ||
use Rate_250kbps (2Mbps on nRF24L01) or Rate_1Mbps (1Mbps on nRF24L01) only. | ||
Refer to the specifications for more information. | ||
|
||
The examples/STM32F429_Discovery/nrf24l01p_f429disco.gpr project contains | ||
a simple example. |
Oops, something went wrong.