Difference between revisions of "Nrf24le1:tutorial"

From DiLab
Jump to: navigation, search
(New page: The sources of the information here are the nrf* datasheets, [http://diyembedded.com diyembedded] and experience. These are notes on how to get the nrf24le radio link working. == Operat...)
 
(Prerequisites)
Line 11: Line 11:


== Prerequisites ==
== Prerequisites ==
You must implement or have:
* Delay (in us) function
* A delay function (in us)
* SPI bus control and communication
* IO pins or register bits that go to the nrf24L01 or the embedded LE1 transceiver (CSN, CE, and IRQ)
* SPI bus control and communication to access the transceiver registers
* IO pins or register bits that go to the nrf24L01 or the embedded LE1 transceiver:
** CSN, CE, and IRQ


== General init ==
== General init ==

Revision as of 16:20, 26 October 2011

The sources of the information here are the nrf* datasheets, diyembedded and experience.

These are notes on how to get the nrf24le radio link working.

Operation modes

  • Simple shockburst and enhanced shockburst.
  • With or without automatic acknowledgements.
  • Up to 6 pipes (multiceiver mode)

Prerequisites

You must implement or have:

  • A delay function (in us)
  • SPI bus control and communication to access the transceiver registers
  • IO pins or register bits that go to the nrf24L01 or the embedded LE1 transceiver:
    • CSN, CE, and IRQ

General init

RX setup

TX setup