WiFi signal strength - Printable Version +- Moode Forum (https://moodeaudio.org/forum) +-- Forum: moOde audio player (https://moodeaudio.org/forum/forumdisplay.php?fid=3) +--- Forum: Support (https://moodeaudio.org/forum/forumdisplay.php?fid=7) +--- Thread: WiFi signal strength (/showthread.php?tid=5411) Pages:
1
2
|
RE: WiFi signal strength - TheOldPresbyope - 03-08-2023 (03-07-2023, 11:09 PM)Venerdi Wrote: ... Sorry my explanation was so involved but, in short, what you wrote is not what is happening. Let's say the SSID you use is "olla" so you see four instances of "olla" in the scan results. No matter which instance you select, you are telling Linux (via moOde code) simply to connect to an AP with SSID "olla". Linux chooses which of the 4 APs to connect to. Typically the AP chosen by Linux is the one with the greatest signal strength. For example, I have a dual-mode router with both a 2.4GHz AP and a 5GHz AP with the same SSID. Here's an edited version of what Linux detects (on a Pi3B+ which has both 2.4GHz and 5GHz WiFi transceivers but which is connected my LAN via Ethernet) Code: pi@moode:~ $ sudo iwlist wlan0 scanning Here, each "Cell" represents an AP, "Address" is the same as the BSSID I mentioned before. (I've changed the actual values) and "ESSID" is the same as the SSID I mentioned before (Again, I've changed the name). You can look up how signal level (=strength) is measured, but -37 dBm is stronger that -38 dBm. You can run the same command from the command line of your moOde player to see these numbers for your 4 APs but your WiFi interface must not be in use. The Quality numbers are more important than the Signal level. There's information available on the InterWeb about this. Regards, Kent PS - I'm using layman's terms in this discussion. For example, formally, "connect to" is actually "associate with"; "Cell" could represent ah-hoc cells of peers; and there's more. Let's keep it simple. RE: WiFi signal strength - TheOldPresbyope - 03-08-2023 PS Once your moOde player is connected to an AP you can examine the details to see which AP was chosen by Linux. For example, on a different one of my players Code: pi@m825p3a:~ $ iwconfig where here "wlan0" is the WiFi interface being used by Linux, the "ESSID" is as before and the "Access Point" value is the BSSID. It's important to know that signal level values are not absolute. Different Pi models and different environments can yield somewhat different results. Regards, Kent RE: WiFi signal strength - Venerdi - 03-08-2023 I have now found an inelegant solution, but it works fine and the connection is stable. I connected the Raspberry to the repeater with a LAN cable (it has a LAN output). MoOde thinks it's a cable connection and I'm sure I'm getting the signal from the Repeater and not the 1260E (03-08-2023, 03:15 AM)DRONE7 Wrote: A passing thought, There is an option in the Fritz menu>Home Networking>device Name to change the name of each Fritz device to make them more easily identified in the network. Yes, there is this option; you are right about everything you wrote, but……………… That's exactly what I did at the beginning and I solved the problem with MoOde, but a lot of problems arose with my IPCams that had previously connected automatically with the repeater. I could no longer reach them to change the network configuration. So I had to discard this option. That would have been a solvable problem; I had to take one IPCam at a time and change the configuration using a Lan cable. I don't know if you have experience with IPCams… their connection is never completely stable… Sometimes you have to do a reset.. and it's good they are all on an SSID with the same name. (03-08-2023, 07:49 AM)Falco Wrote: Hi, i looked up the 1260E but that's a power line adapter? So there's another main router somewhere? The 1260E is a powerline terminal that has a LAN port and a wireless "out". My modem router is not AVM-Fritz!, so I can't create a mesh network. To explain… the wireless of my modem router is disabled, because it is in the very far corner of the house and too close to my head when I use the PC (I don't want to fry my brain ). For this reason, the 1260E receives the signal via powerline and is placed in the center of my house. The repeater has the purpose of bringing the signal to the opposite area of the house, where there is the Raspberry with MoOde, the TV, the satellite decoder, and some cameras. Regarding connection problems, I have them if I use the powerline (my electrical system is old); I have them occasionally with WiFi (without repeater) (03-08-2023, 01:42 PM)TheOldPresbyope Wrote: Sorry my explanation was so involved but, in short, what you wrote is not what is happening. You do not have to apologise. I really appreciate your attempts to explain and help me (you, like Tim and everyone, are always very kind and helpful), but when you use the Linux term or write pieces of code, I am not able to follow you. A curiosity.... You used the term "olla".... What is this? Here, in Italy, "olla" is a brand of condoms RE: WiFi signal strength - Tim Curtis - 03-08-2023 (03-08-2023, 02:23 PM)Venerdi Wrote: I have now found an inelegant solution, but it works fine and the connection is stable. LOL, thats a good one! Maybe he meant Voilla ? RE: WiFi signal strength - TheOldPresbyope - 03-08-2023 This is why auto companies spend so much money researching names for new cars so they don't accidentally offend one part of the world or another! And they still get it wrong sometimes.... Now there's something I know how to order in Italy besides Peroni. ETA - Oh, and in New Mexico where I spent some time growing up, an olla is a earthenware pot used in some Pueblos. Regards, Kent RE: WiFi signal strength - Venerdi - 03-08-2023 (03-08-2023, 02:35 PM)TheOldPresbyope Wrote: This is why auto companies spend so much money researching names for new cars so they don't accidentally offend one part of the world or another! And they still get it wrong sometimes.... @Kent You are great! @Tim ...have you seen how many things can be learned in this forum? Thanks for all |