Need Help: Choosing the rigth stepper driver (tmc) for a low cost 32-bit board design February 17, 2020 08:56AM |
Registered: 6 years ago Posts: 51 |
Re: Need Help: Choosing the rigth stepper driver (tmc) for a low cost 32-bit board design February 17, 2020 01:00PM |
Registered: 11 years ago Posts: 14,685 |
Quote
DocRaptor
Hi everyone,
I am designing a low cost 32-bit board. It will have the atsam3x8e
Quote
DocRaptor
to be programmable with the arduino IDE..
Quote
DocRaptor
I want to use the stepper driver from trinamic, but I don't know witch one. 2160 and 5160 are out, they need external mosfets. This is not bad for big steppers, but extra mosfets cost extra and need extra space on the board. The 2130 is not compatible with the reprapfirmware, so it is out.
Quote
DocRaptor
That leaves the 2208, 2209, 2224 and 2660. The 2660 use spi, but it doesn't has stealthcop. The Ohters have steahlchop. The 2660 and 2009 have stallguard. The 2208, 2209 and 2224 uses UART. So the Choice is between the 2660 and 2209. On the 2209 four can run on one UART-Channel like in a bus. What I heard Marlin support it (Uart Bus style), but does it also the reprapfirmware support this style. What I saw it uses multiplexing. If they both support the "uart bus", it will need a second uart for the extra stepper, when more than four stepper are in the system. How to configure the frimwares? Or is there something like the 2209 with spi out there supported by both firmwares? Do you have any tips?
Re: Need Help: Choosing the rigth stepper driver (tmc) for a low cost 32-bit board design February 18, 2020 08:06AM |
Registered: 5 years ago Posts: 32 |
Re: Need Help: Choosing the rigth stepper driver (tmc) for a low cost 32-bit board design February 18, 2020 02:18PM |
Registered: 11 years ago Posts: 14,685 |
Quote
Dev00
@DocRaptor,
I am also working on something similar. Quite agree with dc42 about the MCUs, for multi firmware support: atsamd51 is supported by Marlin, Repetier, Kilipper. If you do not need RRF support probably there are other options like STM32F407. STM32H750 looks quite promising and inexpensive solution, but the Marlin firmware support seems in development.
TMC2208/9 can be used with single wire software UART look at:
- [Marlin] TMC2208 UART on BigTreeTech/BIQU SKR V1.1 and V1.3 Controllers
- [Marlin] Initial TMC2208 support #6345
- [Klipper] Support TMC2208 configuration at runtime via UART #542
@dc42, Noticed some comments that RRF is missing some features for CNC operations. Would you say that Marlin might be better choice for CNC ? Also, does RRF support mixed stepper motor drivers ? For example 3xTMC2660+4xLV8729 or TMC2209 ?
Re: Need Help: Choosing the rigth stepper driver (tmc) for a low cost 32-bit board design February 18, 2020 02:26PM |
Registered: 6 years ago Posts: 51 |
Re: Need Help: Choosing the rigth stepper driver (tmc) for a low cost 32-bit board design February 18, 2020 06:16PM |
Registered: 9 years ago Posts: 978 |