I have a mesh with multiple nodes MM6108 devices, connected to a Raspberry Pi and a antenna FXP280 868 Mhz from TAOGLAS.
The mesh si working well so far (MorseMicro kernel with SPI driver), no power save.
My RSSI of all devices is very very bad, the maximum distance between nodes is 20 meters!
There are quite a lot config files or statistics so feel free to ask me more details if necessary.
Driver config : options morse bcf=arfhl_d1164_bcf_mf10220_eu_v3.bin debug_mask=8 country=EU
One node :
pi@raspberrypi:~ $ sudo iw dev wlan0 station dump
Station 00:0a:52:0d:ef:ac (on wlan0)
inactive time: 28 ms
rx bytes: 338983
rx packets: 1666
tx bytes: 399655
tx packets: 974
tx retries: 713
tx failed: 14
rx drop misc: 467
signal: -90 dBm
signal avg: -90 dBm
Toffset: 160578491 us
tx bitrate: 28.9 MBit/s VHT-MCS 3 short GI VHT-NSS 1
tx duration: 0 us
rx bitrate: 52.0 MBit/s VHT-MCS 5 VHT-NSS 1
rx duration: 0 us
expected throughput: 1.301Mbps
mesh llid: 0
mesh plid: 0
mesh plink: ESTAB
mesh airtime link metric: 5852
mesh connected to gate: no
mesh connected to auth server: no
mesh local PS mode: ACTIVE
mesh peer PS mode: ACTIVE
mesh non-peer PS mode: ACTIVE
authorized: yes
authenticated: yes
associated: yes
preamble: long
WMM/WME: yes
MFP: yes
TDLS peer: no
DTIM period: 1
beacon interval:1000
connected time: 366 seconds
associated at [boottime]: 28.665s
associated at: 1781278245874 ms
current time: 1781278597056 ms
WPA Supplicant :
ctrl_interface=/var/run/wpa_supplicant_s1g
ctrl_interface_group=0
update_config=1
country=EU
PMF / SAE - requis pour HaLow mesh
sae_pwe=1
Parametres mesh globaux
max_peer_links=10
mesh_fwding=1
network={
ssid="MorseMeshNet"
country="EU"
# --- Mode Mesh 802.11s ---
mode=5
# --- Canal S1G (doit etre IDENTIQUE sur tous les noeuds) ---
# On reste coherent avec le setup AP/STA EU existant : channel 9 / op_class 66 (1 MHz)
channel=9
op_class=66
s1g_prim_chwidth=0
s1g_prim_1mhz_chan_index=0
# --- Securite WPA3-SAE ---
key_mgmt=SAE
sae_password="12345678"
pairwise=CCMP
group=CCMP
proto=RSN
ieee80211w=2
# --- Parametres mesh recommandes par Morse Micro / Gateworks ---
beacon_int=1000
# dtim_period=1 requis par wpa_supplicant/mesh.c (>= 1.16.x)
dtim_period=1
# Seuil RSSI de peering : ignore les voisins trop faibles
mesh_rssi_threshold=-85
}
We are stuck, the distance is so low that we have a BIG hardware or software flaw. Can you point me out some ideas?
Thank you!
