Duet Wifi Mini5+ does not connect to wifi
-
I've searched for the answer a lot. Yet nothing is addressing this issue.
Here are the relevant logs.
NOTE The documentation states:
M587 S"ccc" Network SSID (case sensitive). You can see below it seems to convert what I enter to UPPER CASEm588 S""
SENDING:M588 S""m587 S"Frontier0080" P"7761555939"
SENDING:M587 S"FRONTIER0080" P"7761555939"m587
SENDING:M587
Remembered networks:
FRONTIER0080 IP=0.0.0.0 GW=0.0.0.0 NM=0.0.0.0m552 S1 P"Frontier0080"
SENDING:M552 S1 P"FRONTIER0080"WiFi: mode : sta(f0:08:d1:03:83:01)
WiFi: add if0
WiFi: sleep enable,type: 2
WiFi: wifi evt: 8
WiFi: scandone
WiFi: no FRONTIER0080 found, reconnect after 1s
WiFi: wifi evt: 1
WiFi: STA disconnect: 201
WiFi: reconnect
WiFi: scandone
WiFi: no FRONTIER0080 found, reconnect after 1s
WiFi: wifi evt: 1
WiFi: STA disconnect: 201
WiFi: reconnect
WiFi: scandone
WiFi reported error: Didn't find access point while trying to connect to FRONTIER0080
WiFi module is idle
WiFi: no FRONTIER0080 found, reconnect after 1s
WiFi: wifi evt: 1
WiFi: STA disconnect: 201
WiFi: del if0
WiFi: usl
WiFi: mode : null
WiFi: wifi evt: 8
WiFi: mode : sta(f0:08:d1:03:83:01)
WiFi: add if0
WiFi: slewifi evt: 8
WiFi: ep enable,type: 2
WiFi: scandone
WiFi: no FRONTIER0080 found, reconnect after 1s
WiFi: wifi evt: 1
WiFi: STA disconnect: 201
WiFi: reconnect
WiFi: scandone
WiFi: no FRONTIER0080 found, reconnect after 1s
WiFi: wifi evt: 1
WiFi: STA disconnect: 201
WiFi: reconnectm552 s0
SENDING:M552 S0
WiFi: scandone
WiFi reported error: Didn't find access point while trying to connect to FRONTIER0080
WiFi module is idle
WiFi: no FRONTIER0080 found, reconnect after 1s
WiFi: wifi evt: 1
WiFi: STA disconnect: 201
WiFi: del if0
WiFi: usl
WiFi: mode : null
WiFi: wifi evt: 8 -
@thetazzbot when I changed my SSID name in the wifi router to upper case FRONTIER0080 the duet can connect. There seems to be a bug somewhere, because shouldn't have to do that.
-
@thetazzbot said in Duet Wifi Mini5+ does not connect to wifi:
@thetazzbot when I changed my SSID name in the wifi router to upper case FRONTIER0080 the duet can connect. There seems to be a bug somewhere, because shouldn't have to do that.
Did you use pronterface to send the WiFi details?
-
@jay_s_uk Yes, is that a known issue
-
Yes, pronterface changes all characters to uppercase, which makes it unsuitable for case sensitive SSID/password.
If you must use pronterface, you can create a macro file that contains the M587 command to add the network and place that on the SD card in the sys folder, then send an M98 command to execute that macro.
Or if on windows, try YAT.