Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added darklight cover calibrator driver #2107

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

iwannabswiss
Copy link

indi_documentation.zip

The DarkLight Cover/Calibrator (DLC) is a versatile DIY solution using an Arduino Nano or compatible microcontroller. The latest iteration of the DLC features a modular design that offers options to exclusively drive a 12V light panel, no servo required, ideal for a wall-mounted setup, or a servo with no light panel, ideal for taking sky flats. This means you can build a device to operate a servo motor, a light panel, or both, serving as both a dust cover for remote telescope users and/or a calibration panel. The DLC offers both an ASCOM and INDI driver, ensuring seamless operation via the DLC Windows application, any automation software compatible with the ICoverCalibrator driver in ASCOM v6.5 or newer, or the INDI platform.

@iwannabswiss
Copy link
Author

Added additional commits to resolve errors

@knro
Copy link
Contributor

knro commented Sep 10, 2024

Thank you for the driver! It needs to implement both INDI::LightBoxInterface and INDI::DustCapInterface. Please see Flip Flat driver for an example.

@iwannabswiss
Copy link
Author

Thank you for the driver! It needs to implement both INDI::LightBoxInterface and INDI::DustCapInterface. Please see Flip Flat driver for an example.

The problem with DustCapInterface though, is it that it doesn't provide an option to halt cover movement.

@knro
Copy link
Contributor

knro commented Sep 14, 2024

Yes it's just unpark and park, I'll add ABORT to the interface soon.

@knro
Copy link
Contributor

knro commented Sep 18, 2024

Both DustCap and LightBox interfaces are now updated. Please check and let me know of any further issues.

@iwannabswiss
Copy link
Author

Both DustCap and LightBox interfaces are now updated. Please check and let me know of any further issues.

Will review and keep you posted. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants