Stepper Driver Expansion Module for Duet WiFi
-
you can use external smart drivers if they are the same as the on board drivers, i.e. TMC2660 for the Duet2Wifi - unfortunately they are not (as) readily available as stand alone modules/stepsticks.
https://reprap.org/wiki/TMC2660-Dual_Stepper_Board this would work if you could find somewhere to buy it.
-
TMC2660-BOB is available, but the SPI programming is to be solved.
-
yeah, i did add the link to that, but its not all that economical compared to the extra fuzz vs the plug and play of the duex2.
the spi stuff is already taken care of by the firmware as it uses the same bus as the onboard drivers and chip select signals are available on the duex expansion.
-
I see guys, thanks for explanation. I guess duex2 is the way to go!
-
-
@troy_proffitt in most cases connecting ENA produces more damage than not connecting. ENA is for disabling often, and default is enabled if not connected.
https://www.mcielectronics.cl/website_MCI/static/documents/TB6600_data_sheet.pdf last image confirms that TB6600 is like the other drivers in this respect.
-
Unless I misread OP he wanted something that would operate the same way as the Duet - which I interpret as setting current and micro-stepping in the config file just like the Duet. TB6600 will not achieve that, only TMC2660 based drivers with SPI will do that on a Duet 2 Wifi (and only TMC2204 on the Maestro)
Otherwise any stepper driver with step/dir signal can be used, incl TMC step sticks in "dumb" mode i.e. configured by pins not by communication bus.
-
I agree with you, my comment was only about how to connect TB6600.
Duex 2 provides a better integration into Duet, it is controlled by firmware directly and is included in the M122 report. The microstepping with interpolation to 256 inside the TMC driver is also an advantage to the external drivers (lower steps/second).
-
Well yeah basically I would be happy to have something like duex2, but just with 1 or 2 stepper driver, without any heaters e.t.c in a small form factor. So for now - duex2 is probably I will buy in nearest future.
Just to understand and learn for myself - why toolboard for duet wifi is not developed like for duet3? Is there an connection limitation in duet wifi or something else? Thanks
-
@felt342 said in Stepper Driver Expansion Module for Duet WiFi:
why toolboard for duet wifi is not developed like for duet3?
Different time and different place?