Sub-GHz radio (SUBGHZ) RM0453
196/1450 RM0453 Rev 5
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
type in Set_PacketType() sent prior to this function, the parameters for LoRa packets
are interpreted as below.
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
01234567
Opcode Status[7:0] NbPktReceived[15:0] NbPktCrcError[15:0] NbPktHeaderError[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.