Boron LTE and Cellular.RSSI() - funny values

It should be available. It is a method of CellularSignal class.

CellularSignal s = Cellular.RSSI();

auto rat = s.getAccessTechnology();

float strengthVal = s.getStrengthValue();
float strengthPercentage = s.getStrength();

float qualityVal = s.getQualityValue();
float qualityPercentage = s.getQuality();
2 Likes