RSSI information

Hi,

Is there any topic to subscribe the RSSI information ?

It is available in the .../rx topic: https://docs.loraserver.io/lora-app-server/integrate/data/

Hi,

I am subscribing “application/+/node/+/rx” topic.
Getting below message,
{“applicationID”:“1”,“applicationName”:“STM32”,“deviceName”:“STM32-device”,“devEUI”:“3634373168376519”,“rxInfo”:[],“txInfo”:{“frequency”:868100000,“dataRate”:{“modulation”:“LORA”,“bandwidth”:125,“spreadFactor”:7},“adr”:true,“codeRate”:“4/5”},“fCnt”:7,“fPort”:2,“data”:“EjRW”}123456e207010c{“applicationID”:“1”,“applicationName”:“STM32”,“deviceName”:“STM32-device”,“devEUI”:“3634373168376519”,“rxInfo”:[],“txInfo”:{“frequency”:868300000,“dataRate”:{“modulation”:“LORA”,“bandwidth”:125,“spreadFactor”:7},“adr”:true,“codeRate”:“4/5”},“fCnt”:8,“fPort”:2,“data”:“FSNleA==”}

RSSI is not available with this message.

Is there any specification need to be done to get RSSI?

You have to add the “gateway meta-data” inside the service profile.

Then you’ll see this inside the rxinfo:

,“rxInfo”:[{“mac”:“008000000001084e”,“time”:“2018-01-16T04:55:37Z”,“rssi”:-40,“loRaSNR”:9.2,“name”:“indoor”,“latitude”:39.9863563,“longitude”:-0.0513246,“altitude”:0}]

4 Likes

Its worked. Thank you.

1 Like

thanks, it helped me

I had the same problem, thanks to you all it worked, Thank you, fellas!