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
Summer of Sensors Design Challenge
  • Challenges & Projects
  • Design Challenges
  • Summer of Sensors Design Challenge
  • More
  • Cancel
Summer of Sensors Design Challenge
Blog Environmental Station - Phase #2 [Exploration]
  • Blog
  • Forum
  • Documents
  • Design Challenge
  • Leaderboard
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Summer of Sensors Design Challenge to participate - click to join for free!
  • Share
  • More
  • Cancel
Group Actions
  • Group RSS
  • More
  • Cancel
Engagement
  • Author Author: s1m0n3t
  • Date Created: 17 Nov 2022 11:26 PM Date Created
  • Views 519 views
  • Likes 6 likes
  • Comments 0 comments
  • HS4001
  • zmod4510
  • air quality
  • HS4000-EVK
  • Summer of Sensors Design Challenge
  • renesas
  • weather station
  • In the Air Tonight
Related
Recommended

Environmental Station - Phase #2 [Exploration]

s1m0n3t
s1m0n3t
17 Nov 2022

Unboxing and first tests with air quality and humidity/temperature sensor

image

These modules came in a nice form factor. I have only two critics to do:

1) The HS4000 demo board has an old USB-MiniB connector, which is not used anymore recently, so you can't easily exchange cables.

2) The connection between the demo board and the temperature/humidity sensor is made with 0.050" headers, which are not so stable and less convenient compared to a more standard 0.100" header. Since the demo board isn't so small, you don't need to have a really small connector. And if the sensor had had a 0.100" header, it would have been easier to mount it separately in a proto board to perform different tests.

image

To make a first test measurement, I placed both the ZMOD4510 and HS4001 sensors outside, making sure that they were in a shadow, so not influenced by the direct sunlight.

image  image

Yes...I have to clean my garden a little bit! Smiley

First of all, I used the temperature and humidity sensor, because I also needed these data to properly set the OAQ algorithm for the air quality sensor.

image

The measure took 4-5 minutes to be stable, probably because the sensor was inside my house before this measure. As you can see from the plot, the relative humidity sensor is slower, compared to the temperature.

When the sensor will be stable outside, in my "Environmental Station", in a proper ventilated enclosure, it won't require too much time to provide a stable measure in every cycle, I guess.

With this demo software is easy to export the acquired data to a CSV file (File -> Save data...). So, I used this exported data to calculate an average of the last 60 seconds. I think it wasn't really necessary, because the maximum oscillations in one minute, after the stabilization, was only 0,23°C and 0,40%RH, but I preferred to be more accurate.

You can see here the sample CSV file that you can obtain from this sensor and demo software.

The result was 12.92°C and 70,26%RH, which I was able to set as the Ambient Conditions parameters in the ZMOD4510 Demo software (GasSensorEvaluation-7.9.0).

image

Also from this evaluation tool you can export the data in a CSV. Here you can find a complete log of all the measurements and index calculations. I found as a default 30 samples per second in the CSV. From here, you can easily retrieve the timestamp of the first FAST_AQI number which was exactly after 30 minute. But even if the first AQI result was 4, the index started to increase within the next 4 minutes, until it reached a stable result (8).

Air quality index comparison with existing local data

To validate the registered data, it's useful to compare it with local data, easy accessible from the web. There are 2 stations within my area (near Eindhoven, Netherlands) from which I can get comparable data. These two stations are not so far from my house, so I can expect that the NO2 and O3 levels will be not so different from my garden. 

image

image

These data come from https://aqicn.org/ network and they seems pretty aligned my measured AQI, even if in this case the AQI calculation is based on PM2.5 and PM10, not on NO2 and O3 levels.

Temperature/humidity comparison with other meters

Unfortunately I don't have a calibrated thermometer or hygrometer to validate the HS4001 sensor, but it was useful to compare the measurement with other instruments or sensors available in my lab.

So, I placed different sensors really close each other and compared the data in the same instant.

image

These are the results:

Sensor/instrument Temperature [C] Relative Humidity [%] Accuracy
HS4001 22.29 36.61 ±0.2°C, ±1.5% RH
BME280 21.71 35.64 ±0.5°C, ±3% RH
UT333 22.0 45.4 ±1°C, ±5% RH

To help me to compare the measurement, considering the different accuracies (stated on datasheets), I've made the following plot with Matlab:

imageimage

As you can see the temperature data are more closer each other and at least all the 3 measures overlap around 22°C.

About the relative humidity, the first two sensors are pretty aligned around a similar number, while the UNI-T handheld instrument is completely out of their range!

By the way, the Renesas HS4001 sensor is definitely one of the most accurate sensor of his category!

  • Sign in to reply
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