Engineer
ITALY • + Follow
Edit Project
Components
|
resistenzaelcoteam
|
x 1 | |
|
diodo 1N4007farnell
|
x 1 | |
|
transistor NPN PN2222Ahomotix
|
x 1 |
Tools, APP Software Used etc.
![]() |
arduino IDEArduino
|
Description
irrigation with arduino
I decided to create this project to solve a problem some people might find themselves in, watering plants with arduino
Code
codice dell'orologio per innaffiare le piante
C/C++
#define GIORNO 86390
#define ATTIVAZIONE 13
#define PIN_ATTIVAZIONE 5
// il pin da collegare è quello al numero 5
void setup() {
pinMode(PIN_ATTIVAZIONE, OUTPUT);
}
void loop() {
digitalWrite(PIN_ATTIVAZIONE,HIGH);
delay(ATTIVAZIONE*1000);
digitalWrite(PIN_ATTIVAZIONE,LOW);
delay((GIORNO-ATTIVAZIONE)*1000);
}
Schematic and Layout
Oct 19,2022
321 views
irrigation with arduino
This project aims to create a circuit that allows you to connect an irrigation pump from max 5v to arduino uno.
321
0
0
Published: Oct 19,2022
Purchase
Donation Received ($)
PCBWay Donate 10% cost To Author
Copy this HTML into your page to embed a link to order this shared project
Copy
Under the
Attribution-ShareAlike (CC BY-SA)
License.
- Comments(0)
- Likes(0)
Upload photo
You can only upload 5 files in total. Each file cannot exceed 2MB. Supports JPG, JPEG, GIF, PNG, BMP
0 / 10000
It looks like you have not written anything. Please add a comment and try again.
You can upload up to 5 images!
Image size should not exceed 2MB!
File format not supported!
View More
View More
VOTING
0 votes
- 0 USER VOTES
0.00
- YOUR VOTE 0.00 0.00
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
Design
1/4
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
Usability
2/4
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
Creativity
3/4
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
Content
4/4
More by Engineer
You may also like
-
-
Instrumentation Input, high impedance with 16 bit 1MSPS ADC for SPI
199 0 0 -
RGB LED Matrix input module for the Framework Laptop 16
394 0 2 -
-
📦 StackBox: Modular MDF Storage Solution 📦
238 0 2 -
-