RM0453 Rev 2 195/1454
RM0453 Sub-GHz radio (SUBGHZ)
217
Get_RssiInst() command
Get_RssiInst(Status, RssiInst) returns the instantaneous signal strength during
packet reception.
(G)FSK Get_Stats() command
Get_Stats(Status, NbPktReceived, NbPktCrcError, NpPktLengthError)
returns statistics information on the last received packet. Depending on the selected packet
type in Set_PacketType() sent prior to this function, the parameters for generic packets
are interpreted as below.
LoRa Get_Stats() command
Get_Stats(Status, NbPktReceived, NbPktCrcError, NpPktHeaderError)
returns statistics information on the last received packet. Depending on the selected packet
byte 0 bits 7:0 Opcode: 0x14
byte 1 bits 7:0 Status[7:0]: see Get_Status() command
byte 2 bits 7:0 RssiPkt[7:0]: Average RSSI level over the received packet
Signal power = - RssiPkt / 2 (in dBm)
byte 3 bits 7:0 SnrPkt[7:0]: Estimation of SNR over the received packet
SNR = SnrPkt / 4 (in dB)
byte 4 bits 7:0 SignalRssiPkt[7:0]: Estimation of RSSI level of the LoRa signal after
despreading
Signal power = - SignalRssiPkt / 2 (in dBm)
012
Opcode Status[7:0] RssiInst[7:0]
wr r
byte 0 bits 7:0 Opcode: 0x15
byte 1 bits 7:0 Status[7:0]: see Get_Status() command
byte 2 bits 7:0 RssiInst[7:0]: instantaneous RSSI level at the reception time
Signal power = - RssiInst / 2 (in dBm)
01234567
Opcode Status[7:0] NbPktReceived[15:0] NbPktCrcError[15:0] NbPktLengthError[15:0]
wrrrrrrr
byte 0 bits 7:0 Opcode: 0x10
byte 1 bits 7:0 Status[7:0]: see Get_Status() command
bytes 3:2 bits 15:0 NbPktReceived[15:0]: Number of packets received
bytes 5:4 bits 15:0 NbPktCrcError[15:0]: Number of packets received with a payload CRC error
bytes 7:6 bits 15:0 NbPktLengthError[15:0]: Number of packets received with a payload length
error