The video shows that you can start building a number of various sensors and devices with absolutely no tools and just a few low cost components. From there, slowly adding a few basic tools as your experience increases allows you to build a bit more complex devices. This article primarily follows along with that video and just lists the parts and a couple of the wiring diagrams shown as reference material.
So please watch the video as this article will only provide links to the parts shown and references like a few wiring diagrams for the video.
Complete Parts List for All Items Shown in the Video
Item / Link |
Notes |
|
|
|
|
|
|
|
|
Breadboard friendly
version |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Other gauges
available via this link |
|
Other gauges
available via this link |
|
|
|
|
|
|
|
|
|
|
|
Upgraded from version
shown |
|
|
|
|
|
This model has been
discontinued |
|
|
|
|
|
|
|
|
|
|
|
|
|
Some of these links may be Amazon affiliate links. Use of these links will not affect your pricing, but as an affiliate this channel may earn a small commission if you make a purchase.
Wiring Diagrams And ESPHome Sensor Details Shown
DHT22 Temperature/Humidity Sensor
sensor:
- platform: dht
pin: GPIO27
model: DHT22
temperature:
name: "Living Room Temperature"
humidity:
name: "Living Room Humidity"
update_interval: 30s
HC-SR04 Ultrasonic Distance Sensor
sensor:
- platform: ultrasonic
trigger_pin: GPIO26
echo_pin: GPIO25
name: "Ultrasonic Sensor"
update_interval: 1s
ESPHome Dual Sensor Configuration:
sensor:
- platform: dht
pin: GPIO27
model: DHT22
temperature:
name: "Living Room Temperature"
humidity:
name: "Living Room Humidity"
update_interval: 30s
- platform: ultrasonic
trigger_pin: GPIO26
echo_pin: GPIO25
name: "Ultrasonic Sensor"
update_interval: 1s
Additional Links and Information Referenced in video
Supporting this blog and related YouTube channel
It takes significant time and effort (and occasionally expense) to create these articles and videos. If you'd like to support future content on this blog and the related YouTube channel, or just say thanks for something that helped you out, you can consider buying me a one-off cup of coffee or two at:
No comments:
Post a Comment
To help eliminate spam and to keep all conversations civil, submitted comments are moderated. Therefore your post may not show up immediately. Please be patient as most reviews are completed within a few hours.