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
Raspberry Pi
  • Products
  • More
Raspberry Pi
Raspberry Pi Forum What Would You Do with the Indoor Air Quality HAT for Raspberry Pi
  • Blog
  • Forum
  • Documents
  • Quiz
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Raspberry Pi to participate - click to join for free!
Featured Articles
Announcing Pi
Technical Specifications
Raspberry Pi FAQs
Win a Pi
Raspberry Pi Wishlist
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • Replies 19 replies
  • Subscribers 667 subscribers
  • Views 2834 views
  • Users 0 members are here
  • aes-rhsen-zm44-g
  • scasny
  • indoor air quality hat for raspberry pi
  • zmod4410
Related

What Would You Do with the Indoor Air Quality HAT for Raspberry Pi

rscasny
rscasny over 4 years ago

There's a new Pi Hat that has been launched by Avnet that I want to tell you about. It uses a Renesas ZMOD4410 Indoor Air Quality Sensor. Since I am planning to roadtest it, I wanted to introduce it to you and see what you think. Let me give you some facts about this relatively new Pi Hat.image

 

This Indoor Air Quality Pi HAT is an evaluation, development and quick-prototyping tool that features an on-board calibrated ZMOD4410 sensor that measures the concentrations of Total Volatile Organic Compounds (TVOC) and can estimate carbon dioxide (eCO2) levels. These are important indicators for monitoring indoor air quality. In addition to the indoor air quality sensor, the HAT incorporates a Renesas HS3001 Precision Relative Humidity and Temperature Sensor, along with software-controlled status LEDs.

 

To validate the HAT’s operation and begin measuring TVOC and eCO2 “out of the box” with a Raspberry Pi solution, Avnet provides a pre-compiled test application built with those algorithm libraries that runs under the Raspberry Pi operating system (formerly Raspbian).

 

Other nice to know facts about this Pi Hat:

 

  • Detects a wide range of TVOC, from parts-per-billion to parts-per-million and provides eCO2 levels
  • Sensors are chemically tested and factory calibrated
  • On-board user-adjustable power supply option and current measurement connection points
  • Configurable alarm/interrupt output
  • Supplied with pre-compiled Raspberry Pi OS test/validation application
  • Renesas offers licensed downloadable compiled code, enabling a product road map of indoor air measurement innovation

 

To learn more about the  Renesas ZMOD4410 Indoor Air Quality Sensor, click here.

 

So, what do you think? What would you do with this Pi Hat?

 

Feel free to leave a comment below.

  • Sign in to reply
  • Cancel
Parents
  • parasquid
    parasquid over 4 years ago

    I'm currently running the Honeywell Particulate Matter SensorHoneywell Particulate Matter Sensor to detect for pm2.5 and pm10 levels in the apartment (I've got a project log for that in hackaday https://hackaday.io/project/174293-bleifying-a-honeywell-pm-sensor). This seems to be measuring something else: total volatile organic compounds (tvoc) and not only returns the raw values, but also some sort of air quality level based on a standard. The air quality level seems the most interesting because it already defines for you what "bad quality" means.

     

    Unlike the HPMS though, I don't see any fan or application note regarding air flow recommendations nor orientation. So I'm guessing installation would rely on the passive movement of air around it?

     

    I can't see well from the attached picture but I'm guessing the view is from the top and will sit on top of the pi, and helpfully extends the gpios. This however would likely interfere with common pi cases, or will require that the pi's case have a removable top (and not connect the top). Which might be problematic because the pi4 (almost always) requires a heatsink and a fan even during idle.

     

    kmikemoo's use case (option 4 in the manual) is interesting and is probably the industrial application (especially since it seems it can operate with a very bare mcu, as it can automatically trigger a signal based on quality changes), but I'm just worried that since we can't really enclose the pi we might be subjecting it to a far more corrosive environment than necessary. We can of course use it with a far cheaper pi zero but the hat form factor (as opposed to the pHat) means the hat will overhang the pi zero. Then again, with the extra real estate we also get a relative humidity and temp sensor, which again points to Renesas' intention to have the hat be a comprehensive environmental sensor.

     

    I've got mixed feelings, and like the others I'm looking forward to read the road tests (and depending on the results, might get the sensor to complement my HPMS) image

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
Reply
  • parasquid
    parasquid over 4 years ago

    I'm currently running the Honeywell Particulate Matter SensorHoneywell Particulate Matter Sensor to detect for pm2.5 and pm10 levels in the apartment (I've got a project log for that in hackaday https://hackaday.io/project/174293-bleifying-a-honeywell-pm-sensor). This seems to be measuring something else: total volatile organic compounds (tvoc) and not only returns the raw values, but also some sort of air quality level based on a standard. The air quality level seems the most interesting because it already defines for you what "bad quality" means.

     

    Unlike the HPMS though, I don't see any fan or application note regarding air flow recommendations nor orientation. So I'm guessing installation would rely on the passive movement of air around it?

     

    I can't see well from the attached picture but I'm guessing the view is from the top and will sit on top of the pi, and helpfully extends the gpios. This however would likely interfere with common pi cases, or will require that the pi's case have a removable top (and not connect the top). Which might be problematic because the pi4 (almost always) requires a heatsink and a fan even during idle.

     

    kmikemoo's use case (option 4 in the manual) is interesting and is probably the industrial application (especially since it seems it can operate with a very bare mcu, as it can automatically trigger a signal based on quality changes), but I'm just worried that since we can't really enclose the pi we might be subjecting it to a far more corrosive environment than necessary. We can of course use it with a far cheaper pi zero but the hat form factor (as opposed to the pHat) means the hat will overhang the pi zero. Then again, with the extra real estate we also get a relative humidity and temp sensor, which again points to Renesas' intention to have the hat be a comprehensive environmental sensor.

     

    I've got mixed feelings, and like the others I'm looking forward to read the road tests (and depending on the results, might get the sensor to complement my HPMS) image

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
Children
  • parasquid
    parasquid over 4 years ago in reply to parasquid

    From the road test IDT ZMOD4410 Indoor Air Quality Raspberry Pi HAT

     

    > The Avnet IDT ZMOD4410 Indoor Air Quality Raspberry Pi Hat is an evaluation, development and quick-prototyping tool

     

    Well, that makes sense image they didn't design it for deployment but more for evaluation, which does away with the issues of the hat form factor (and heat). Although it might still play a role during dev and eval; as Gough Lui mentioned, the heat from the pi (especially since the hat would likely interfere with any active cooling fans present) might distort some of the measurements being done.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
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