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
Just Encase
  • Challenges & Projects
  • Design Challenges
  • Just Encase
  • More
  • Cancel
Just Encase
Blog Blog#1 My Idea (Case Enclosure Reliability Monitor)
  • Blog
  • Forum
  • Documents
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Just Encase to participate - click to join for free!
  • Share
  • More
  • Cancel
Group Actions
  • Group RSS
  • More
  • Cancel
Engagement
  • Author Author: skruglewicz
  • Date Created: 24 Feb 2022 12:25 AM Date Created
  • Views 2603 views
  • Likes 8 likes
  • Comments 6 comments
  • Arduino MKR WAN 13000
  • just_encase
Related
Recommended

Blog#1 My Idea (Case Enclosure Reliability Monitor)

skruglewicz
skruglewicz
24 Feb 2022
Blog#1 My Idea (Case Enclosure Reliability Monitor)

imageBLOG#1 - My Idea - Case Enclosure Reliability Monitor

A project utilizing 2 Arduino MKR WAN 1300 & 2 Enclosure Cases supplied by Hammond Manufacturing

 

This is my introduction  blog post for this Design Challenge: Just Encase

My Idea 

  • Utilizing the Supplied components, i envision a monitoring dashboard that would report on the compliance of the supplied Case ratings over time.
  • Data will be monitored from the inside and outside environments of the case.
  • Data will be analyzed by the an Arduino IoT Cloud Dashboard setup to to report of the enclosure compliance ratings.
  • The suppled 2 Arduino MKR WAN 1300 MCU will be placed inside of the case and used to collect the data and send it to the Dashboard for analysis.
  • The supplied Sensors will be used to sense the environments inside and outside of the case.
  • The data will be communicated over the Wide Area Network.
  • The Dashboards exist in the cloud to be able to run from anywhere.
  • A napkin diagram of my idea
    • image

  • SO lets get to it, shall we.

My Goals for this Design Challenge

My main goal for this challenge will be to be able to implement my design idea, but in order to accomplish this task, I plan to also attain the following goals

Getting  to understand enclosures.

  • Enclosures have a rating used to specify the extent of protection an electrical enclosure has against environmental conditions.
  • The Ingress Protection. IP rating, is used to rate the enclosures protection against solids and water on the contents of the enclosure.
  • The IP Rating has 2 digits
    • 1st signifies, protection from solid objects or materials.
    • 2nd signifies, protection from water
  •  The 1554UGY enclosure
    • is a Plastic Enclosure, Watertight, has a rating of IP66
    • Ingress Protection: IP66 is as follows 
    • imageimage
    • It's limits are:  cannot be submerged in water
    • It will not allow dust in
    • it is watertight and rain will not penetrate.
  • The 1554H2GYCL enclosure
    • Plastic Enclosure, Watertight, Polycarbonate, has a rating of IP68
    • Ingress Protection Rating: IP68 is as follows. 
    • imageimage
    • It has the highest IP rating for water and can be completely submerged in water 
    • It has the same dust rating as the other enclosure and will not let dust particles in
    • It is constructed of Polycarbonate with a Gasketed lid with two piece “tongue & groove” construction
  • an Idea of mine is to use a dust particle Sensor to monitor the dust levels in both enclosures. a Water  sensor could be used to detect moisture in the enclosures.

Getting to understanding the MKR WAN 1300 MCU.

  • There pin configuration, usage, capabilities, setup, running tutorials.
  • Getting status information from the MKR on temp, power etc.
  • Use of the IDE and IoT cloud environments
    • Arduino IoT Cloud,
      • Dashboard will be implemented on the cloud
      • A fellow challenger feiticeir0  , has a blog that does a great job at [Pool Water Monitoring] #3: Getting started with Arduino IoT Cloud
    • Arduino Desktop IDE and/or Arduino WEB IDE
      • Use new version of the IDE, Version 2
  • Understanding Power to the MKR
  • Understanding  Sensor Hookup and Programming

Learning and Experimenting with LoRa

  • Getting started
  • Tutorials
  • Do I need any extra components to the MKR WAN 1300 in order for it to work?
    • Yes, you need an Dipole Pentaband Waterproof Antenna — Arduino Online Shop
  • MKR to MKR via LoRaWAN
  • MKR to IoT Cloud Via LoraRAN

Learning about the supplied Sensors

  • Seeed Studio Grove Starter Kit
    • How to get started
    • How to connect to the Arduino?
    • How to program it.
  • Adafruit 642 Digital Temperature Sensor
    • How to connect to Arduino
    • How to program it
  • Adafruit 412 Servo Motor
    • How to connect to the Arduino
    • how to program it

The Challenge Kit

  • The challenge kit arrived Via UPS on Friday December 17, 2021 
  • The Challenge Kit Described
    • The challenge kit included everything promised , Including 4 pairs of Cable Glands for the 2 enclosures.
    • The kit contents and part numbers that  follow 
    • Two Hammond Manufacturing  Case enclosures.
      • 1554 H2GYCL
      • 1554 UGY
    • Eight Hammond Manufacturing Cable Glands -- Two of each of the following part number
      • 1427 NCGPG9G
      • 1427 CG16
      • 1427 NCGPG7G
      • 1427 NCGPG11G
    • Two Arduino MKR WAN 1300 development boards
    • Sensors
      • Seeed Studio Grove Starter Kit - Model # 68Y0155 
      • Adafruit 642 Digital Temperature Sensor - Newark Part #: 98Y0225
      • Adafruit 412 Servo Motor -  Newark Part #: 85W1681- 
  • Some additional parts purchased needed to implement my Idea
    • image
    • 2 LoRa antennas  Dipole Pentaband Waterproof Antenna from the Arduino shop
  • A single solution to connect your smart devices to the Cloud. The antenna supports the GSM 850 / 900 / 1800 / 1900 MHz and UMTS bands. Designed for small devices, this antenna will work when used as wireless terminal, gateway, or access point. It is a ground plane independent design, housed in a robust waterproof plastic cover. It can be used outdoors in any kind of telemetry project, as well as for discreet in-vehicle installations. It comes with a high grade adhesive tape that allows the antenna to be attached to any surface. Please note, the antenna is not meant to be mounted on large metallic surfaces, since it would affect the antenna’s coverage. It works great on other materials such as glass, plastic, wood, or cardboard.



     
    • image
    • A set of 3, 2 v AA battery holders from amazon 
  • https://www.amazon.com/dp/B07TB4HDYH?psc=1&ref=ppx_yo2_dt_b_product_details
  • Specification:
  • Type of AA Battery Holder: 2 aa battery holder, 2x 1.5V aa battery holder with wires
  • Voltage Output of One Double A Battery Holder: 3V, 2 x 1.5v aa batteries = 3v aa battery holder
  • Leads of 2 Cell AA Battery Holder: all the 2 aa battery holder with leads, they are tinned wire end
  • Wires Length of 2 AA Battery Holder with Wires: 5.9"/15cm
  • Wires Color of Battery Holders:
    • red and black, the red cable contact the positive side of the aa battery holder pack, and the black cable contact the negative side of the 2 aa battery holder pack.


The Project Plan Blogs

Topics to be covered in each blog are listed in the following section. Section headings are links to the associated BLOG

Blog#2 Design (Case Enclosure Reliability Monitor)

  • This blog will include the Design of my Idea.
  • The idea is to conduct a number of test to determine if the Ingress Properties Ratings of each enclosure is met.

Blog#3 Implementation (Case Enclosure Reliability Monitor)

  • This blog will include the implementation of the Basic Design described in the previous blog in this Series.
  • This Basic Design will be used  as the framework implement test that will be described in  in the next 2 blogs in this Series.

Blog#4 Testing Part 1 (Case Enclosure Reliability Monitor)

  • TEST 1 - Measure the Temperature outside of the  Hammond Enclosure1554UGY
  • The Blog includes following sections
    • Description
    • Wiring Diagram
    • Software design
    • Libraries 
    • Dashboard GUI Design
    • Running the Test
      • Outside the Enclosure 
      • Inside the Enclosure
        • Running test by putting the case into different environments.

Blog#5 Testing - Part 2 (Case Enclosure Reliability Monitor)

  • This is my 2nd Test, using the Hammond Enclosure 155H2CYCL
  • TEST# 2 - Measure the Environment within the Waterproof Enclosure 1554H2GYCL
  • The Blog includes following sections
    • Description
    • Wiring Diagram
    • Software design
    • Libraries 
    • Dashboard GUI Design
    • Running the Test 
      • Placing the Design inside the 1554H2GYCL
      • Running test by putting the case into different environments.

Blog#6 Conclusion (Case Enclosure Reliability Monitor)

  • Conclusions
    • I give some conclusions as to what I have gained from this Design Challenge
    • I answer some questions
      • Did everything work as designed?
      • What were the biggest hurdles you had to overcome?
  • Future Enchantments
    • I list some possible enhancements that can be added to make the system more useful.

 

REFERENCES

LoRa Meets Arduino, a Journey in the LPWAN World

IP Ratings Explained - What Are IP Ratings? | NEMA Enclosures

1554UGY - Hammond - Plastic Enclosure, Watertight, Flat Lid

1554H2GYCL - Hammond - Plastic Enclosure, Watertight, Clear Lid

Using the Arduino MKR WAN 1300 for LoRa Connectivity – Maker.io Tutorial | Digi-Key Electronics - YouTube

Arduino MKR WAN 1300 LoRA: First Steps - Embedded Lab Vienna for IoT & Security

Getting Started with the Arduino MKR WAN 1300 | Arduino

MKR WAN 1300 | Arduino Documentation | Arduino Documentation

  • Icon.png
  • View
  • Hide
  • Sign in to reply

Top Comments

  • skruglewicz
    skruglewicz over 3 years ago +1
    The kit has arrived !!!!! Thank you Element14, danzima , e14phil and the challenge sponsor Hammond Manufacturing for the early Holiday gift A surprising addition to the Kit, is the Grove Starter Kit…
  • javagoza
    javagoza over 3 years ago +1
    I have no idea what LoRA is, thanks for sharing all those references. I will be attentive to what problems can appear with that type of communication.
  • skruglewicz
    skruglewicz over 3 years ago

    I've finished this design challenge

    I hope everyone had as much fun as I did.

    CHECK the other blogs in this series with this search.

    • ALL THE BLOGS IN THE Just Encase Series

    Steve K  (skruglewicz)

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • skruglewicz
    skruglewicz over 3 years ago in reply to javagoza

    Thanks for viewing my blog javagoza

    I didn't have any idea about LoRa either, before this wonderful Design Challenge. It's been a wild and crazy ride and a fun experience

    Regards 

    skruglewicz

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • javagoza
    javagoza over 3 years ago

    I have no idea what LoRA is, thanks for sharing all those references. I will be attentive to what problems can appear with that type of communication.

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

    Thanks for viewing DAB

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • DAB
    DAB over 3 years ago

    Good plan.

    Those enclosure ratings were really important back when I was working with tube powered electronics.

    You had a lot more high voltage and RF emissions to worry about.

    • Cancel
    • Vote Up -1 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