You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,23 +3,23 @@
3
3
4
4
This is a very basic IOT setup - the script turns a relay on or off (or leaves it on/off) based on temperature thresholds. Do with it what you will, I plugged an air conditioner into it.
5
5
6
-
Super big thanks to the folks at Adafruit for their great temperature sensing guide - (https://cdn-learn.adafruit.com/downloads/pdf/adafruits-raspberry-pi-lesson-11-ds18b20-temperature-sensing.pdf)[https://cdn-learn.adafruit.com/downloads/pdf/adafruits-raspberry-pi-lesson-11-ds18b20-temperature-sensing.pdf]
6
+
Super big thanks to the folks at Adafruit for their great temperature sensing guide - https://cdn-learn.adafruit.com/downloads/pdf/adafruits-raspberry-pi-lesson-11-ds18b20-temperature-sensing.pdf
7
7
8
8
## Setup
9
9
10
10
### Hardware
11
11
12
12
-**Raspberry Pi** - I used a Pi Zero W
13
-
-**DS18B20 Temperature sensor w/ 4.7k resistor** - (https://www.adafruit.com/product/381)[https://www.adafruit.com/product/381]
14
-
-**Controllable relay** - I used (https://dlidirect.com/products/iot-power-relay)[https://dlidirect.com/products/iot-power-relay]
13
+
-**DS18B20 Temperature sensor w/ 4.7k resistor** - https://www.adafruit.com/product/381
14
+
-**Controllable relay** - I used https://dlidirect.com/products/iot-power-relay
15
15
-**Breadboard and associated hardware (breakout kit)**
16
16
-**5 male-to-male jumper cables**
17
17
18
18
### Put it all together now...
19
19
20
20
#### DS18B20
21
21
22
-
To set up the temperature sensor, follow the instructions at (https://cdn-learn.adafruit.com/downloads/pdf/adafruits-raspberry-pi-lesson-11-ds18b20-temperature-sensing.pdf)[https://cdn-learn.adafruit.com/downloads/pdf/adafruits-raspberry-pi-lesson-11-ds18b20-temperature-sensing.pdf] to wire up the breadboard and add OneWire support to your Pi.
22
+
To set up the temperature sensor, follow the instructions at https://cdn-learn.adafruit.com/downloads/pdf/adafruits-raspberry-pi-lesson-11-ds18b20-temperature-sensing.pdf to wire up the breadboard and add OneWire support to your Pi.
0 commit comments