Hi Duet people! I'm trying to get started with my first Duet Wifi 2 and struggling to get my wifi working. The SPI error is concerning to me - I was unable to get the Duet to via the original firmware, so I tried updating.
Here's a log I captured after updating the both the Duet2CombinedFirmware.bin
at 2.04RC1
and DuetWiFiServer.bin
at 2.03
:
RepRapFirmware for Duet 2 WiFi/Ethernet Version 2.04RC1 dated 2019-07-14b1
Executing config.g...Error: M587: Failed to add SSID to remembered list
HTTP is enabled on port 80
FTP is enabled on port 21
TELNET is disabled
Warning: Macro file config-override.g not found.
Done!
RepRapFirmware for Duet 2 WiFi/Ethernet is up and running.
WiFi module started
Error: Temperature reading fault on heater 1: sensor open circuit
WiFi reported error: no known networks found
WiFi module is idle
=== Diagnostics ===
RepRapFirmware for Duet 2 WiFi/Ethernet version 2.04RC1 running on Duet WiFi 1.02 or later + DueX2
Board ID: 08DGM-917DA-G4MSJ-6JKFJ-3SJ6N-TBRB9
Used output buffers: 1 of 24 (9 max)
=== RTOS ===
Static ram: 25680
Dynamic ram: 94104 of which 460 recycled
Exception stack ram used: 288
Never used ram: 10540
Tasks: NETWORK(ready,1244) HEAT(blocked,916) DUEX(suspended,156) MAIN(running,3844) IDLE(ready,160)
Owned mutexes:
=== Platform ===
Last reset 00:09:33 ago, cause: power up
Last software reset details not available
Error status: 0
Free file entries: 10
SD card 0 detected, interface speed: 20.0MBytes/sec
SD card longest block write time: 0.0ms, max retries 0
MCU temperature: min 29.0, current 31.3, max 31.5
Supply voltage: min 1.6, current 1.7, max 1.8, under voltage events: 0, over voltage events: 0, power good: no
Driver 0: ok, SG min/max not available
Driver 1: ok, SG min/max not available
Driver 2: ok, SG min/max not available
Driver 3: ok, SG min/max not available
Driver 4: ok, SG min/max not available
Driver 5: ok, SG min/max not available
Driver 6: ok, SG min/max not available
Date/time: 1970-01-01 00:00:00
Cache data hit count 1140769362
Slowest loop: 0.28ms; fastest: 0.07ms
I2C nak errors 0, send timeouts 0, receive timeouts 0, finishTimeouts 0, resets 0
=== Move ===
Hiccups: 0, FreeDm: 169, MinFreeDm: 169, MaxWait: 0ms
Bed compensation in use: none, comp offset 0.000
=== DDARing ===
Scheduled moves: 0, completed moves: 0, StepErrors: 0, LaErrors: 0, Underruns: 0, 0
=== Heat ===
Bed heaters = 0 -1 -1 -1, chamberHeaters = -1 -1
Heater 1 is on, I-accum = 0.0
=== GCodes ===
Segments left: 0
Stack records: 1 allocated, 0 in use
Movement lock held by null
http is idle in state(s) 0
telnet is idle in state(s) 0
file is idle in state(s) 0
serial is ready with "M122" in state(s) 0
aux is idle in state(s) 0
daemon is idle in state(s) 0
queue is idle in state(s) 0
autopause is idle in state(s) 0
Code queue is empty.
=== Network ===
Slowest loop: 0.24ms; fastest: 0.00ms
Responder states: HTTP(0) HTTP(0) HTTP(0) HTTP(0) FTP(0) Telnet(0) Telnet(0)
HTTP sessions: 0 of 8
- WiFi -
Network state is changing mode
WiFi module is idle
Failed messages: pending 0, notready 0, noresp 1
WiFi firmware version 1.23
WiFi reported error: no known networks found
WiFi module is idle
WiFi MAC address ec:fa:bc:25:34:8f
WiFi Vcc 3.43, reset reason Turned on by main processor
WiFi flash size 4194304, free heap 26088
Socket states: 0 0 0 0 0 0 0 0
ok
Error retrieving WiFi status message: SPI timeout
WiFi reported error: no known networks found
WiFi module is idle
M587: Failed to retrieve network list
ok
Error retrieving WiFi status message: bad reply format version
Edit:
I found M111 S1 P14
lists wifi networks around the printer, however M587 S"mywifinetwork" P"my wifi password"
gives: Executing config.g...Error: M587: Failed to add SSID to remembered list
and a bare M587 claims
M587: Failed to retrieve network list
ok
Error retrieving WiFi status message: bad reply format version
then returns to the every couple seconds spewing
WiFi reported error: no known networks found
WiFi module is idle