×

INDI Library v2.0.6 is Released (02 Feb 2024)

Bi-monthly release with minor bug fixes and improvements

Moonlite focuser protocol

  • Posts: 454
  • Thank you received: 51

Replied by Patrick on topic Moonlite focuser protocol

I modified the header of the arduino software because it is not fair to tell I am the author. The author is blackdragon72 and I just improved it to make it works with my setup and indi. So this is the modified version.
The following user(s) said Thank You: Frank Baehnisch, moustickk
8 years 1 month ago #7016
Attachments:

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

  • Posts: 23
  • Thank you received: 9
I rebuild this motor focus with 3D printed parts. The coupler will be replaced with a metal one later. The electronics case is mounted where the finder scope was. Everything is working flawless. B)













The following user(s) said Thank You: Jasem Mutlaq, Oleg, Chris Howard, Fernando, Tarun, Jordi Sesé
Last edit: 7 years 9 months ago by Tobiasz Jakubowski.
7 years 9 months ago #9037

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

Beautiful work! Can you please do a write-up on what you did? This would be a great INDI web site article!
7 years 9 months ago #9038

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

  • Posts: 23
  • Thank you received: 9
Yes, I'm planing to do so this week. How can I make an article?
7 years 9 months ago #9039

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

Click here to create an article, or you can email it to me directly and I'll add it.
7 years 9 months ago #9043

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

  • Posts: 23
  • Thank you received: 9
"You are not authorised to view this resource." I'll write it trough the CMS if you give me access.
7 years 9 months ago #9045

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

Can you please try again?
7 years 9 months ago #9046

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

  • Posts: 23
  • Thank you received: 9
It works. Thank you.
7 years 9 months ago #9047

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

  • Posts: 1
  • Thank you received: 0
Silly question, but how do you access the article?

Cheers

Lance
7 years 6 months ago #10464

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

It's in the main website
7 years 6 months ago #10465

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

  • Posts: 3
  • Thank you received: 0
Hi Folks,

Im building this at the moment and want to add a temp sensor (DS18B20). I get get the sensor to output the temp in Celsius but dont know how to convert it to work with the moonlight protocol, there is also the temp coefficient again what do I do with this?
Any help would be great!

Craig
6 years 6 months ago #18908

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

  • Posts: 281
  • Thank you received: 29

Replied by Helge on topic Moonlite focuser protocol

Hi Craig,

I am not sure if useful, I followed those instructions when "rebuilding" the moonlite focuser - see this link:

github.com/Hansastro/Focuser

In the library for the LM335 (lm335-cpp), which is used here as sensor, the following formula is applied (to the end of the lib), maybe you can leverage:

return (500.0*analogRead(this->aquisitionPin)/1024.0) - 273.15;
6 years 6 months ago #18914

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

Time to create page: 0.725 seconds