element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Arduino
  • Products
  • More
Arduino
Arduino Forum Arduino - controlling fans and door/hatch greenhouse
  • Blog
  • Forum
  • Documents
  • Quiz
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Arduino to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • Replies 12 replies
  • Subscribers 395 subscribers
  • Views 1053 views
  • Users 0 members are here
Related

Arduino - controlling fans and door/hatch greenhouse

Former Member
Former Member over 11 years ago

Hi

 

I have not got a arduino yet, just checking what this thing can do for my greenhouse.

 

I want something that can do this :

 

  • Open a small door/hatch temp controlled
  • Start two fans 12v temp controlled
  • Watering system (thats for last)
  • Turn on and off heat and lights (for now this is 220v)

 

Can arduino controll 220v also? For me I've some stuff on 5-12v and 220v from my garage

 

Could anyone give a parts lits of what I need for this? Never used anything like this, except for raspberry pi, but thats not the same?

 

Frode

  • Sign in to reply
  • Cancel
  • nschreiber0813
    nschreiber0813 over 11 years ago

    Dear: Frode

    I am really liking your idea but I have one problem with your post. You said that...

     

    I want something that can do this :

     

    • Open a small door/hatch temp controlled
    • Start two fans 12v temp controlled
    • Watering system (thats for last)
    • Turn on and off heat and lights (for now this is 220v)

    But how are you going to do that all. Could you explain your designs if you have any?

    From: Noah

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • bobcroft
    bobcroft over 11 years ago

    Frode,

              yes you can do all you want to do for your greenhouse and in fact I do all of those things in my greenhouse.  However I feel obliged to issue the usual advice regarding the 220 volt stuff, which is unless you are completely competent to work safely with such voltages you should not attempt projects involving mains electricity especially where there is likely to be water / moisture.

    At a safer level say 12 volt then you can definitely control low voltage lights, vent openers, fans and a watering system.

    For vents you need some form of motorized mechanism to move the vent, the mechanism depends on how much you need the vent to open and its weight. Alternatively a bank of low voltage fans can provide air movement.

    For my watering system I use 12 volt solenoid valves, one per plant.  Not cheap initially but very versatile.  Alternatively one valve can control several 'drippers'.

    I do use soil heating cables on my propagating benches.  These come prewired and in my case the supply cable goes into a sealed box which houses the control relay in a separate dry area.  The opto isolated control relay is controlled by an Arduino which senses temperature, humidity and ambient light level.  The DHT22 does both temperature and humidity, the BH1750 is the ambient light sensor.  The Dallas 18B20 is also an excellent temperature sensor.

    Stealing a phrase from another contributor 'Google is your friend' and my advice to you is to google each of the items you want to do and develop each aspect on its own then add it to your complete system.  All of the sensors I have mentioned have some good information on the net and often Arduino example code and libraries.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • turfgnome
    turfgnome over 11 years ago

    It should be the same as what you did with the pi.  you basically use relays.  we would need to know the amps to help you pick the relays.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • Former Member
    Former Member over 11 years ago

    Hi

     

    I can skip the 220v project for now, most important for me is controlling the fans and the small door. Motor for the door is a drill motor 18v and the fans are radiator fans from a car (yeah low budget style) so they got motor to run it.

     

    Amps on the fans are somewhere between 10 and 15 amps, not sure, but 15 amps fuse working image

     

    Frode

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • Robert Peter Oakes
    Robert Peter Oakes over 11 years ago in reply to Former Member

    A simple Logic level power MOSFET should do the trick there ?

     

    Regards

     

    Peter

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • turfgnome
    turfgnome over 11 years ago in reply to Robert Peter Oakes

    I would think that the MOSFET idea proposed by Peter would be the easiest and most efficient way to do what your looking for without the 220v.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • Former Member
    Former Member over 11 years ago

    Hi

     

    I can see that I need to read alot about this image How about this package on ebay

     

    http://www.ebay.com/itm/Sintron-Mega-2560-Starter-Kit-LCD-Servo-Motor-Sensor-for-Arduino-AVR-Learner/271353386561?_trksid=p2045573.c100033.m2042&_trkparms=aid%3D111001%26algo%3DREC.SEED%26ao%3D1%26asc%3D24901%26meid%3Da8c8ba4001944d489e74f01b416bc593%26pid%3D100033%26prg%3D10502%26rk%3D4%26rkt%3D4%26sd%3D311084836752

     

    Any good?

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • Robert Peter Oakes
    Robert Peter Oakes over 11 years ago in reply to Former Member

    it looks to be as good as any you may find and the price looks good, there is nothing there you should have an issue with and you can always add to it after the fact to suit your needs

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • Former Member
    Former Member over 11 years ago

    Hi

     

    Thanks again for great support and help. These MOSFET on ebay link below, is it just på plug it onto the arduino and of course code/program it? Excuse my english from time to time, my main language is norwegian

     

    Frode

     

    http://www.ebay.com/sch/i.html?_odkw=arduino+mosfet&_from=R40&_osacat=0&_from=R40&_trksid=p2045573.m570.l1313.TR0.TRC0.H0.Xarduino+Logic+level+power+MOSFET&_nkw=arduino+Logic+level+power+MOSFET&_sacat=0

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • Robert Peter Oakes
    Robert Peter Oakes over 11 years ago in reply to Former Member

    Yes these would work just fine for up to 24V and a reasonable current (4A ish)

     

     

     

    http://www.vishay.com/docs/91017/91017.pdf

     

     

     

    I would not exceed about 4A as the FET does not have a heat sink, also if you find it is not turning on fully then you can remove the LED on the card to reduce the controller load

     

     

     

    Regards

     

     

     

    Peter

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
>
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube