This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

how to deal with RSSI value

when i get RSSI value, can I directly show it?

Parents
  • In fact,i aimed at printing RSSI value though uart. When printed the value via a serial port.i found that output value was wrong.through my efforts,i found where i was wrong.RSSI value is asigned integer .ifyou want to show it accurately,please deal with the value befor showing it. My solution printed the value as below: printf("RSSI VALUE:%+d\r\t",n_RSSI);

Reply
  • In fact,i aimed at printing RSSI value though uart. When printed the value via a serial port.i found that output value was wrong.through my efforts,i found where i was wrong.RSSI value is asigned integer .ifyou want to show it accurately,please deal with the value befor showing it. My solution printed the value as below: printf("RSSI VALUE:%+d\r\t",n_RSSI);

Children
No Data
Related