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
Arduino
  • Products
  • More
Arduino
Arduino Forum Arduino project housing help
  • Blog
  • Forum
  • Documents
  • Quiz
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Arduino to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • State Suggested Answer
  • Replies 6 replies
  • Answers 4 answers
  • Subscribers 393 subscribers
  • Views 738 views
  • Users 0 members are here
Related

Arduino project housing help

zewail97
zewail97 over 8 years ago

Hello everyone.

 

I'm new to the Arduino world and I need some help.

I've created my very first simple Arduino project [have a look]

image

It's really simple

 

It's using three sensors

1- MQ-5 for humidity sensing

2- LM35 for temperature sensing

3- BMP180 for pressure sensing

 

Let me explain the basic idea behind this project, every sensor has 2 leds, a green one and a red one, the greed led will be always on whenever the values of the sensors are in the right range

and the red led turns on when it over this range.

 

Now I want to cover this device to put it in the factory considering the following

1- It will be put in 100 degrees C

2- There will be dust

 

So here is what I need

 

1- A box to put the device in with lots of fans to keep the device cool in 100 degrees.

2- A cover for the wires to protect it from melting in 100 degrees.

3- A kind of texture to cover the LM35 and BMP180 sensors to prevent dust from going through them.

4- A kind of texture to cover the MQ-5 sensor to prevent dust but allow air to pass through.

 

Can you please suggest the best materials to get the job done perfectly?

Thanks!

  • Sign in to reply
  • Cancel

Top Replies

  • gecoz
    gecoz over 8 years ago +2 suggested
    I'm not sure the sensors you are planning to use are suitable for your application. The LM35 will withstand 100C temperature, but definitely the BMP180 will not, as it is rated for the max temperature…
  • the-dubster
    the-dubster over 8 years ago in reply to gecoz +2 suggested
    Good point, I hadn't even considered questioning the sensor selection. I was thinking about the Temperature Sensor - I thought about how easy would it be to encapsulate it within a metal sleeve for protection…
  • the-dubster
    the-dubster over 8 years ago +1 suggested
    One tiny question about thermal management, is there going to be cool air fed to the unit? If not then fans will merely circulate 100 deg C air through the unit as it will take external (hot) air to replace…
Parents
  • gecoz
    0 gecoz over 8 years ago

    I'm not sure the sensors you are planning to use are suitable for your application.

    The LM35 will withstand 100C temperature, but definitely the BMP180 will not, as it is rated for the max temperature is 85C, and so the MQ-5 sensor, which is only rated at operating temperature of 50C. Trying to protect them, enclosing in any form of thermal protective cover, will likely result impairing the sensor sensitivity, giving you unreliable readings.

    You might get away with using the LM35 this way, but for the other two I'm afraid you will need industrial grade sensors, like for example this absolute pressure sensor.

    Unfortunately this will push up the costs for your project quite substantially.

    One question: MQ-5 is a Gas detector sensor, how are you going to use it as humidity sensor?

    Fabio.

     

    P.S: For the dust problem, as the-dubster correctly pointed out, you need to know the dust particle size to make any informed decision.

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
Reply
  • gecoz
    0 gecoz over 8 years ago

    I'm not sure the sensors you are planning to use are suitable for your application.

    The LM35 will withstand 100C temperature, but definitely the BMP180 will not, as it is rated for the max temperature is 85C, and so the MQ-5 sensor, which is only rated at operating temperature of 50C. Trying to protect them, enclosing in any form of thermal protective cover, will likely result impairing the sensor sensitivity, giving you unreliable readings.

    You might get away with using the LM35 this way, but for the other two I'm afraid you will need industrial grade sensors, like for example this absolute pressure sensor.

    Unfortunately this will push up the costs for your project quite substantially.

    One question: MQ-5 is a Gas detector sensor, how are you going to use it as humidity sensor?

    Fabio.

     

    P.S: For the dust problem, as the-dubster correctly pointed out, you need to know the dust particle size to make any informed decision.

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
Children
  • the-dubster
    0 the-dubster over 8 years ago in reply to gecoz

    Good point, I hadn't even considered questioning the sensor selection.

     

    I was thinking about the Temperature Sensor - I thought about how easy would it be to encapsulate it within a metal sleeve for protection - like a simple temperature probe uses.

    I realised that the sleeve would affect the response time of the probe though - it has thermal mass unfortunately - it needs to be heated to transfer that heat to the probe (and of course it retains heat once the source is removed).

    I had a little play to see how badly it was affected. Sticking one in a cup of hot water took around 35 seconds to climb from ambient (23 deg C) to the water temp (around 85 deg C), not ideal.

    Worse still, when removed it took around 1:30 mins to return to ambient (it does slow when nearing the actual temperature measured in both directions, but you get a general gist of the effect).

     

    So, exactly as gecozsays, it will seriously impair the sensitivity. How quick you need it to respond - if it is slow enough - may negate this issue, or reduce its negative effect.

     

    Regards

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • 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