Stepper Control Board with LCD: Difference between revisions
Jump to navigation
Jump to search
(Created page with " ===Purpose=== Running a stepper control baord with i2c LCD display. Work for both the A4899 or generic driver board. Example sketch: File:IMG_0565_small.jpg ===Todo=...") |
(→Todo) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
=Purpose= | |||
Running a stepper control | Running a stepper control board with i2c LCD display. | ||
Work for both the A4899 or generic driver board. | Work for both the A4899 or generic driver board. | ||
Example sketch: | =Example sketch= | ||
[[http://lechacal.com/stepper_pilot/stepperBoardv3_i2clcd_v1_0.ino Speed Display 1/sec]] | |||
[[File:IMG_0565_small.jpg]] | [[File:IMG_0565_small.jpg]] | ||
=Todo= | |||
Run motor and i2c command in task schedule to avoid discontinuations in motor when i2c commands are sent. | Run motor and i2c command in task schedule to avoid discontinuations in motor when i2c commands are sent. |
Latest revision as of 13:33, 26 April 2015
Purpose
Running a stepper control board with i2c LCD display.
Work for both the A4899 or generic driver board.
Example sketch
Todo
Run motor and i2c command in task schedule to avoid discontinuations in motor when i2c commands are sent.