Nrf24l01 Class

Definition

Single chip 2.4 GHz Transceiver nRF24L01

public class Nrf24l01 : IDisposable
type Nrf24l01 = class
    interface IDisposable
Public Class Nrf24l01
Implements IDisposable
Inheritance
Nrf24l01
Implements

Constructors

Nrf24l01(SpiDevice, Int32, Int32, Byte, Byte, OutputPower, DataRate, PinNumberingScheme)
Nrf24l01(SpiDevice, Int32, Int32, Byte, Byte, OutputPower, DataRate, PinNumberingScheme, GpioController, Boolean)

Creates a new instance of the nRF24L01.

Fields

SpiClockFrequency

NRF24L01 SPI Clock Frequency

SpiMode

NRF24L01 SPI Mode

Properties

Address

nRF24L01 Send Address

Channel

nRF24L01 Working Channel

DataRate

nRF24L01 Send Rate

OutputPower

nRF24L01 Output Power

PacketSize

nRF24L01 Receive Packet Size

Pipe0

nRF24L01 Pipe 0

Pipe1

nRF24L01 Pipe 1

Pipe2

nRF24L01 Pipe 2

Pipe3

nRF24L01 Pipe 3

Pipe4

nRF24L01 Pipe 4

Pipe5

nRF24L01 Pipe 5

PowerMode

nRF24L01 Power Mode

WorkingMode

nRF24L01 Working Mode

Methods

Dispose()

Cleanup

Receive(Byte)

Receive

Send(Byte[])

Send

Events

DataReceived

Triggering when data was received

Applies to