Skip to content

Commit

Permalink
Add block diagram and wiring information to the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
peterpolidoro committed Sep 29, 2022
1 parent ee65ea3 commit 415c8fe
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
20 changes: 19 additions & 1 deletion README.org
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

* Library Information
- Name :: TMC429
- Version :: 1.3.2
- Version :: 1.3.3
- License :: BSD
- URL :: https://github.com/janelia-arduino/TMC429
- Author :: Peter Polidoro
Expand Down Expand Up @@ -54,5 +54,23 @@ stepper motor controller.

[[./images/stepper_driver.png]]

* TMC429

[[./images/block_diagram.png]]

** Wiring

[[https://github.com/janelia-kicad/stepper_controller_3x2][Example Circuit Board]]

*** Required

- Power supply (3.3V or 5V)
- Clock (4-32MHz)
- SPI to microcontroller (MOSI, MISO, SCK, CS)
- Step and Direction signals to each of the stepper drivers

*** Optional

- INT and POSCOMP signals to microcontroller
- Reference signals (left and/or right) from limit switches attached to each
stepper motor
Binary file added images/block_diagram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=TMC429
version=1.3.2
version=1.3.3
author=Peter Polidoro <peter@polidoro.io>
maintainer=Peter Polidoro <peter@polidoro.io>
sentence=Trinamic TMC429 triple-axis dedicated step and direction motion controller.
Expand Down

0 comments on commit 415c8fe

Please sign in to comment.