3.5 b1 wireless connection reporting
-
@moth4017 802.11n could mean either 2.4GHz or 5GHz frequency bands. IIUC, the ESP only supports 2.4GHz networks, so make sure your AP is using 2.4GHz as well. If you have a dual band wifi router, you may need to give the 2.4GHz and the 5GHz network different names to get this sorted out.
-
@oliof I have 2 access points both 2.4g, one is 802.11b/g and the other 802.11n. Both using the same encryption , the esp wifi can only connect to the 802.11b/g , I have the Mac address mapped to an ip address , are there other setting required in the configuration file for 802.11n? ,
-
@moth4017 I wouldn't know, but it may be that since both APs use the same SSID, the b/g may have the better signal and is preferred.
-
@oliof what i was wondering originally when i print the diag log it reports wireless "n " when its on "g" see above
WiFi signal strength -58dBm, mode 802.11n, reconnections 0, sleep mode modem
-
@moth4017 you might want to try version 2.1beta3 of the WiFi firmware, which you can find at https://github.com/Duet3D/WiFiSocketServerRTOS/releases/tag/2.1beta3.
-
@dc42 do i need to install both?
DuetWiFiServer.bin
DuetWiFiServer_32S3.bincan these be installed Via DWC ..
-
@moth4017 said in 3.5 b1 wireless connection reporting:
DuetWiFiServer.bin
I just installed this one and yes via DWC.
-
Board: Duet 3 Mini 5+ (Mini5plus)
Firmware: RepRapFirmware for Duet 3 Mini 5+ 3.5beta1 (2022-12-23)
Duet WiFi Server Version: 2.1beta3still reporting 802.11n
WiFi firmware version 2.1beta3
WiFi MAC address f0:08:d1:02:a1:0b
WiFi Vcc 3.34, reset reason Power up
WiFi flash size 2097152, free heap 43088
WiFi IP address 192.168.0.171
WiFi signal strength -54dBm, mode 802.11n, reconnections 0, sleep mode modem
Clock register 00002001
Socket states: 0 0 0 0 0 0 0 0AP settings
Operating Mode: Access Point
SSID: gopronto
Channel: 1
Mode: 54Mbps (802.11g) -
@moth4017 said in 3.5 b1 wireless connection reporting:
Operating Mode: Access Point
SSID: gopronto
Channel: 1
Mode: 54Mbps (802.11g)so it's now working?
-
@oliof yes its working .. but i was wondering why the M122 was reporting 802.11n and not 802.11g?
-
@moth4017 I don't know why it does that. RRF just asks the ESP firmware what mode it is using, and if it reports multiple modes then RRF just reports the fastest one.