Cooking Hacks Forum https://www.cooking-hacks.com/forum/ |
|
How to get SNR and RSSI value for LoRa sx1272 module https://www.cooking-hacks.com/forum/viewtopic.php?f=43&t=19593 |
Page 1 of 1 |
Author: | neerajchandnani [ Wed Jun 19, 2019 11:39 am ] |
Post subject: | How to get SNR and RSSI value for LoRa sx1272 module |
I am using this functions. They are returning 0 value e = sx1272.getSNR(); //Gets the SNR value in LoRa mode. Serial.print(e,DEC); e = sx1272.getRSSI(); Serial.print(e,DEC); I have used them without DEC also. They are giving 0 value. e = sx1272.getSNR(); //Gets the SNR value in LoRa mode. Serial.print(e); Please help me out with this. |
Author: | libelium-dev [ Wed Jun 19, 2019 2:18 pm ] |
Post subject: | Re: How to get SNR and RSSI value for LoRa sx1272 module |
Hi, Please take a look into this example to know how to print these values, http://www.libelium.com/development/was ... -rssilora/ Regards |
Page 1 of 1 | All times are UTC + 1 hour |
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group http://www.phpbb.com/ |