Skip to content

An embedded system to analyze the vibrations and temperature from industrial equipment and predict the time to failure.

License

Notifications You must be signed in to change notification settings

Pritam-Sethuraman/Predictive-Maintenance

Repository files navigation

Predictive-Maintenance

image


Table of Contents


Description

This project is for industrial application of IoT. The vibration and temperature data is acquired by the MPU6050 sensor and is transmitted through MQTT protocol using ESP32 and EMQX. Dataset used is 6-Index- Turbofan Engine Degradation Simulation Data Set.

Components & Technologies

  • ESP32
  • I2C
  • MQTT
  • Node-RED

How To Use

EMQX MQTT Broker

  1. Download zip from here
  2. Unzip the file
unzip emqx-4.4.1-otp23.0-windows-amd64.zip
  1. Start emqx
.\bin\emqx start
  1. Check if emqx is running
.\bin\emqx_ctl status
.\bin\emqx ping
  1. Stop emqx
.\bin\emqx stop

Node-RED

Windows CMD:

node --version && npm --version
npm install -g --unsafe-perm node-red
node-red

References

  • Analysis and Control of The Motor Vibration using Arduino and Machine Learning Model by S. Krishnaveni, S. Senthil Raja, T. Jayasankar and P. Sathish Babu
  • Machine Learning approach for Predictive Maintenance in Industry 4.0 by Marina Paolanti, Luca Romeo Andrea Felicetti, Jelena Loncarski, et. al.
  • Machine Learning Approaches for Failure Type Detection and Predictive Maintenance by Patrick Jahnke
  • Machine Learning for Predictive Maintenance: A Multiple Classifier Approach by Gian Antonio Susto, Andrea Schirru, Simone Pampuri, Se´an McLoone and Alessandro Beghi

Created & Maintained By

Pritam Sethuraman

If you found this project helpful or you learned something from the source code and want to thank me, consider buying me a cup of ☕


License

MIT License

Copyright (c) 2022 Pritam Sethuraman

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.


Back To The Top

About

An embedded system to analyze the vibrations and temperature from industrial equipment and predict the time to failure.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published