Skip to content

Commit 0ace6c8

Browse files
G-PereiraCodeInfrastructure23
authored andcommitted
πŸ“ Driver info
From teemuatlut/TMCStepper#81
1 parent 2b05feb commit 0ace6c8

1 file changed

Lines changed: 17 additions & 25 deletions

File tree

β€ŽREADME.mdβ€Ž

Lines changed: 17 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,27 @@
1-
Arduino library for Trinamic TMC stepper motor drivers.
1+
# Arduino library for Trinamic TMC stepper motor drivers
2+
This library works with any Arduino compatible board (Arduino, STM32, NXP, etc) and it's available on PlatformIO
23

3-
Supported TMC drivers:
4-
* [TMC2130][2130]
5-
* [TMC2160][2160]
6-
* [TMC2208][2208]
7-
* [TMC2209][2209]
8-
* [TMC2224][2224]
9-
* [TMC2660][2660]
10-
* [TMC5130][5130]
11-
* [TMC5160][5160]
12-
* [TMC5161][5161]
4+
## Supported TMC Drivers
135

14-
[2130]: https://teemuatlut.github.io/TMCStepper/class_t_m_c2130_stepper.html
15-
[2160]: https://teemuatlut.github.io/TMCStepper/class_t_m_c2160_stepper.html
16-
[2208]: https://teemuatlut.github.io/TMCStepper/class_t_m_c2208_stepper.html
17-
[2209]: https://teemuatlut.github.io/TMCStepper/class_t_m_c2209_stepper.html
18-
[2224]: https://teemuatlut.github.io/TMCStepper/class_t_m_c2224_stepper.html
19-
[2660]: https://teemuatlut.github.io/TMCStepper/class_t_m_c2660_stepper.html
20-
[5130]: https://teemuatlut.github.io/TMCStepper/class_t_m_c5130_stepper.html
21-
[5160]: https://teemuatlut.github.io/TMCStepper/class_t_m_c5160_stepper.html
22-
[5161]: https://teemuatlut.github.io/TMCStepper/class_t_m_c5161_stepper.html
6+
| Drivers | Support | Supply | Max RMS | Interface | CoolStepβ„’ | StallGuardβ„’ | StealthChopβ„’ |
7+
| :------: | :-----: | :----------: | :-----------: | :-------: | :--------: | :-----------:| :------------:|
8+
| [TMC2130](//teemuatlut.github.io/TMCStepper/class_t_m_c2130_stepper.html) | βœ… | 5…46V | 1.4A | SPI | βœ… | βœ… v2 | βœ… v1 |
9+
| [TMC2160](//teemuatlut.github.io/TMCStepper/class_t_m_c2160_stepper.html) | βœ… | 8…60V | ext. MOSFETs | SPI | βœ… | βœ… v2 | βœ… v2 |
10+
| [TMC2208](//teemuatlut.github.io/TMCStepper/class_t_m_c2208_stepper.html) | βœ… | 4.75…36V | 1.4A | UART | ❌ | ❌ | βœ… v2 |
11+
| [TMC2209](//teemuatlut.github.io/TMCStepper/class_t_m_c2209_stepper.html) | βœ… | 4.75…29V | 2.0A | UART | βœ… | βœ… v4 | βœ… v2 |
12+
| [TMC2224](//teemuatlut.github.io/TMCStepper/class_t_m_c2224_stepper.html) | βœ… | 4.75…36V | 1.4A | UART | ❌ | ❌ | βœ… v2 |
13+
| [TMC2660](//teemuatlut.github.io/TMCStepper/class_t_m_c2660_stepper.html) | βœ… | 9…30V | 2.8A | SPI | βœ… | βœ… v2 | ❌ |
14+
| [TMC5130](//teemuatlut.github.io/TMCStepper/class_t_m_c5130_stepper.html) | βœ… | 4.75…46V | 1.4A | SPI only | βœ… | βœ… v2 | βœ… v1 |
15+
| [TMC5160](//teemuatlut.github.io/TMCStepper/class_t_m_c5160_stepper.html) | βœ… | 8…60V | ext. MOSFETs | SPI only | βœ… | βœ… v2 | βœ… v2 |
16+
| [TMC5161](//teemuatlut.github.io/TMCStepper/class_t_m_c5161_stepper.html) | βœ… | 8…40V | 3.5A | SPI only | βœ… | βœ… v2 | βœ… v2 |
2317

24-
[New Doxygen documentation](https://teemuatlut.github.io/TMCStepper/index.html)
18+
- [New Doxygen documentation](//teemuatlut.github.io/TMCStepper/index.html)
2519

2620
---
2721

2822
The TMCStepper library is and always will be free to use.
23+
2924
This project started for me as a personal test to see if I could do it. Over the years it has gained some popularity as more and more hobbyists are looking into advanced stepper motor drivers. More users also comes with more unique setups.
3025
This donation option will allow me to purchase the hardware that I can use for testing, validation and supporting you.
3126

32-
[![Donate](https://www.paypalobjects.com/en_US/i/btn/btn_donate_SM.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=KFRSQ3KUUPKWS&currency_code=EUR&source=url)
33-
34-
- [x] ESP-PROG for debugging ESP32 support
35-
- [ ] SKR Pro V1.2 for testing STM32 based boards
27+
- [![Donate](https://www.paypalobjects.com/en_US/i/btn/btn_donate_SM.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=KFRSQ3KUUPKWS&currency_code=EUR&source=url)

0 commit comments

Comments
Β (0)