rkaczorek / astroberry-diy

Astroberry-DIY provides INDI drivers for Raspberry Pi devices such us Astroberry Focuser - stepper motor driver, Astroberry Board - power switch board for up to 4 devices, Astroberry System - operating system status.
GNU General Public License v3.0
31 stars 16 forks source link

support for different focuser stepper board #2

Closed Elfe closed 5 years ago

Elfe commented 6 years ago

Hi,

it would be awesome if you could add support for a different stepper board for focusing as well. https://arduino-info.wikispaces.com/SmallSteppers Currently the only way to use those boards seems to be https://github.com/fehlfarbe/arduino-motorfocus

Thanks Karsten

rkaczorek commented 6 years ago

The driver is designed to support any stepper motor controller, which uses DIR/STEP pins. The one you mention will not be supported by this driver. It requires totally new driver approach to control a stepper motor. Feel free to use parts of my code though.