element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Project Videos
  • Challenges & Projects
  • element14 presents
  • Project Videos
  • More
  • Cancel
Project Videos
Documents Pi Home Temperature Monitoring System -- Episode 562
  • Documents
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Project Videos to participate - click to join for free!
Related
Recommended
Engagement
  • Author Author: tariq.ahmad
  • Date Created: 21 Jul 2022 3:36 PM Date Created
  • Last Updated Last Updated: 5 Aug 2022 7:24 AM
  • Views 498927 views
  • Likes 9 likes
  • Comments 4 comments

Pi Home Temperature Monitoring System -- Episode 562

You don't have permission to edit metadata of this video.
Edit media
x
image
Upload Preview
image

To enable analysis of temperatures around the house, Andy built a monitoring system consisting of remote sensors and a centralised dashboard using Mosquitto MQTT Broker, Influx DB a time series database, Node Red the visual programming tool for the Internet of Things, and Grafana for charting and graphs.

 

Supplemental Content:

  • Code and 3d models
  • Workbench Wednesdays 56: How to Profile Battery Usage for IoT Devices

You don't have permission to edit metadata of this video.
Edit media
x
image
Upload Preview
image

Bill of Material:

Product Name Manufacturer Quantity Buy Kit
Pi Pico Raspberry Pi 4 Buy Now
ESP8266 WiFi Serial Transceiver Module Breakout Board Seeed Studio 4 Buy Now
Lipo Shim Pimoroni 4 Buy Now
DHT11 DF Robot 4 Buy Now
Tactile Switch ALCOSWITCH - TE CONNECTIVITY 4 Buy Now
0.1" Pin Header, 20 Way, 10 Pack Harwin 1 Buy Now
PCB Receptacle, Board-to-Board, 2.54 mm, 2 Rows, 8 Contacts, Through Hole Mount MULTICOMP PRO / AMPHENOL COMMUNICATIONS SOLUTIONS 4 Buy Now
Lipo Battery MIKROELEKTRONIKA / Adafruit 4 Buy Now
IP65 Polypropylene Enclosure - 110x110x65mm - ETERNA 1 Buy Now
Raspberry Pi 4 Raspberry Pi 1 Buy Now
 

Additional Parts:

Pico Zero Expansion Board (4)
USB to Sata adapter
SDCard
ATX Powersupply
MDF
Metal Mesh
Paint
3D Printer Filament

element14 presents

element14 presents  |  Andy's Profile   |  Project Videos

  • wifi
  • mqtt
  • Andy Clark
  • temperature
  • battery
  • raspberry pi
  • e14p_AC
  • friday_release
  • pi pico
  • Andy
  • Share
  • History
  • More
  • Cancel
Actions
  • Share
  • More
  • Cancel
  • Sign in to reply
Parents
  • itpilot
    itpilot over 2 years ago

    Very nice project

    I need to connect 3 x DHT22 Temperature and Humidity Sensors to my Raspberry PI 4

    Where in the Code do I add the Additional DHT22 Sensors as i have them connected to required GPIO Pins on the Raspberry PI 4

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • Workshopshed
    Workshopshed over 2 years ago in reply to itpilot

    The code is designed remote sensors attached to the PiPico not directly connected to the Pi4.

    Looking at the Arduino DHT11 library code, I suggest allocating one pin per device. And then creating multiple DHT objects which you could read in turn. You'd also want to update the message to be unique for each sensor.

    If you wanted to use directly attached sensors this could also work, you could either mash up a python example for the temperature sensors and Matt and have it work the same as existing sensors.

    www.raspberrypi-spy.co.uk/.../

    Or you could cut out a step and read the sensors directly in NodeRed. Although I think that might require running NodeRed directly on the Pi rather than in a docker container.

    flows.nodered.org/.../node-red-contrib-dht-sensor

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
Comment
  • Workshopshed
    Workshopshed over 2 years ago in reply to itpilot

    The code is designed remote sensors attached to the PiPico not directly connected to the Pi4.

    Looking at the Arduino DHT11 library code, I suggest allocating one pin per device. And then creating multiple DHT objects which you could read in turn. You'd also want to update the message to be unique for each sensor.

    If you wanted to use directly attached sensors this could also work, you could either mash up a python example for the temperature sensors and Matt and have it work the same as existing sensors.

    www.raspberrypi-spy.co.uk/.../

    Or you could cut out a step and read the sensors directly in NodeRed. Although I think that might require running NodeRed directly on the Pi rather than in a docker container.

    flows.nodered.org/.../node-red-contrib-dht-sensor

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
Children
No Data
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube