Skip to content

Commit 031f7c5

Browse files
committed
Update README
1 parent 6045967 commit 031f7c5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,23 @@
33
44
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.
55

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
77

88
## Setup
99

1010
### Hardware
1111

1212
- **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
1515
- **Breadboard and associated hardware (breakout kit)**
1616
- **5 male-to-male jumper cables**
1717

1818
### Put it all together now...
1919

2020
#### DS18B20
2121

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.
2323

2424
#### Relay
2525

0 commit comments

Comments
 (0)