Introduction:
Ever since centrifugal fans have been manufactured they have been subject to vibration related problems. These problems range from simple unbalance conditions caused by mass variations on the fan rotor to much more complex issues related to shaft alignment, bearing fatigue, or resonance issues. In many cases excessive vibration levels in fans lead to unplanned, forced outages to perform maintenance.
Setup:
The setup and coding of this project are fairly simple yet with the help of Particle Cloud very effective. Every time a vibration has been picked up by the sensor a message pops up on Particle Cloud warning you of the issue.
Wiring:
VCC => 3.3V (ARGON)
GND => GND (ARGON)
DO => A5 (ARGON)
Cloud Connection:
To upload sensor information to the cloud its a simple one step process done with a single line of code: Particle.publish ("vibration-detected","Misalignment Detected", PRIVATE);
Comments