<?xml-stylesheet type="text/xsl" href="https://community.element14.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Automatic Arduino Garden-Watering Project</title><link>/members-area/personalblogs/b/blog/posts/automatic-arduino-garden-watering-project</link><description>This is the first entry of my first project since joining here. I work a lot and would like to have my garden watered by my Arduino. I want the water to turn on every morning at the same time for the same duration. As far as parts g...</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Automatic Arduino Garden-Watering Project</title><link>https://community.element14.com/members-area/personalblogs/b/blog/posts/automatic-arduino-garden-watering-project</link><pubDate>Wed, 09 Aug 2017 05:34:18 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:662da72c-6250-4a5a-ad8c-cd8961a5e3c9</guid><dc:creator>adiclepcea</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;I did a project that might help you with some ideas.&lt;/p&gt;&lt;p&gt;It uses however an older version of Arduino IDE.&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="http://www.instructables.com/id/Arduino-multiple-timer-Day-based-and-alarm-based/" rel="nofollow ugc noopener" target="_blank" title="http://www.instructables.com/id/Arduino-multiple-timer-Day-based-and-alarm-based/"&gt;Arduino Multiple Timer. Day Based and Alarm Based: 3 Steps&lt;/a&gt; &lt;/p&gt;&lt;p&gt;With it you can use up to 6 timers and set up the period they run for and also choose the days of the week when they run.&lt;/p&gt;&lt;p&gt;It uses a DS1307 timer but other compatible timers have been used for this project with success.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;HTH.&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=3407&amp;AppID=293&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Automatic Arduino Garden-Watering Project</title><link>https://community.element14.com/members-area/personalblogs/b/blog/posts/automatic-arduino-garden-watering-project</link><pubDate>Tue, 08 Aug 2017 03:04:55 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:662da72c-6250-4a5a-ad8c-cd8961a5e3c9</guid><dc:creator>ntewinkel</dc:creator><slash:comments>2</slash:comments><description>&lt;p&gt;A few years ago I built a similar watering setup for my greenhouse, but using pumps.&lt;/p&gt;&lt;p&gt;Mine has 2 relays - 1 for the water pump, and 1 for a fertilizer pump.&lt;/p&gt;&lt;p&gt;It would run the fertilizer pump at the start of the watering cycle to inject fertilizer in with the water, and shutting the fertilizer off early so that none of it was left in the lines (to avoid algae and such).&lt;/p&gt;&lt;p&gt;The timing doesn&amp;#39;t have to be accurate, so the software just relies on the internal clock. That seemed to stay close enough on time that I didn&amp;#39;t notice any deviation throughout the watering season.&lt;/p&gt;&lt;p&gt;I use 120v (not really safe for beginners) but it can be done with lower safer voltages too if you choose 12v pumps, for example.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I originally had much bigger plans, like tracking sunlight, humidity, temperature, soil moisture, and the idea was to only water the plants when the soil moisture was down to a certain point. Ultimately I ran into issues with sensor numbers being unreliable, likely due to wire lengths, so I settled for having it just be a timer.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I like the water valve you mentioned - it sounds like you could use the same 9v supply to run the Arduino as well as open the valve. And no need for a water barrel and pump!&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Let me know if you want the source code for that, I&amp;#39;d be happy to share. I don&amp;#39;t have schematics or anything, but it&amp;#39;s really just as simple as &amp;quot;connect pin A to relay 1, connect pin B to relay 2). And you don&amp;#39;t even need relay2. It was mostly unused in my setup for several years. In any case, it might give you some starting ideas.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Cheers,&lt;/p&gt;&lt;p&gt;-Nico&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=3407&amp;AppID=293&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Automatic Arduino Garden-Watering Project</title><link>https://community.element14.com/members-area/personalblogs/b/blog/posts/automatic-arduino-garden-watering-project</link><pubDate>Mon, 07 Aug 2017 19:06:18 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:662da72c-6250-4a5a-ad8c-cd8961a5e3c9</guid><dc:creator>DAB</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;I suggest you start small and build up capability as you get experience with the project.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;DAB&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=3407&amp;AppID=293&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Automatic Arduino Garden-Watering Project</title><link>https://community.element14.com/members-area/personalblogs/b/blog/posts/automatic-arduino-garden-watering-project</link><pubDate>Mon, 07 Aug 2017 17:08:54 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:662da72c-6250-4a5a-ad8c-cd8961a5e3c9</guid><dc:creator>dougw</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Cool project. It will be interesting to watch it develop.&lt;/p&gt;&lt;p&gt;Be sure to ask questions here if you run into snags.&lt;/p&gt;&lt;p&gt;Thanks for sharing.&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=3407&amp;AppID=293&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item></channel></rss>