Skip to content

Commit

Permalink
Merge pull request #441 from AdaCore/nrf24l01p
Browse files Browse the repository at this point in the history
Add support for nRF24L01+ radio module
  • Loading branch information
ogorodnik authored Feb 19, 2025
2 parents 6b1413d + fcf8caa commit 69b17f6
Show file tree
Hide file tree
Showing 9 changed files with 2,825 additions and 0 deletions.
10 changes: 10 additions & 0 deletions components/src/radio/nrf24l01p/README.md
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.
Loading

0 comments on commit 69b17f6

Please sign in to comment.