Example Code

myRIO Radio Signal Strength Indicator

Code and Documents

Attachment

This VI shows how to get wireless quality information using cat /proc/net/wireless (on wifi enabled NI myRIO devices)

2015-07-22_1218.png

Example code from the Example Code Exchange in the NI Community is licensed with the MIT license.

Comments
Krishnasatya
Member
Member
on

Hello sir by using this vi can we calculate signal strength of any received signal like Analog/ Digital demodulated signal ???

Krishnasatya
Member
Member
on

Is there any other way to calculate power of a signal ??

MartonLitkei
Member
Member
on

Dear Krishnasatya,

This program gets the RSSI information from the OS running on the myRIO, which gets it from the WiFi chipset as a parameter using the driver that handles it. It means that this RSSI information is specific to the WiFi connection on the myRIO and cannot be used for other arbitrary signals.

If you would like to calculate RSSI for some other wireless signals it is definitely doable, I suggest you have a look at http://www.ni.com/rf/ and/or consult with your local Sales Engineer.

Krishnasatya
Member
Member
on

thank you very much sir

Solore.aniL
Member
Member
on

In windows OS , we have netsh command to list available WiFi SSID's  ,Can we do the same in myRIO ?

 

I want to list ALL SSID's and their signal quality , to make a Indoor Positioning System.

Contributors