Jump to content

Banner.jpg.b83b14cd4142fe10848741bb2a14c66b.jpg

A320Flyer

Members
  • Posts

    224
  • Joined

  • Last visited

Reputation

140 Excellent

Profile Information

  • Gender
    Not Telling
  • Location
    Leeds, UK

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Single Status Update

See all updates by A320Flyer

  1. Hello Bill, 

    Just tested my Arduino without the sensors connected & get the same error you're getting (I'm using SGPo)... once you have all your components do a pre-build test & let me know if you still have issues.

     

    Peter

    1. Show previous comments  14 more
    2. A320Flyer

      A320Flyer

      Hi Peter

      A quick update. I have a 3D printer, so I printed off a series of smaller and smaller aperture reducers (for want if a better name) until I got some sky temperature readings that I thought were reasonable. So, I’m testing that at the moment! My rain sensor module, I think, just indicates rain or no rain so that has been impossible to properly calibrate in the ascom driver. So I’ve disabled the rain sensor. I’ve also tweaked the Arduino code so that the unit starts off as Unsafe and then changes to Safe if the avg temperature difference warrants it.   The original code started at an avg diff of 21.5 degrees which I felt was a bit high. This meant the driver immediately indicated Safe, even with clouds, then changed to Unsafe a short time later. I prefer to start Unsafe. 
      If you want any of the 3D printed gizmos, let me know. If you have any suggestions on the my rain sensor issue, let me know. 
      Cheers

      Bill

       

      127ADC15-9985-482E-BE0B-7BC44A41F69F.thumb.jpeg.c55b706bfbfc661fe13d817ee4b416fb.jpeg

    3. whipdry

      whipdry

      Hi Bill, 

      I like the design of 3d prints, hopefully one them will give the result you need. 

      Seems the rain sensor board has has adjustment for sensitivity... can't remember ever changing mine, I just set both the Wet & Dry Threshold sliders to 80%images.jpeg.623cd5f2d8a3ac74ae6f8110a8d97401.jpeg

      IMG_20221005_210356_edit_637056519350705.thumb.jpg.1099511a52349f8ee8cc09142a7d6388.jpg

      Not sure where you sourced your project box, mine was described as waterproof but the supplied lid seal leaked & screws went rusty! 

      Any chance you can tell me exactly where in the code you made the changes? 

      Cheers

      Peter 

       

    4. A320Flyer

      A320Flyer

      It looks like I have a similar rain sensor. I think the sensitivity switch just adjusts the point at which it triggers. I never get a "Dry" situation - it just hovers around 30-35%. So I've set Dry Threshold to 70% and Wet Threshold to 0% - effectively disabling it.

      My project box also leaks - had to seal the joints with sticky tape. Will get something better or I might drill some drainage holes.

      The lines I amended are:

      float avg_delta_celsius = 15.5; //WMcS Edit - was 21.5

      avg_delta_celsius = ((avg_delta_celsius*79.0) + delta_celsius)/80.0; // WMcS Edit - Reduce averaging period

      Hope this helps.

      Bill

       

×
×
  • 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.