<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Trying to Measure WiFi Signal to Noise Ratio]]></title><description><![CDATA[<p dir="auto">Hello,</p>
<p dir="auto">I have an Omega 2+ on an expansion dock running the latest Omega firmware. I want to be able to read the WiFi signal to noise ratio to determine if I have a bad WiFi environment. Reading the signal strength alone doesn't necessarily tell me the whole story.</p>
<p dir="auto">So far, I have tried a few approaches but none seem to work. The first was using the command</p>
<pre><code>iwinfo
</code></pre>
<p dir="auto">which is supposed to show the signal and noise. Unfortunately the output says that the signal and noise are 'unknown' as shown in the code below. Some information is redacted with XXX's because I don't necessarily want to share it, but anything that is redacted is functioning properly.</p>
<pre><code>apcli0    ESSID: "Network"
          Access Point: XX:XX:XX:XX:XX:XX
          Mode: Client  Channel: 6 (unknown)
          Tx-Power: unknown  Link Quality: unknown/100
          Signal: unknown  Noise: unknown
          Bit Rate: 150.0 MBit/s
          Encryption: unknown
          Type: wext  HW Mode(s): unknown
          Hardware: unknown [Generic WEXT]
          TX power offset: unknown
          Frequency offset: unknown
          Supports VAPs: no  PHY name: apcli0

ra0       ESSID: "Omega-XXXX"
          Access Point: XX:XX:XX:XX:XX:XX
          Mode: Client  Channel: 6 (unknown)
          Tx-Power: unknown  Link Quality: unknown/100
          Signal: unknown  Noise: unknown
          Bit Rate: 150.0 MBit/s
          Encryption: unknown
          Type: wext  HW Mode(s): unknown
          Hardware: unknown [Generic WEXT]
          TX power offset: unknown
          Frequency offset: unknown
          Supports VAPs: no  PHY name: ra0

</code></pre>
<p dir="auto">Pretty strange that just about everything is unknown. Perhaps I am doing something wrong in using it in this way. Next, I tried another command set that I found,</p>
<pre><code>ubus call onion wifi-scan "{'device':'ra0'}"
</code></pre>
<p dir="auto">This command shows the signal strength and RSSI, but no mention of the noise. The output looks like this:</p>
<pre><code>                {
                        "channel": "6",
                        "ssid": "Network",
                        "bssid": "XX:XX:XX:XX:XX:XX",
                        "cipher": "XXXXXXXX",
                        "encryptionString": "XXXXXXXXXXXXX",
                        "encryption": "psk2",
                        "signalStrength": "100",
                        "wirelessMode": "11b\/g\/n",
                        "ext-ch": "NONE",
                        "rssi": "-47"
                }
</code></pre>
<p dir="auto">Is there another way to see the WiFi noise with an Omega 2+ that I just haven't stumbled across yet, or is the Omega 2+ unable to do this due to a hardware limitation? I feel like I have spent days in the docs, to no avail.</p>
]]></description><link>http://community.onion.io/topic/4278/trying-to-measure-wifi-signal-to-noise-ratio</link><generator>RSS for Node</generator><lastBuildDate>Tue, 14 Apr 2026 03:35:10 GMT</lastBuildDate><atom:link href="http://community.onion.io/topic/4278.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 16 Sep 2020 14:57:56 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Trying to Measure WiFi Signal to Noise Ratio on Wed, 16 Sep 2020 14:57:56 GMT]]></title><description><![CDATA[<p dir="auto">Hello,</p>
<p dir="auto">I have an Omega 2+ on an expansion dock running the latest Omega firmware. I want to be able to read the WiFi signal to noise ratio to determine if I have a bad WiFi environment. Reading the signal strength alone doesn't necessarily tell me the whole story.</p>
<p dir="auto">So far, I have tried a few approaches but none seem to work. The first was using the command</p>
<pre><code>iwinfo
</code></pre>
<p dir="auto">which is supposed to show the signal and noise. Unfortunately the output says that the signal and noise are 'unknown' as shown in the code below. Some information is redacted with XXX's because I don't necessarily want to share it, but anything that is redacted is functioning properly.</p>
<pre><code>apcli0    ESSID: "Network"
          Access Point: XX:XX:XX:XX:XX:XX
          Mode: Client  Channel: 6 (unknown)
          Tx-Power: unknown  Link Quality: unknown/100
          Signal: unknown  Noise: unknown
          Bit Rate: 150.0 MBit/s
          Encryption: unknown
          Type: wext  HW Mode(s): unknown
          Hardware: unknown [Generic WEXT]
          TX power offset: unknown
          Frequency offset: unknown
          Supports VAPs: no  PHY name: apcli0

ra0       ESSID: "Omega-XXXX"
          Access Point: XX:XX:XX:XX:XX:XX
          Mode: Client  Channel: 6 (unknown)
          Tx-Power: unknown  Link Quality: unknown/100
          Signal: unknown  Noise: unknown
          Bit Rate: 150.0 MBit/s
          Encryption: unknown
          Type: wext  HW Mode(s): unknown
          Hardware: unknown [Generic WEXT]
          TX power offset: unknown
          Frequency offset: unknown
          Supports VAPs: no  PHY name: ra0

</code></pre>
<p dir="auto">Pretty strange that just about everything is unknown. Perhaps I am doing something wrong in using it in this way. Next, I tried another command set that I found,</p>
<pre><code>ubus call onion wifi-scan "{'device':'ra0'}"
</code></pre>
<p dir="auto">This command shows the signal strength and RSSI, but no mention of the noise. The output looks like this:</p>
<pre><code>                {
                        "channel": "6",
                        "ssid": "Network",
                        "bssid": "XX:XX:XX:XX:XX:XX",
                        "cipher": "XXXXXXXX",
                        "encryptionString": "XXXXXXXXXXXXX",
                        "encryption": "psk2",
                        "signalStrength": "100",
                        "wirelessMode": "11b\/g\/n",
                        "ext-ch": "NONE",
                        "rssi": "-47"
                }
</code></pre>
<p dir="auto">Is there another way to see the WiFi noise with an Omega 2+ that I just haven't stumbled across yet, or is the Omega 2+ unable to do this due to a hardware limitation? I feel like I have spent days in the docs, to no avail.</p>
]]></description><link>http://community.onion.io/post/22479</link><guid isPermaLink="true">http://community.onion.io/post/22479</guid><dc:creator><![CDATA[AKindTexan]]></dc:creator><pubDate>Wed, 16 Sep 2020 14:57:56 GMT</pubDate></item><item><title><![CDATA[Reply to Trying to Measure WiFi Signal to Noise Ratio on Wed, 16 Sep 2020 18:24:22 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://community.onion.io/uid/7413">@AKindTexan</a> :</p>
<p dir="auto">&lt;&lt;<br />
want to be able to read the WiFi signal to noise ratio to determine if I have a bad WiFi environment.<br />
&lt;&lt;</p>
<p dir="auto">It would be better off with something like kismet <a href="https://www.kismetwireless.net" rel="nofollow">https://www.kismetwireless.net</a> running in a workstation.</p>
<p dir="auto">May be, you are looking for a representation like this:<br />
<a href="https://en.wikipedia.org/wiki/Kismet_(software)#/media/File:Kismet-2.7.1-screenshot.gif" rel="nofollow">https://en.wikipedia.org/wiki/Kismet_(software)#/media/File:Kismet-2.7.1-screenshot.gif</a></p>
<p dir="auto">Kismet has listed the supported wifi hardware in the above site.</p>
<p dir="auto">The typical capture is in the order of megabytes every second or even more, depending on the environment.</p>
<p dir="auto">Omega2+ has 802.11 b/g/n, (5 GHz support is optional in "n") up to 150Mbps as per specs, where as n itself is 54-600Mbps.</p>
<p dir="auto">Also, there are hardware analyzers that meets the needs of a CWAP.</p>
<p dir="auto">Thanks..</p>
]]></description><link>http://community.onion.io/post/22480</link><guid isPermaLink="true">http://community.onion.io/post/22480</guid><dc:creator><![CDATA[tjoseph1]]></dc:creator><pubDate>Wed, 16 Sep 2020 18:24:22 GMT</pubDate></item></channel></rss>