Jump to content

NLCbanner2024.jpg.2478be509670e60c2d6efd04834b8b47.jpg

Very simple rain sensor required - Any pointers?


swag72

Recommended Posts

Those ebay rain sensors look pretty good - might even get one myself :) OK so I know I could knock one up but everything seems to take ten times as long as it used to and time is precious:D

Link to comment
Share on other sites

  • Replies 36
  • Created
  • Last Reply

I've just ordered one of those. I worked out that I couldn't make such a device for much less and I've got better uses for my time :D

I take it though you will do something clever and computerised with yours? Mine will be so simple it will make your eye's water :smiley:

Link to comment
Share on other sites

Well I might eventually :D But for now I might do the same as you - connect it with a length of bell wire from the obsy to my bedroom and a bell/buzzer. One day I shall probably arrange a winch to close my roof with computer/Arduino control (or something). With the widefield rig or the dual ED80s I can just close the roof wherever the mount is pointing but the MN190 needs to be parked in a particular place to give clearance for the roof. Thinking about it for a second or two, I guess I could arrange the relay to operate the winch through a power relay and limit switch to close the roof - without involving any electronics :D Believe it or not, I do like to keep things as simple as possible :D

Link to comment
Share on other sites

This thread got me thinking of a solution using what I already have available to me. MaxIm DL has an alarm feature that can call a VB Script if the guiding system goes out of kilter by a certain number of pixels or the guide star disappears because it is obscured by cloud. I then thought that rather than invoke Skype as suggested in post #6 of this thread, perhaps I could get the observatory to page my iPhone over the home network?

I couldn't find a solution to this but after a load of research on Google, I finally came up with an alternative solution. The following VB Script is invoked by MaxIm DL and it sends an email message to me which is picked up by my laptop and desktop PCs as well as my iPhone and warns me of potential cloud cover or other impediment to imaging and, of course, cloud = rain sometimes too! The code works a treat:-

const cdoBasic=1
schema = "http://schemas.microsoft.com/cdo/configuration/"
Set objEmail = CreateObject("CDO.Message")
With objEmail
.From = "name@domain.co.uk"
.To = "name@domain.co.uk"
.Subject = "Star Faded"
.Textbody = "Check for cloud cover or imminent rain"
With .Configuration.Fields
.Item (schema & "sendusing") = 2
.Item (schema & "smtpserver") = "smtp.outlook.com"
.Item (schema & "smtpserverport") = 25
.Item (schema & "smtpusessl") = True
.Item (schema & "smtpauthenticate") = cdoBasic
.Item (schema & "sendusername") = "name@domain.co.uk"
.Item (schema & "smtpaccountname") = "name@domain.co.uk"
.Item (schema & "sendpassword") = "mypassword"
End With
.Configuration.Fields.Update
.Send
End With
 

I just love new knowledge! :grin:

Link to comment
Share on other sites

That's a good idea Steve - Could you somehow incorporate that with an actual sensor rather than just guide star brightness. Very often the cloud that goes across and obscures the guidestar is nothing more than an annoying cotton wool ball and it will pass and guiding will continue. I wouldn't want to be woken up for that!

Link to comment
Share on other sites

You are brave people imaging all night with kit out whilst you are in bed!  Gee whiz, I don't trust the Midlands UK weather five minutes into the future, never mind six hours.  I have been caught twice by one small cloud in an otherwise clear sky homing in on me and raining for a minute.  Not much rain in absolute terms but woud have wrecked the electronics had I not been there to take measures....

Even when the imaging kit is out and running and I pop in to see Madame for an hour or so (who will be watching TV drivel of some description), I am looking out the windows every 5 mins to check.

Link to comment
Share on other sites

Back in the day, they used to make sensors by wiring alternate tracks of "Veroboard" together. ;)

(The PCB tracks will have narrower spacing). Then just "amplify" the conductivity of the rain drops. 

Have to watch out for the smart-bombing seagulls around here... Not quite so easy to detect... :p

Link to comment
Share on other sites

That's a good idea Steve - Could you somehow incorporate that with an actual sensor rather than just guide star brightness.

I have no doubt that it could be done with a small program with an input from the sensor but my programming days finished with FoxPro database management systems! However, a simple program and a USB breadboard device would do the job if you knew how!

You are brave people imaging all night with kit out whilst you are in bed!

Be assured, I am not that brave but I do come inside the house to warm up while an imaging session is running and then go outside every 10 - 15 minutes to move the dome aperture round a little. Would I risk going to bed? No way in the UK!!

Link to comment
Share on other sites

Yep, I agree about not going to bed ! I imaged until 5:50am this morning and lost 2hrs of imaging time (20min susb) due to the Atik Artemis software locking up at the download stage, took several power off operations of the camera to get it working again. If I gone to bed at 1am instead of 6am I would have lost around 4hrs imaging data. I could have done with another 2hrs of OIII data as well  :sad:

Please let us know how you get on.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. By using this site, you agree to our Terms of Use.