tony
1
Hello to all,
i don’t know if you know this arduino and ascom based project for a cloud sensor:
https://stargazerslounge.com/applications/core/interface/file/attachment.php?id=172489
I would like to ask Leo if it was possible to put this cloud detection system on Voyager, it shouldn’t be that complicated.
I have tested it and it works really well and is very accurate if well calibrated.
Thanks
Hi Tony,
I see a driver ASCOM inside project … in this case you can use it in Voyager without changing anything.
All the best
Leonardo
1 Like
tony
3
Ok many thanks for reply. I will try to insert it from the ascom driver
Thank you!
This project is the “break” I need to get a DIY cloud sensor off the ground.
Clear Skies,
Paul
Hi everyone,
did the code work seamlessly for you?
I can’t even compile it in the Arduino IDE. It’s just a slew of different error messages.
Best Regards
Leo
tony
6
Yes, no problem on the code for me.
What version of the program and library files did you use? And when did you try compiling it last?
I just get multiple definition errors, basically for all i2c-library related commands.
Did you also follow this “workflow”:
-
Get the files from the GitHub repository that contains the sketch: GitHub - hjd1964/CloudSensorEvoPlus: Cloud and rain sensor for Arduino 3
-
Click the Code button on that page.
-
Select “Download ZIP” from the dropdown menu.
-
Unzip the downloaded file.
-
Rename the unzipped folder from “CloudSensorEvoPlus-master” to “CloudSensorEvoPlus”.
-
Open the sketch in the “CloudSensorEvoPlus” in the Arduino IDE.
-
Open the last good archived copy of the website:
Peter Fleury Online: AVR Software 3
-
Click the “i2cmaster.zip” link to download the library.
-
Select Sketch > Include Library > Add ZIP Library… from the Arduino IDE menus.
-
Select the downloaded file (“i2cmaster.zip”).
-
Click the Open button.
-
Compile the “CloudSensorEvoPlus” sketch