×

INDI Library v2.0.7 is Released (01 Apr 2024)

Bi-monthly release with minor bug fixes and improvements

Arduino focuser project and INDI?

  • Posts: 455
  • Thank you received: 51
If between each capture the focus is done with HFR with EKOS in-focus-sequence, is the temperature measuring remain useful ?
Is a temperature calibration of the automated focuser mechanism necessary ?
If it is I imagine that it make more complicated to keep the calibration parameters constants.
Another question is about absolute and relative focusing. What is the best one ?
I have an opinion about it but not sure I am true.
8 years 3 months ago #6546

Please Log in or Create an account to join the conversation.

  • Posts: 40
  • Thank you received: 7

This was posted about a year ago in a topic started by me when I was developing my focuser. Hope it is useful to you.

If you search by my username and "DIY focuser you should get it.
Last edit: 8 years 3 months ago by Robert Barlow. Reason: Add clarification
8 years 3 months ago #6547

Please Log in or Create an account to join the conversation.

  • Posts: 39
  • Thank you received: 38
I have created an easy arduino micro based focuser for my FS-60 a while ago.

github.com/ppapadeas/takahashi-fs60-focuser

It is open hardware. If anyone is interested I can port it to KiCAD for additional development. I think it worths it to keep developing an open source solution like this (properly licensed)
8 years 3 months ago #6588

Please Log in or Create an account to join the conversation.

  • Posts: 983
  • Thank you received: 375
You can also check Astroberry Focuser in this topic - home made focuser based on Raspberry Pi.
8 years 2 months ago #6828

Please Log in or Create an account to join the conversation.

  • Posts: 643
  • Thank you received: 62
Hi!

Ppapadeas,

Seems great! Can I specifically ask you about the blue and yellow triangular wedges, on the last to images on your site - for physically attaching the stuff to the scope. What are these, and made of what?

Magnus
Last edit: 8 years 2 months ago by Magnus Larsson.
8 years 2 months ago #6833

Please Log in or Create an account to join the conversation.

  • Posts: 39
  • Thank you received: 38
Those are custom designed holders, designed in FreeCAD and printed in a TAZ4 3D Printer. All designs are available in the github repo.
8 years 2 months ago #6834

Please Log in or Create an account to join the conversation.

  • Posts: 643
  • Thank you received: 62
Hi!

Patdut, I now have assembled the whole DIY focuser (version 2, found here: sourceforge.net/projects/arduinoascomfocuserpro2diy/) and have it running with the windows software. So far so good!

Next step is to connect it to Indi. I have the DRW8825 driver board, so the moonlight driver you pointed to would not work. However, it is supposed to work with the verion 1 of the same project. I'll try that and get back. How is you project doing?

And, by the way, what is specifically meant by "absolute" focusers?

Magnus
8 years 1 month ago #7011

Please Log in or Create an account to join the conversation.

  • Posts: 455
  • Thank you received: 51
Hello Magnus,
The mod blackdragon72 software (sourceforge.net/p/arduinomoonlitefocuser...code/ci/master/tree/) works fine with the basic setup I use ULN2003A controller + stepper motor 28BYJ-48-5. I tested only the principle, I mean I connected the stepper motor to controller the controller to the arduino and the the arduino to the computer. I flashed the arduino with mod software and :woohoo: it worked fine.
I guess, as the implied by the name, the DIY focuser is an ascom focuser. I don't know if it can be handled by indiserver. Maybe Jasem can enlighten our mind on this topic.
I must admit that absolute and relative notion made me a little bit doubtfully. I guess that relative means that the displacement of focuser is coded as positive or negative number, and, for absolute, the position value is coded always as positive integer. Meaning that you define a great positive value as origin and move forward and backward of this positive value. Maybe, again, Jasem can enlighten our mind on this notion.

The work I have to do now is to install the stepper motor on my focuser for a better testing. Not a easy task to do it without damaging the nice focuser of the AT 111/777.
Doing a lot of designs to avoid drilling holes in it. Still working to find the better solution. My last design implies a 3d printed bracket stuck on the focuser body with a strong double sided adhesive and a toothed belt. This step looks to be the more difficult in my opinion.

Patrick
8 years 1 month ago #7014

Please Log in or Create an account to join the conversation.

An absolute focuser can always know its position on start-up. While a relative focuser always assumes home or zero position on start-up. For example, suppose we have one absolute and relative focuser, and both initially at home zero position (both reports 0 ticks), which is when the draw tube is all the way in. If you ask them to "Focus Out" 1000 ticks, both would go to the same position. If you power off, and then connect again, the relative focuser will report a value of 0 ticks, while the absolute focuser will report a value of 1000 ticks.
The following user(s) said Thank You: Patrick
8 years 1 month ago #7015

Please Log in or Create an account to join the conversation.

  • Posts: 455
  • Thank you received: 51
:) I understand better why in blackdragon72 arduino software there is a EEPROM store of the position after a long lapse of inactivity. Something I don't understand how is it possible to go from the all way in position of the tube to the closed focus position with only 60000 steps if you use (as I wanted to do) the 1/10 knob to move the focuser ?
I guess it is necessary to travel the focuser manually to the closed focus position power on the focuser, connect it under ekos and lets the software do the rest.

Just a question Jasem, is it necessary to correct the focus with temperature if it is possible to do an automatic focus between two shots (and is it possible) ?
Last edit: 8 years 1 month ago by Patrick.
8 years 1 month ago #7017

Please Log in or Create an account to join the conversation.

  • Posts: 35
  • Thank you received: 3
sourceforge.net/projects/arduinofocuscontrollerpro/

This project indeed runs under INDI. you just connect it up and select the moonlite driver.
Many users are doing this
Regards
Robert
Last edit: 7 years 8 months ago by Robert.
7 years 8 months ago #9371

Please Log in or Create an account to join the conversation.

Time to create page: 0.254 seconds