Is my brand new Duet Wifi dead??
-
It might be worth checking the endstop board with your multimeter to determine which pin is definitely signal and vcc, I had a bunch of these Chinese ones recently that killed an arduino on my other printer, the micro switch was the other way around to most of the other designs, and I didn't pick up on it until after connecting it.
-
It might be worth checking the endstop board with your multimeter to determine which pin is definitely signal and vcc, I had a bunch of these Chinese ones recently that killed an arduino on my other printer, the micro switch was the other way around to most of the other designs, and I didn't pick up on it until after connecting it.
I second that suggestion. Any pin that has a low resistance to the ground pins when the microswitch is in one of its two positions is not the Vcc pin.
Returning to the original question, if the 3.3V LED does not illuminate when you power the board without the end stops connected, then either the 3.3V LED isn't working or the 3.3V regulator isn't working. Even if you did short +3.3V to ground by mis-wiring the end stop switches, I know that this has happened before without the regulator failing, so it surprises me that yours appears to have failed. I'm happy for you to be sent a replacement Duet WiFi under warranty - but please don't wire up your end stop switches to it without being sure of the right connections.
-
Thank you all for your quick input. It's so great to have such a helpful community.
I will check out all these suggestions. -
-
Cool, what's the website linked on the silkscreen, does that have a schematic/connection diagram or similar?
-
I had a look at the website last night and they don't have it on there anymore so no info to be had unfortunately.
Doug
-
Herr you go https://www.dropbox.com/s/7jttly92qz82duk/Photo%2021-09-2016%2C%2016%2039%2031.jpg?dl=0
Thank You!!!
-
So I have redone everything and the board comes back on, I can get access, and it seems that all the motors and sensors are working.
I may still have some issues in my config file for my CoreX/Y machine that sending gcode for moving both x & y axis seems to only move the y axis.
However - there are no LEDs on by the motor connections now. Are they 'supposed' to be on when the board powers up?
-
It depends on your configuration but those LEDs are indicators for the end-stops.
In my case, I used normally closed end-stops so because the micro-switches are closing the circuit between Signal and Ground the LEDs remain on until the end-stops are triggered, at which point the LEDs will go out because the switches open.
W3DRK
-
thanks for pointing that out … I tested, and I see now that when I trigger the x or y endstop the led does come on. They were probably on before because the enstops were shorted.
I have an IR mini Z-probe ... can I also use the z-endstop as a 'fail-safe', I don't see the z-motor led come on when the IR z-probe is triggerd.
Sorry for all the newbie questions .. moving from arduino/marlin to Duet has been more of a learning curve than I anticipated - but I'm sure with everyone's patience I'll make it...