Yesterday I received my Adafruit Motor HAT earlier then expect. So I started working on my focusser. In the image you can see the Adafruit Motor HAT attached to the Raspberry Pi and to a hybdrid stepper motor. I connected the stepper motor as a bipolar motor.


After installing the python driver I made a script so I could test the stepper motor. It all works well :)
Next step was installing the astroberry-diy. I followed the steps written on GitHub. I can find the focusser in Ekos. There is no error message, but the focusser is probably not working cause he doesn't respond.
I used the command : cmake -DWITH_WIRINGPI=OFF -DCMAKE_INSTALL_PREFIX=/usr ..
The Adafruit Motor HAT is working through GPIO, should i use the option -DWITH_WIRINGPI=ON ? Or do I need to do something else?

kind regards,
Gunther

Read More...