Jump to content

SkySurveyBanner.jpg.21855908fce40597655603b6c9af720d.jpg

stepper motor controller suggestion


iwols

Recommended Posts

hi just thinking about making a focus controller for my c8 edge but dont know where to start,can anyone suggest a motor /controller that maybe usb controlled

Edited by iwols
Link to comment
Share on other sites

Yes indeed.  I have made several remote controlled focusers with both Arduino Nano and Raspberry Pi and stepper motors.  I use 3D printed brackets designed to suit.

  • Like 1
Link to comment
Share on other sites

4 hours ago, Gina said:

Yes indeed.  I have made several remote controlled focusers with both Arduino Nano and Raspberry Pi and stepper motors.  I use 3D printed brackets designed to suit.

Thanks do you recomend Any inparticlar as Thérè seems to be loads especially on ebay cheers

Link to comment
Share on other sites

The 28BYJ-48 gearbox stepper motors are small and very cheap but suited to light duty only.  Generally speaking focusers don't need much power.  However, my newer focuser drivers have used Nema type steppers plus A4988 driver modules and Raspberry Pi as I now use these for remote controlled astro imaging so everything in one unit saving a PC in the observatory.  But they use the Linux INDI drivers (RPi uses Linux) and my indoor computer uses KStars/Ekos on a Linux Mint machine and many are unwilling to go the Linux route.

  • Like 1
Link to comment
Share on other sites

1. Another Robert Brown Focuser supporter - but if you want to use std bits use either the A4988 or drv8825 (same as A4988). or lot bigger footprint but will handle ANY current/voltage use a single axis TB6600 driver board - used one for 3 yrs without a blink and using any Nema 8 - 42 even with high torque geabox. As I say the size is the problem with the TB6600 but needs no soldering or fiddling current/voltage measurements as per A4988/DVR8825.

  Roberts support is brilliant !

2. If you do your own via Arduino IDE please use Accel library - makes thing easy and supports every driver there is. A professional bit of software with many key features not found in Roberts or Dave's projects (IMHO).

3. Nano is stuck with USB/Serial connection without add ons - look at ESP32 which has Wifi therefore no need for any addons or USB/Serial. Best for accuracy is Teensy as its MHZ rate is far greater than Nano but are more expensive !

4. Steer clear of 5v or 12v 28byj - they are useless and cannot be counted on for accuracy especially with high torque micro stepping.

5. As someone else has pointed out OMC-Online (use there own site it is sometimes cheaper than Ebay) have great Stepper motors and a vast range. Just have to hit the site/ebay when they are trying to get rid of a range/stock. Excellent delivery - for me anyway.

6. Ascom supplied driver(Dave and Robert provide this) is probably the best but I have found a lot of problems mainly with the Camera software provider side

To be honest if you can use a RPI for something else as well as a focuser then go RPI as you can one of the 4 ports(1 on RPI zero W) and it works great - look up SER2NET and HWCONFIG virtual com if you want Windows support and still use RPI. I have run SW Mount and Focuser thru RPI from Windows Vista - 10 with no problems and you dont get driver problems on Linux (well nearly never with USB/Serial HW)

Have a great build !

 

  • Like 1
Link to comment
Share on other sites

haven't had any issues using a 28BYJ-48 12v but my camera isn't that heavy being a modified dSLR, my focuser easily lifts the camera vertically, and yeah daves focuser code works perfectly over bluetooth

IMG_20180624_183952_zpsr6z5algc.jpg

 

  • Like 2
Link to comment
Share on other sites

3 hours ago, stash_old said:

1. Another Robert Brown Focuser supporter - but if you want to use std bits use either the A4988 or drv8825 (same as A4988). or lot bigger footprint but will handle ANY current/voltage use a single axis TB6600 driver board - used one for 3 yrs without a blink and using any Nema 8 - 42 even with high torque geabox. As I say the size is the problem with the TB6600 but needs no soldering or fiddling current/voltage measurements as per A4988/DVR8825.

  Roberts support is brilliant !

2. If you do your own via Arduino IDE please use Accel library - makes thing easy and supports every driver there is. A professional bit of software with many key features not found in Roberts or Dave's projects (IMHO).

3. Nano is stuck with USB/Serial connection without add ons - look at ESP32 which has Wifi therefore no need for any addons or USB/Serial. Best for accuracy is Teensy as its MHZ rate is far greater than Nano but are more expensive !

4. Steer clear of 5v or 12v 28byj - they are useless and cannot be counted on for accuracy especially with high torque micro stepping.

5. As someone else has pointed out OMC-Online (use there own site it is sometimes cheaper than Ebay) have great Stepper motors and a vast range. Just have to hit the site/ebay when they are trying to get rid of a range/stock. Excellent delivery - for me anyway.

6. Ascom supplied driver(Dave and Robert provide this) is probably the best but I have found a lot of problems mainly with the Camera software provider side

To be honest if you can use a RPI for something else as well as a focuser then go RPI as you can one of the 4 ports(1 on RPI zero W) and it works great - look up SER2NET and HWCONFIG virtual com if you want Windows support and still use RPI. I have run SW Mount and Focuser thru RPI from Windows Vista - 10 with no problems and you dont get driver problems on Linux (well nearly never with USB/Serial HW)

Have a great build !

 

+1 for Roberts design any problems and he is on the ball to help out.

  • Like 1
Link to comment
Share on other sites

14 hours ago, Dr_Ju_ju said:

I usually find the most difficult part is making brackets to attach the motors to the focuser, the electronics, for me, are the easy part.

Same here. I used a sw dc motor focuser for my electronic focuser sollution. I had to write a piece of arduino to make it compatible to the Moonlite protocol. The electronics and software may be the easier parts if you don't have a metal workshop.

The dc motor sollution has a lot of backlash, and I want to redo it with a stepper motor. Getting the motor in place is the biggest challenge.

  • Like 1
Link to comment
Share on other sites

IMHO -  I also suggest direct drive - no belts . Using a coupler like this https://www.ebay.co.uk/itm/Aluminum-Alloy-Drive-Flexible-Shaft-Coupler-Motor-Connector-3-5mm-Red-/122630560672?clk_rvr to replace the "wheel" if it comes off easily. Limits backlash and gives you a simple 1:1 ratio plus simpler bracket.

1 hour ago, Dave_D said:

28BYJ-48 12v

Probably get away with it on a focuser but where you need repetitive accurate positioning,e.g. Filer Wheel, they are very poor and do a skip every now and then in my experience no matter what driver/step count/voltage/current is being used. Plus they get very hot when pushed to the limit and switching off,via software, the coils is a must. As Gina says "light duty" only.

But if it works for you then great !

Edited by stash_old
  • Like 1
Link to comment
Share on other sites

4 hours ago, stash_old said:

5. As someone else has pointed out OMC-Online (use there own site it is sometimes cheaper than Ebay) have great Stepper motors and a vast range. Just have to hit the site/ebay when they are trying to get rid of a range/stock. Excellent delivery - for me anyway.

Another vote for OMC (https://www.omc-stepperonline.com). have used them many times, really good firm to deal with. they hold stock in Europe as well, so long delivery times are not  a problem.

Huw

  • Like 1
Link to comment
Share on other sites

Just now, Horwig said:

so long delivery times are not  a problem

Well not always true but they do mark if the stock is held in the UK which is great - so check first even if the stock level looks ok - Once "ran out" of UK stock even though it reported 10+ they answer very promptly.

  • Like 1
Link to comment
Share on other sites

21 minutes ago, stash_old said:

Well not always true but they do mark if the stock is held in the UK which is great

I got a motor from Germany next working day, what's not to like?

  • Like 1
Link to comment
Share on other sites

15 hours ago, stash_old said:

 drv8825 (same as A4988)

 

Careful - the drv8825 will take more voltage, less current. I use a 3.8V 650mA stepper with 100:1 gearbox but use a 12V supply. Set correctly the 8825 chops the current automatically so you get no heat in the stepper and the 12V step overcomes back EMF.

  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. By using this site, you agree to our Terms of Use.