DeterministicESPAsyncWebServer v6.27.1
Zero-allocation, bounded-execution async HTTP server for ESP32
Loading...
Searching...
No Matches
nrf24.cpp File Reference

nRF24L01+ driver - implementation. More...

Go to the source code of this file.

Detailed Description

nRF24L01+ driver - implementation.

The nRF24L01+ command protocol (Nordic datasheet): every SPI transaction is a command byte followed by data, and the STATUS register is shifted out on the first byte. Register access is R_REGISTER (0x00 | reg) / W_REGISTER (0x20 | reg); payloads use R_RX_PAYLOAD / W_TX_PAYLOAD. Host-testable with a mock; the RF link needs the module.

Definition in file nrf24.cpp.