Industrial manufacturing
Industrial Internet of Things | Industrial materials | Equipment Maintenance and Repair | Industrial programming |
home  MfgRobots >> Industrial manufacturing >  >> Manufacturing Technology >> Manufacturing process

Smart Hotel & Home Monitoring System with Cloud‑Based Automated Controls

Experience a secure, cloud‑connected solution that monitors and automates every critical component of your hotel or smart home. Control devices from any Android device, receive real‑time alerts, and automate operations based on configurable rules.

Overview

The system connects sensors and actuators to the cloud via Arduino and Raspberry Pi, providing a unified dashboard accessible through a native Android app. Key features include:

Demo Highlights

How to Set Up the Prototype

The setup is divided into four main stages: cloud configuration, Arduino programming, Raspberry Pi deployment, and Android app integration.

1. Configure Your ARTIK Cloud Account

2. Set Up the Arduino

Connect the following sensors and actuators:

Upload the provided Arduino sketch (adjust pin assignments). The sketch publishes sensor values and listens for cloud commands.

3. Deploy on Raspberry Pi

Install Node.js and run the cloud‑bridge server.

sudo apt-get update
sudo apt-get install node
mkdir ~/cloudlive
cd ~/cloudlive
wget https://raw.githubusercontent.com/Anas-siddiqui/cloudlive/master/server.js
nano server.js
# Replace device_id and device_token with your credentials
sudo node server.js

The server reads serial data from the Arduino, forwards it to ARTIK Cloud, and processes incoming commands.

4. Configure the Android Application

Clone the Android repo, then edit the following files with your credentials:

Build and install the APK. On first launch, log in with the same ARTIK Cloud account. The app will display live sensor data and allow manual control.

Future Enhancements

Additional modules such as HVAC control, smart lighting, and security cameras can be integrated. The cloud architecture ensures the system remains cross‑platform and scalable.

Source

GitHub Repository

Manufacturing process

  1. Why Cloud Mastery Is the Only Path Forward in 2017
  2. Accurate Temperature Monitoring in a Server Closet with Raspberry Pi
  3. Raspberry Pi Home Security System: PIR Motion Detection + Camera Email Alerts
  4. K30 CO2 Sensor: Real‑Time Indoor Air Quality Monitoring
  5. Monitor Your Home Temperature Anywhere with Arduino Cloud Integration
  6. Real‑Time Forest Fire Monitoring System with SMS Alerts
  7. Real‑Time Water Quality Monitoring System with Arduino & GPRS/GPS
  8. Revolutionize Dairy Management with IoT-Enabled Milk Level Monitoring
  9. Cloud Monitoring: Remote Control System for Real-Time Asset Management
  10. Integrating Equipment Monitoring with Asset Management Software: Boost Efficiency & Accuracy