IoT Integration On Server Room
Read Time:47 Second

IoT Integration On Server Room

0 0

IoT is an acronym for internet of things, simply put, it is hardware connected by the internet to perform certain tasks.

Here I apply a simple IoT concept in the Telkomsel server room (TTC) to monitor the temperature and humidity of each server rack.

Using Arduino Mega which receives data from sensors connected by cables made of unused LAN Cables which then from Arduino will send data in the form of the HTTPS POST method which has been calculated and formatted by the Arduino microcontroller previously.

The script code on the microcontroller uses the https, math and converter plugin package, making the code development process easier and much faster. The flow of the script itself is to Loop that every 5 minutes it will send temperature and humidity data to Telkomsel Internal REST APIs for server monitoring as well as a warning message when there is a rack server whose temperature exceeds the threshold limit.

Happy
Happy
0 %
Sad
Sad
0 %
Excited
Excited
0 %
Sleepy
Sleepy
0 %
Angry
Angry
0 %
Surprise
Surprise
0 %

Average Rating

5 Star
0%
4 Star
0%
3 Star
0%
2 Star
0%
1 Star
0%

Leave a Reply

Your email address will not be published. Required fields are marked *

Previous post Report Camera Projects
Next post SPEED AI Animation Project