-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.txt
37 lines (20 loc) · 876 Bytes
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Final project - smart irrigation system
********************************************
how to setup the arduino and nRF24L01
left side represents the nRF inputs, the right side the arduino uno inputs.
attach the following:
1 -> GND
2 -> 3.3V
3 -> 9~
4 -> 10~
5 -> 13
6 -> 11~
7 -> 12
you also have to download the RF24 library from the following link : https://github.com/maniacbug/RF24
once you've downloaded it, unzip it and insert into the ../Arduino/libraries folder
####################################################
good link for communication between Arduino and Raspberry Pi3 :
http://invent.module143.com/daskal_tutorial/rpi-3-tutorial-14-wireless-pi-to-arduino-communication-with-nrf24l01/
#####################################################
good link for the valve :
http://www.bc-robotics.com/tutorials/controlling-a-solenoid-valve-with-arduino/