element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • 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
Remote Monitoring & Control
  • Challenges & Projects
  • Project14
  • Remote Monitoring & Control
  • More
  • Cancel
Remote Monitoring & Control
Blog Smarthab: Remote Sensing and Control .iii  Sensors
  • Blog
  • Forum
  • Documents
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Remote Monitoring & Control requires membership for participation - click to join
  • Share
  • More
  • Cancel
Group Actions
  • Group RSS
  • More
  • Cancel
Engagement
  • Author Author: phoenixcomm
  • Date Created: 3 Jul 2019 1:28 PM Date Created
  • Views 1023 views
  • Likes 6 likes
  • Comments 3 comments
  • air quality sensor
  • msp-430
  • smarthab
  • remotemonitoringcontrolch
  • dht22
  • hpma1150so
  • sensors
  • msp432 boostxl-k350qvg-s1 kentec_qvga_display
  • honeywell
  • kentec_display
  • iot
  • arduino
  • mass air flow sensor
Related
Recommended

Smarthab: Remote Sensing and Control .iii  Sensors

phoenixcomm
phoenixcomm
3 Jul 2019

Lets say that my home has 2 bedrooms, 2.5 bathrooms, laundry, kitchen, Office, and a workroom(I like to tinker). So we are going to need six room controllers. So we will need several sensors in each of the rooms which in turn feed in the corresponding room controller. For starters, we will need to measure the temperature and humidity.  This can be handled by a DHT22 this is a serial device which simplifies integration.image

We need a way to talk to the user so we need some sort of display, and a few buttons to boot. each 'thermostat' talks to the room or area controller. So we need some sort of communications between the two devices, and the 'thermostat' needs a little smarts, why don't we use some sort of Arduino. For Prototyping I will use a Mega R3 but down the road I will most likely do my own small factor copper board. But on second thought I could use a TI MSP430 with K350QVG-S1 Kentec QVGA Display BoosterPack that has a 320 x 240 pixel display which is a touch screen as well.image

Also in each room there are fire/smoke detectors, which also connect to the room controller. In case of fire, the room controller shuts off the vents to/from the room, as not to feed the fire with fresh air, or to blow smoke through out the habitat.imageimage

Last but not least is the question of how much air is getting past lost to inefficiency of the filters? Answer: Two Mass-Flow Sensor just like your car but a bit smaller one before the filter and the other after it. This will give you the flow drop caused by a dirty filter(s).

Just a quick note you could also include a Honeywell Air Quality Sensor HPMA1150SO there kind of cool and they only cost about 40 bucks, they are a serial device so they are no brainer to install or code. If you are going to install this you also might install a Radon Gas detector a well. Even though these devices are not room related but more whole hab sensors I decided to include them here as well.

 

 


part ii
imageimage

 

part iv

 

REVISIONS:

DateNote
7-3-19 Rewrote the last paragraph dealing with the mass-flow sensors.
7-4-19Added paragraph dealing with air quality sensor.
  • Sign in to reply

Top Comments

  • wonko_the_sane
    wonko_the_sane over 5 years ago +1
    Unless I've misunderstood your arrangement, I think you want a differential pressure sensor across your filters. The pressure drop will increase over time with accumulation of dust, which results in either…
  • phoenixcomm
    phoenixcomm over 5 years ago in reply to wonko_the_sane

    Yes, I was going with a differential pressure sensor across the filters. The sensors are monitored and logged every hour or so. After the fan gets up to speed and the plenum is pressurized. Since this is a smart house, some rooms or sections of the hab are turned off or on by remote plenum dampers/vents.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • wonko_the_sane
    wonko_the_sane over 5 years ago

    Unless I've misunderstood your arrangement, I think you want a differential pressure sensor across your filters. The pressure drop will increase over time with accumulation of dust, which results in either  your fans working harder to push the same amount of air or pushing less air for the same work.

    Having flow meters both sides of the filter shouldn't show any difference when compared due to conservation of mass. Except if you're recording flowrate over time, in which case 1 meter on one side or the other should be sufficient to show a decrease in flowrate due to dust buildup.

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • DAB
    DAB over 5 years ago

    Those components should give you good environmental assessment and control.

     

    DAB

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