KrisKasprzak
Well-known member
All,
If you are dividing your time between building cool Teensy-based projects and woodworking, I'm guessing you have a table saw. Ever wanted to build a motorized fence controller? I just did. A few NEMA-17's with A4899 stepper drivers, and a Teensy 3.2. My controller has large fonts for desired and current fence distance. Some of the Teensy specific libraries are a FlickerFreePrint for flicker free updates of the large digital fonts, controls for sliders to allow adjustment of stepper distances, and an option button to set inches or mm. I have the motors running as fast as possible so slew speed of the fence is around 0.5 inches per second. Once the initial distance is calibrated, accuracy is around 0.01 inches or better.
Have a watch
https://youtu.be/_mubBqKiNc0
Results when 2.250 inches was entered

Overall setup Motors on far right, controller lower righ

PCB with components

Display

Settings

Driver rod (simple 1/4 - 20 attached to 3D printed sliders, the small white pieces)

Stepper motor mounting--some rethinking needed here

The description in my YouTube video has parts list and links to the controller code.
Enjoy.
If you are dividing your time between building cool Teensy-based projects and woodworking, I'm guessing you have a table saw. Ever wanted to build a motorized fence controller? I just did. A few NEMA-17's with A4899 stepper drivers, and a Teensy 3.2. My controller has large fonts for desired and current fence distance. Some of the Teensy specific libraries are a FlickerFreePrint for flicker free updates of the large digital fonts, controls for sliders to allow adjustment of stepper distances, and an option button to set inches or mm. I have the motors running as fast as possible so slew speed of the fence is around 0.5 inches per second. Once the initial distance is calibrated, accuracy is around 0.01 inches or better.
Have a watch
https://youtu.be/_mubBqKiNc0
Results when 2.250 inches was entered

Overall setup Motors on far right, controller lower righ

PCB with components

Display

Settings

Driver rod (simple 1/4 - 20 attached to 3D printed sliders, the small white pieces)

Stepper motor mounting--some rethinking needed here

The description in my YouTube video has parts list and links to the controller code.
Enjoy.