Optimized high speed nRF24L01+ driver class documentation v1.4.8
TMRh20 2020 - Optimized fork of the nRF24L01+ driver
Loading...
Searching...
No Matches
Enumerations
Power Amplifier level

Enumerations

enum  rf24_pa_dbm_e {
  RF24_PA_MIN = 0 , RF24_PA_LOW , RF24_PA_HIGH , RF24_PA_MAX ,
  RF24_PA_ERROR
}
 

Detailed Description

Power Amplifier level. The units dBm (decibel-milliwatts or dBmW) represents a logarithmic signal loss.

See also

Enumeration Type Documentation

◆ rf24_pa_dbm_e

Enumerator
RF24_PA_MIN 

(0) represents:

nRF24L01 Si24R1 with
lnaEnabled = 1
Si24R1 with
lnaEnabled = 0
-18 dBm -6 dBm -12 dBm
RF24_PA_LOW 

(1) represents:

nRF24L01 Si24R1 with
lnaEnabled = 1
Si24R1 with
lnaEnabled = 0
-12 dBm 0 dBm -4 dBm
RF24_PA_HIGH 

(2) represents:

nRF24L01 Si24R1 with
lnaEnabled = 1
Si24R1 with
lnaEnabled = 0
-6 dBm 3 dBm 1 dBm
RF24_PA_MAX 

(3) represents:

nRF24L01 Si24R1 with
lnaEnabled = 1
Si24R1 with
lnaEnabled = 0
0 dBm 7 dBm 4 dBm
RF24_PA_ERROR 

(4) This should not be used and remains for backward compatibility.

Definition at line 35 of file RF24.h.