In Arduino MeteoStation i have for example the temperature.
I have Watchdog installed.
But how/where do i combine these two. So lets say as the temperature is below 10 then an unsafe condition occurs and the scope must be parked?
Regards,
Joshua
Mount: AZ EQ 6GT
Telescope: Newton 10' f4, Esprit 100ED, Celestron 8SE
Camera: Zwo 120MC, 294 MC Pro
You should set the threshold in the MeteoStation. Once the temperature drops below 10, the overall status of weather in the driver should turn to ALERT. This would trigger the watchdog to start the shutdown process.