How to connect a stepper motor to the duet wifi ?
-
I love it when people simply know stuff. Learned something new.
Just amazes me every time to see the support and knowledge on this forum. -
Thanks a lot for your help, this solution seems to work.
I have another very beginner question. Iam trying to connect to the wifi on the board, the wiki say :The board does not start up the WiFi access point until you send it M552 S1 over USB from a printer host program
I guess "M552 S1" is a Gcode command ? i tried to use repetier and pronterface but they dont seem to support the Usb 3d printers.
Do you know what windows software i could use to send this command to the printer ? -
Those two do support 3d printers over usb. You need to install the correct drivers for the board, which is available on the firmware's github. In pronterface, select the comport it's connected to before hitting the connect button.
-
Thanks for your answer Stephen.
When you say " You need to install the correct drivers for the board ", you mean copying the bin file (https://github.com/dc42/RepRapFirmware/tree/dev/Release/Duet-WiFi/Stable) onto the sd card ? I can't find documentation related to this procedure. I found a page saying you can update the the firmware via wifi …In prontface how do i know which comport or channel number i should use ?
I thought the comport where related to serial ports ? -
I love it when people simply know stuff. Learned something new.
Just amazes me every time to see the support and knowledge on this forum.Sadly I wish I had as much patience as I do knowledge as I could share so much. Perhaps in my next life.
-
Iam trying to follow the step by step guide here:
https://duet3d.com/wiki/Getting_connectedi have installed the RepRap drivers on my machine as recommended (https://github.com/dc42/RepRapFirmware/tree/dev/Driver).
Unfortunately when i plug the board to my computer it doesn't get recognize by the system …
Would it be because i need to move the 5V jumper in usb power ? -
USB power should be sufficient unless you have a PanelDue connected. Do you get 2 or 3 red LEDs and one green led lit on the edge of the board with the USB connector? If your PC runs Windows, does Device Manager show an unknown USB device?
See also https://duet3d.com/wiki/What_to_do_if_your_Duet_or_Duet_WiFi_won%27t_respond.
-
Hi DC42,
Thanks a lot for your help. I do not have a PanelDue. When i connect the board i have 2 red led. I join a picture here:
I have windows 10, and the device manager do not pickup any new device. I also tried on my windows laptop and with an alternate usb wire without any luck.
I also tried the 3 procedures as listed here:
https://duet3d.com/wiki/Updating_main_firmwareBut the board still doesn't get detected …
-
No green 3.3V LED. Most likely you have the endstop switches connected incorrectly and they are shorting out the 3.3V supply.
-
Haa yes! that was it! thank you so much, i can now continue the step by step wifi tutorial!
-
It seem to be working well now, i have also plugged my power supply and i can now access the web interface in wifi without the usb wire.
Is there a specific procedure to turn off the Duet Wifi ? At the moment i am just powering on and off the power supply, but iam not sure it's the best for the board. Is there a Gcode to execute to just tell the board "shut down" ? -
You can just power it down, People typically put M0 in their slicer end gcode to turn off all the heaters and stepper motors.
-
Thanks!