water programmer
2012-07-03 by Riccardo Castellani
Yahoo Groups archive
Index last updated: 2026-04-28 22:41 UTC
Thread
2012-07-03 by Riccardo Castellani
Could you indicate small project to create water progammer (for my garden irrigation) to toggle on/off an elettrical valve (solenoid 24 Vca) twice a day by timer ? I have AT-Mega8535. Did you have suggestions ? [Non-text portions of this message have been removed]
2012-07-03 by Dave Hylands
Hi Riccardo, On Mon, Jul 2, 2012 at 10:48 PM, Riccardo Castellani <ric.castellani@alice.it> wrote: > Could you indicate small project to create water progammer (for my garden irrigation) to toggle on/off an elettrical valve (solenoid 24 Vca) twice a day by timer ? > I have AT-Mega8535. > Did you have suggestions ? Check out the OpenSprinkler project: http://rayshobby.net/?page_id=160 -- Dave Hylands Shuswap, BC, Canada http://www.davehylands.com
2012-07-08 by Riccardo Castellani
I cannot find the electrical diagram, do you know if I can get it so I'll create my circuit with my ATmega8535.
----- Original Message -----
From: Dave Hylands
To: AVR-Chat@yahoogroups.com
Sent: Tuesday, July 03, 2012 3:46 PM
Subject: Re: [AVR-Chat] water programmer
Hi Riccardo,
On Mon, Jul 2, 2012 at 10:48 PM, Riccardo Castellani
<ric.castellani@alice.it> wrote:
> Could you indicate small project to create water progammer (for my garden irrigation) to toggle on/off an elettrical valve (solenoid 24 Vca) twice a day by timer ?
> I have AT-Mega8535.
> Did you have suggestions ?
Check out the OpenSprinkler project:
http://rayshobby.net/?page_id=160
--
Dave Hylands
Shuswap, BC, Canada
http://www.davehylands.com
[Non-text portions of this message have been removed]2012-07-09 by Dave McLaughlin
You need to go to the download section and choose opensprinkler and then hardware. There is a PNG schematic in there. https://github.com/rayshobby/opensprinkler/blob/master/OpenSprinkler%20Contr oller/hardware/v1.3/OpenSprinkler_v13.png It appears the design was done in Eagle as there is a board and schematic file for them on there too. Dave.
From: AVR-Chat@yahoogroups.com [mailto:AVR-Chat@yahoogroups.com] On Behalf Of Riccardo Castellani Sent: 09 July 2012 02:38 To: Dave Hylands Cc: AVR-Chat@yahoogroups.com Subject: Re: [AVR-Chat] water programmer I cannot find the electrical diagram, do you know if I can get it so I'll create my circuit with my ATmega8535. ----- Original Message ----- From: Dave Hylands To: AVR-Chat@yahoogroups.com <mailto:AVR-Chat%40yahoogroups.com> Sent: Tuesday, July 03, 2012 3:46 PM Subject: Re: [AVR-Chat] water programmer Hi Riccardo, On Mon, Jul 2, 2012 at 10:48 PM, Riccardo Castellani <ric.castellani@alice.it <mailto:ric.castellani%40alice.it> > wrote: > Could you indicate small project to create water progammer (for my garden irrigation) to toggle on/off an elettrical valve (solenoid 24 Vca) twice a day by timer ? > I have AT-Mega8535. > Did you have suggestions ? Check out the OpenSprinkler project: http://rayshobby.net/?page_id=160 -- Dave Hylands Shuswap, BC, Canada http://www.davehylands.com [Non-text portions of this message have been removed]
2012-07-10 by Mauro Zanin
Vedi https://github.com/rayshobby/opensprinkler/raw/master/OpenSprinkler%20Controller/hardware/v1.3/OpenSprinkler_v13.png Ciao Mauro
----- Original Message -----
From: Riccardo Castellani
To: Dave Hylands
Cc: AVR-Chat@yahoogroups.com
Sent: Sunday, July 08, 2012 9:37 PM
Subject: Re: [AVR-Chat] water programmer
I cannot find the electrical diagram, do you know if I can get it so I'll create my circuit with my ATmega8535.
----- Original Message -----
From: Dave Hylands
To: AVR-Chat@yahoogroups.com
Sent: Tuesday, July 03, 2012 3:46 PM
Subject: Re: [AVR-Chat] water programmer
Hi Riccardo,
On Mon, Jul 2, 2012 at 10:48 PM, Riccardo Castellani
<ric.castellani@alice.it> wrote:
> Could you indicate small project to create water progammer (for my garden irrigation) to toggle on/off an elettrical valve (solenoid 24 Vca) twice a day by timer ?
> I have AT-Mega8535.
> Did you have suggestions ?
Check out the OpenSprinkler project:
http://rayshobby.net/?page_id=160
--
Dave Hylands
Shuswap, BC, Canada
http://www.davehylands.com
[Non-text portions of this message have been removed]
[Non-text portions of this message have been removed]2012-08-06 by Riccardo Castellani
Can you indicate me if on OpenSprinkler project site , I can find source code (in C language) to programme the AVR microcontroller ? [Non-text portions of this message have been removed]
2012-08-06 by Dave Hylands
Hi Riccardo, On Mon, Aug 6, 2012 at 12:26 PM, Riccardo Castellani <ric.castellani@alice.it> wrote: > Can you indicate me if on OpenSprinkler project site , I can find source code (in C language) to programme the AVR microcontroller ? This page: http://rayshobby.net/?page_id=160 has a link "Download in GitHub", which points to: https://github.com/rayshobby/opensprinkler The project was done using arduino, and instructions for building the project is found here: http://rayshobby.net/?page_id=732 -- Dave Hylands Shuswap, BC, Canada http://www.davehylands.com
2012-08-08 by Riccardo Castellani
I found precompiled code (.hex) for ATmega microcontroller but I'd like to get "C language" code please but I was not able to fnd it. thanks >GitHub", which points to: >https://github.com/rayshobby/opensprinkler >The project was done using arduino, and instructions for building the >project is found here: h>ttp://rayshobby.net/?page_id=732
2012-08-08 by Alex Shepherd
> I found precompiled code (.hex) for ATmega microcontroller but I'd like to > get "C language" code please but I was not able to fnd it. > thanks Maybe this is what you're looking for - an Arduino library with example sketches: https://github.com/rayshobby/opensprinkler/tree/master/OpenSprinkler%20Contr oller/software/libraries HTH Alex
2012-08-21 by Riccardo Castellani
I'd like create my OpenSprinkler with my At-Mega8535 but I have no Arduino suite. I have simpl avr isp programmer MKII Suggestions ? Can I rebuild my library starting from Arduino library ? openSprinkler wit At-Mega8535
----- Original Message -----
From: Mauro Zanin
To: AVR-Chat@yahoogroups.com
Sent: Tuesday, July 10, 2012 9:24 PM
Subject: Re: [AVR-Chat] water programmer
Vedi https://github.com/rayshobby/opensprinkler/raw/master/OpenSprinkler%20Controller/hardware/v1.3/OpenSprinkler_v13.png
Ciao
Mauro
----- Original Message -----
From: Riccardo Castellani
To: Dave Hylands
Cc: AVR-Chat@yahoogroups.com
Sent: Sunday, July 08, 2012 9:37 PM
Subject: Re: [AVR-Chat] water programmer
I cannot find the electrical diagram, do you know if I can get it so I'll create my circuit with my ATmega8535.
----- Original Message -----
From: Dave Hylands
To: AVR-Chat@yahoogroups.com
Sent: Tuesday, July 03, 2012 3:46 PM
Subject: Re: [AVR-Chat] water programmer
Hi Riccardo,
On Mon, Jul 2, 2012 at 10:48 PM, Riccardo Castellani
<ric.castellani@alice.it> wrote:
> Could you indicate small project to create water progammer (for my garden irrigation) to toggle on/off an elettrical valve (solenoid 24 Vca) twice a day by timer ?
> I have AT-Mega8535.
> Did you have suggestions ?
Check out the OpenSprinkler project:
http://rayshobby.net/?page_id=160
--
Dave Hylands
Shuswap, BC, Canada
http://www.davehylands.com
[Non-text portions of this message have been removed]
[Non-text portions of this message have been removed]
[Non-text portions of this message have been removed]