PDA

View Full Version here: : Anyone used Arduino and Linistepper controller together?


Astroman
20-01-2014, 09:27 PM
Hi all,

Interested to know if anyone has used an Arduino board and been able to control the linistepper driver with it? I have the linistepper driver and stepper motors etc.. and wondered if it's possible to connect the Arduino to it for something like, simple focuser control... Looking at something to see me through until I can afford a robofocus or sharpsky controller.

rcheshire
20-01-2014, 09:56 PM
http://www.piclist.com/images/member/RB-ezy-Q33/LiniV2_sch.gif

I haven't connected a linistepper, but I have connected a similar bipolar driver. Step and direction on the schematic are inputs.

https://www.google.com.au/url?sa=t&source=web&rct=j&ei=ugDdUp2FCIm6iAeAmoGQBA&url=http://www.youtube.com/watch%3Fv%3Dx8FhT4bHtZA&cd=1&ved=0CCsQtwIwAA&usg=AFQjCNEL2P9MXhG-6n9_vtlL4ZrPBEAhTg

TheoP
01-02-2014, 03:25 PM
Andrew,

I have used the Arduino to drive a stepper driver (Big Easy Driver) for a camera tracker. It was very easy and I am sure that you will be able to modify the program with a few switches and conditional loops to use it for a motorised focusser.

Look at the following links:

http://starsinphotos.wordpress.com/2012/03/29/camera-tracker/

http://littlebirdelectronics.com/products/big-easy-driver-2

Astroman
01-02-2014, 05:24 PM
Thanks Theo for the information, I will check it out in depth a little later. Had a quick skim over it and yes it looks like it should work with the linistepper, it is pretty much using the exact same principal as the big easy driver.