Solved Problem with Duet 2 Wifi
-
I am having a sudden problem with Duet 2 Wifi. I have a Blown 1A Fuse, DWC says, "No Tools" and Console says, "Warning: VIN under-voltage event (9.5V)". I have checked the voltages at main and get 24.18V. I am running firmware 3.4.5. Here is the results from Diagnostics:
RepRapFirmware for Duet 2 WiFi/Ethernet version 3.4.5 (2022-11-30 19:36:12) running on Duet WiFi 1.02 or later
Board ID: 0JD2M-9F8TA-GJ4TD-6J1FD-3S86K-9RPY6
Used output buffers: 1 of 26 (13 max)
=== RTOS ===
Static ram: 23836
Dynamic ram: 73592 of which 0 recycled
Never used RAM 14580, free system stack 152 words
Tasks: NETWORK(ready,13.5%,257) HEAT(notifyWait,0.0%,388) Move(notifyWait,0.0%,304) MAIN(running,86.5%,412) IDLE(ready,0.0%,30), total 100.0%
Owned mutexes: WiFi(NETWORK)
=== Platform ===
Last reset 02:03:16 ago, cause: power up
Last software reset at 2023-05-30 12:51, reason: User, GCodes spinning, available RAM 13000, slot 1
Software reset code 0x0003 HFSR 0x00000000 CFSR 0x00000000 ICSR 0x0041f000 BFAR 0xe000ed38 SP 0x00000000 Task MAIN Freestk 0 n/a
Error status: 0x00
Step timer max interval 0
MCU temperature: min 31.6, current 32.1, max 32.5
Supply voltage: min 24.0, current 24.1, max 24.5, under voltage events: 1, over voltage events: 0, power good: yes
Heap OK, handles allocated/used 0/0, heap memory allocated/used/recyclable 0/0/0, gc cycles 0
Events: 0 queued, 0 completed
Driver 0: standstill, SG min n/a
Driver 1: standstill, SG min n/a
Driver 2: standstill, SG min n/a
Driver 3: standstill, SG min n/a
Driver 4: standstill, SG min n/a
Driver 5:
Driver 6:
Driver 7:
Driver 8:
Driver 9:
Driver 10:
Driver 11:
Date/time: 2023-06-02 15:40:41
Cache data hit count 4294967295
Slowest loop: 4.31ms; fastest: 0.18ms
I2C nak errors 0, send timeouts 0, receive timeouts 0, finishTimeouts 0, resets 0
=== Storage ===
Free file entries: 10
SD card 0 detected, interface speed: 20.0MBytes/sec
SD card longest read time 0.4ms, write time 0.0ms, max retries 0
=== Move ===
DMs created 83, segments created 3, maxWait 0ms, bed compensation in use: none, comp offset 0.000
=== MainDDARing ===
Scheduled moves 1, completed 1, hiccups 0, stepErrors 0, LaErrors 0, Underruns [0, 0, 0], CDDA state -1
=== AuxDDARing ===
Scheduled moves 0, completed 0, hiccups 0, stepErrors 0, LaErrors 0, Underruns [0, 0, 0], CDDA state -1
=== Heat ===
Bed heaters -1 -1 -1 -1, chamber heaters -1 -1 -1 -1, ordering errs 0
=== GCodes ===
Segments left: 0
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
USB is idle in state(s) 0
Aux is idle in state(s) 0
Trigger is idle in state(s) 0
Queue is idle in state(s) 0
LCD is idle in state(s) 0
Daemon is idle in state(s) 0
Autopause is idle in state(s) 0
Code queue is empty
=== Network ===
Slowest loop: 101.84ms; fastest: 0.07ms
Responder states: HTTP(0) HTTP(0) HTTP(0) HTTP(0) FTP(0) Telnet(0)
HTTP sessions: 1 of 8
= WiFi =
Network state is active
WiFi module is connected to access point
Failed messages: pending 0, notready 0, noresp 2
WiFi firmware version 1.26
WiFi MAC address e8:68:e7:7f:6d:ba
WiFi Vcc 3.44, reset reason Power up
WiFi flash size 2097152, free heap 26776
WiFi IP address 192.168.1.7
WiFi signal strength -36dBm, mode 802.11n, reconnections 0, sleep mode modem
Clock register 00002002
Socket states: 0 0 0 0 0 0 0 0 -
@mesacrash have you replaced the fuse?
-
@mesacrash Yes and it still doesn't work.
-
This post is deleted! -
How did you blow the 1a fuse?
When you do see the under-voltage error?
-
@Phaedrux I turned the machine on. When I noticed the problem on the DWC, I started checking and discovered the blown fuse. I ordered fuses and replaced it but still have problems. However, the new fuse is still good. The under voltage is listed in the console.
-
-
Can you share the config.g from the system tab? It seems like you have nothing configured, which may mean the config.g is blank/missing?
Is this a new build, or an existing build that was working fine up until now?
Can you get some photos of the top of the board and look closely for any damage spots?
-
@Phaedrux I cannot share the config.g from the system tab. It is an existing build that was working. The config.g file folder was empty. I copied the bakup and placed it in the empty folder, saved it and mounted it in the board. Now I get this message in the DWC; Your Duet rejected the HTTP request: page not found
Check that the SD card is mounted and has the correct files in its /www folder -
@mesacrash said in Problem with Duet 2 Wifi:
The config.g file folder was empty.
You mean the sys folder was empty when you looked at the SD card in your computer? Or just the config.g file was blank?
@mesacrash said in Problem with Duet 2 Wifi:
Your Duet rejected the HTTP request: page not found
Check that the SD card is mounted and has the correct files in its /www folderIs the www folder present on the card?
-
@Phaedrux There is a www folder, with stuff in it, but I don't know what is supposed to be in it.
-
@Phaedrux Just the config.g folder was empty.
-
@mesacrash said in Problem with Duet 2 Wifi:
Just the config.g folder was empty.
You mean file right? There should be no folder inside of the sys folder on the SD card.
Can you post your config.g.bak file that you renamed to config.g?
-
@Phaedrux Yes, in the sys folder was the config.g file, which was empty.
-
Can you send
M20 P"/www/"
and see what it responds with? It should gives you the contents of the www folder. -
@Phaedrux I can only send via YAT:
M20 P"/www/"
Begin file list<LF>NONE<LF>End file list<LF>ok<LF> -
@Phaedrux If I put the SD card in my computer, I can see folders and files.
-
@Phaedrux I remembered that I had an archive of the original SD card. I found there was a folder missing from my operational SD card. I put the folder in it and it still won't work. The board seems to know the SD card is mounted but doesn't recognize there are files on it.
-
@Phaedrux This is the second time this has happened to me. The board in the machine is a replacement for the first board. 3dWorld replaced the first board, should I contact them, perhaps? The first one lasted about a month. This one has been running about 5 months. And running well, I might add.
-
The first one blew a fuse as well?
Can you post some close up photos of the board please? Perhaps we can spot some damage.
It would be a good idea to find out what is shorting a damaging the boards before replacing it again.