When the camera starts recording, send "HIGH" pulse to a GPIO pin for sunshade retraction? #1562
loykastj
started this conversation in
New feature requests
Replies: 1 comment 2 replies
-
Could you not do this now? Something along the lines of
Happy to throw some code together for you if it will help :-) I am also curious why the pi is talking to an arduino? Could you not add a servo controller to the pi and drive it that way? @EricClaeys If we did want to do this in allsky then an option might be to add some other points the module system is called, i.e. day/night transitions and then allow custom modules to handle functions like this? From my point of view its a small addition. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am planning on some sort of servo motor powered sun shade for my Allsky camera to help prevent UV wear on the acrylic in 110 F, hot/sunny days here in Oklahoma.
Would it be possible to have a GPIO pin send a "HIGH" signal when the Allsky software starts to record when the sun is at the preset degrees below the horizon.
The HIGH signal can then be picked up by an Arduino that would interpret that as a button push, which would then have the servo motor rotate 180 degrees to open the sun shade.
Beta Was this translation helpful? Give feedback.
All reactions