Samraksh eMote .NOW
AverageRSSI Field



Average Received Signal Strength Indication, RSSI.
Syntax
'Declaration
 
Public AverageRSSI As Byte
'Usage
 
Dim instance As Link
Dim value As Byte
 
value = instance.AverageRSSI
 
instance.AverageRSSI = value
public byte AverageRSSI
public:
byte AverageRSSI
Remarks
Exponentially smoothed (with lambda of 0.2) average of SINR code as reported by the radio. For RF231 has conversion (-91 + AvgRSSI) provides the true value. For SI radio the conversion is already done at the driver and is cast into uint. Hence the conversion to get signed value is -1*( (0xFF - AvgRSSI)+1 ).
Requirements

Target Platforms: eMote .NOW

See Also

Reference

Link Class
Link Members

Send Feedback