Jump to content

NLCbanner2024.jpg.2478be509670e60c2d6efd04834b8b47.jpg

Arduino Ascom focuser Mark2


tekkydave

Recommended Posts

Very sensible :)  I'm only using 1-wire stepper control to reduce and simplify the kit at each camera.  It's mainly the built-in ID code in the 1-wire devices that make the difference - I can stick them all on the same pair of wires.  No need for special selection circuitry :)

Thats the beauty of 1-wire - I have 8 sensors all on a single pair of wires in my weather system and it just works. It will scale to 100s and cable lengths of 100m or more with a decent adapter/bridge.

  • Like 1
Link to comment
Share on other sites

I'll try to get the temperature sensor working asap but it will have to join the queue behind my other project at the moment which is to get my pier finished. I need to get my work bench and bench drill set up (hopefully this weekend) so I can complete the plate drilling. Sadly I have to something called 'work' 5 days a week which is getting in the way. Hopefully I can retire in 3 years or so and spend more time doing sensible things like sitting in my shed in the dark :grin:

Link to comment
Share on other sites

I'll try to get the temperature sensor working asap but it will have to join the queue behind my other project at the moment which is to get my pier finished. I need to get my work bench and bench drill set up (hopefully this weekend) so I can complete the plate drilling. Sadly I have to something called 'work' 5 days a week which is getting in the way. Hopefully I can retire in 3 years or so and spend more time doing sensible things like sitting in my shed in the dark :grin:

Yes, work does have a bad habit of getting in the way! I was reading the ASCOM documentation and I guess you would have to set up a timer in the driver to poll the focuser for the temperature. I don't think it's possible for the focuser to notify the driver of a change in temperature.

Link to comment
Share on other sites

Yes, work does have a bad habit of getting in the way! I was reading the ASCOM documentation and I guess you would have to set up a timer in the driver to poll the focuser for the temperature. I don't think it's possible for the focuser to notify the driver of a change in temperature.

Interesting. I would have expected the client program (APT etc) to request the temperature from the driver. The driver will then query the focuser and pass the temperature back to the client. I haven't looked into it yet so I might be wrong.

Link to comment
Share on other sites

Interesting. I would have expected the client program (APT etc) to request the temperature from the driver. The driver will then query the focuser and pass the temperature back to the client. I haven't looked into it yet so I might be wrong.

Of course, sorry I'm not very good with this programming malarkey :D

Temperature is one of the properties of the Focuser class, so it would make sense that the Client requests it from the driver!

Link to comment
Share on other sites

Of course, sorry I'm not very good with this programming malarkey :D

Temperature is one of the properties of the Focuser class, so it would make sense that the Client requests it from the driver!

That makes sense. I'll have to make sure I return a sensible default from the arduino if the temperature sensor is not fitted aswell. Not everyone will want to fit one.

Link to comment
Share on other sites

Adding ASCOM control to my focuser systems is definitely on my list but ATM I really feel I must finish some of my other projects first :D  I already have too many on the go and the manual remote control is working pretty well.

  • Like 1
Link to comment
Share on other sites

Struggling a bit here. The parts arrived today and I got everything wired up, except I'm not using a switch.

I first tried with the 5v source from the nano, and then with a fresh 9v battery. The stepper would turn but was pretty gutless, I'd say it couldn't pull the skin off a rice pudding!

Have I got a duff stepper or am I doing something wrong?

Here's a short video of the parts:

Link to comment
Share on other sites

Struggling a bit here. The parts arrived today and I got everything wired up, except I'm not using a switch.

I first tried with the 5v source from the nano, and then with a fresh 9v battery. The stepper would turn but was pretty gutless, I'd say it couldn't pull the skin off a rice pudding!

Have I got a duff stepper or am I doing something wrong?

Here's a short video of the parts:

If it is turning and responds correctly to direction commands then you probably have it all connected correctly. I found it is fairly weak just powered from the nanos 5v supply but is stronger on 9v. Without the battery it is getting its supply from the usb port which may not be up to it - it may well be different on different PCs I suppose. Does it seem to be stronger on 9v? I find with the pulley attached I can still stop it turning with my fingers but it has enough grunt to turn the focuser knob via the toothed belt. Double check all your connections - the leds on the driver board should all be off when the stepper is stopped, I can't tell from your video if they are flickering or not. Hope that helps.

PS - well done on getting it working so quickly. If you post some close ups of the connections to the nano and the driver board I can check them against mine :grin:

Edited by tekkydave
Link to comment
Share on other sites

I guess you have to try it and see.  I know from your other posts you are going for direct drive 1:1,  our setup is much like wuthton - 20 tooth and belt, about 3:1 (wuthton post #146).  Not much of a modification for you to adjust the bracket if you have to.

As above a bit more grunt from the motor with the additional 9volt battery.

  • Like 1
Link to comment
Share on other sites

Here's a quick snap off my phone,  9v battery box stuck to box containing motor etc.  I have changed this now as added short usb cable and made connection onside the box.

Easy to adjust belt tension using washers on the mounting.

post-37988-0-38579000-1410949965_thumb.j

post-37988-0-91163100-1410950702_thumb.j

  • Like 1
Link to comment
Share on other sites

Thanks guys, I did try a 9V batter, but same issue. I notice the board states 9-12V. Maybe I could run a 12v line from my power supply, that might give it more grunt?

You may be pushing the limits of the motor with direct drive but there's no harm trying. As Mick has pointed out you get a lot of advantage from the belt/pulleys which reduces the strain on the motor.

Here's a quick snap off my phone,  9v battery box stuck to box containing motor etc.  I have changed this now as added short usb cable and made connection onside the box.

Easy to adjust belt tension using washers on the mounting.

Nice job Mick, I must tidy up my bracket.

Matt.

  • Like 2
Link to comment
Share on other sites

I should have pointed out, the direct drive is connected to the 11:1 fine focus spindle, so should already be getting an advantage. I'll try with the 12v and see what happens, though I'd rather not run another cable just for the focuser.

ooops,  I should have looked a little closer, 11:1  of course.

Link to comment
Share on other sites

If it is turning and responds correctly to direction commands then you probably have it all connected correctly. I found it is fairly weak just powered from the nanos 5v supply but is stronger on 9v. Without the battery it is getting its supply from the usb port which may not be up to it - it may well be different on different PCs I suppose. Does it seem to be stronger on 9v? I find with the pulley attached I can still stop it turning with my fingers but it has enough grunt to turn the focuser knob via the toothed belt. Double check all your connections - the leds on the driver board should all be off when the stepper is stopped, I can't tell from your video if they are flickering or not. Hope that helps.

PS - well done on getting it working so quickly. If you post some close ups of the connections to the nano and the driver board I can check them against mine :grin:

Here's a photo of the connections. I'm pretty sure it's wired up as per your schematic.

IMG_20140917_221048.jpg

The lights flash when the motor is on low speed. When it's high, it's very hard to see them flashing. when it's stopped, they are off. The exception was when it was on separate power, in that case, when it was stopped, that lights stayed on.

I tried 12v from my 10A supply and it didn't seem to make a different to the torque. The only difference was the motor got quite hot. Had to turn it off before it got too hot to touch.

I can't see this being able to turn the focuser knob with the pulley. Think I might try buying a new one, maybe this one is knackered  :confused:

Link to comment
Share on other sites

I could be mistaken - but the Blue & Green cables bottom of nano in picture above,  vin & gnd are the bottom 2 pins on my board, vin being + and gnd being -

I am swapping glasses here, reading glasses, a stronger pair for looking at nano's and the one with the red wine.  Will look closer tommos with better light.

Link to comment
Share on other sites

I could be mistaken - but the Blue & Green cables bottom of nano in picture above, vin & gnd are the bottom 2 pins on my board, vin being + and gnd being -

I am swapping glasses here, reading glasses, a stronger pair for looking at nano's and the one with the red wine. Will look closer tommos with better light.

Yes, pin 30 is for Vin. Pin 27 is a 5V output from the nano. The stepper connections look good to me. Try connecting your battery or psu directly to the stepper driver board power pins only and see if it makes a difference. The nano will run quite happily on the power it gets from the usb. I only connected the battery to the nano Vin so it would stay powered if the usb power failed. Edited by tekkydave
Link to comment
Share on other sites

Yes, pin 30 is for Vin. Pin 27 is a 5V output from the nano. The stepper connections look good to me. Try connecting your battery or psu directly to the stepper driver board power pins only and see if it makes a difference. The nano will run quite happily on the power it gets from the usb. I only connected the battery to the nano Vin so it would stay powered if the usb power failed.

Thanks Dave. That's how I wired it up, power directly to the stepper board. I've ordered a new stepper (£4) just in case this one is faulty. If not, then I think I'll need to look at the focuser tension and then consider pulleys. For the pulley, I'm considering putting a big pulley on the fine focus shaft so I get an even greater reduction.

Link to comment
Share on other sites

Thanks Dave. That's how I wired it up, power directly to the stepper board. I've ordered a new stepper (£4) just in case this one is faulty. If not, then I think I'll need to look at the focuser tension and then consider pulleys. For the pulley, I'm considering putting a big pulley on the fine focus shaft so I get an even greater reduction.

Always worth having spares :grin:

I managed to destroy the chip on the stepper board when I was first experimenting so I have a good stock of those now, and spare boards & motors - just in case.

  • 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.