Skip to content

Commit

Permalink
Add support for nRF24L01+ radio module
Browse files Browse the repository at this point in the history
  • Loading branch information
ogorodnik committed Feb 17, 2025
1 parent 6b1413d commit fcf8caa
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 fcf8caa

Please sign in to comment.