Posts in IOT PLATFORM

The Design of IoT-based Smart Home Using Favoriot Platform

January 19th, 2018 Posted by IOT PLATFORM 0 thoughts on “The Design of IoT-based Smart Home Using Favoriot Platform”

Generally, this project is about the smart home system with an implementation of the Internet of Things (IoT) and monitoring using the Favoriot platform. The data that is monitored, will be used by the system to learn about the surrounding especially the household’s needs. Hence it could help the household in making the decision at a certain time and situation if necessary. This project, in general, will cover on hardware and software part. For hardware part, there are some components installation and testing such as sensors and microcontroller. While software part, the code will be written specifically for the selected microcontroller.

The idea of the smart home system came to optimize the life satisfaction of the household in order to achieve their dream livings. This smart home system will address two main elements which are; comfort control and home security.

For the comfort control. there are several physical parameters that will be measured for this project, which are temperature, lighting and air quality since these three parameters are very crucial in comfortability. LM 35 is used to sense the temperature. Same goes for the lighting and air quality, the sensors that were used are LDR photoresistor and MQ 135 respectively. Each sensor then being programmed due to its comfort level reading. For example, temperature (250C -300C), humidity (30%-50%), and lighting (500 lux, lumen/m2).

For the home security system, the PIR motion sensor is implemented in several places (door) to detect the motion and alert the owner. Every motion in front of the door, enter and exit will notify the owner. So that owner will always alert and able to forecast their house’s condition.

In completing the data monitoring part, internet of thing element is implemented in this project. ESP 8266 will be used to make sure the system is connected to the Internet. The Favoriot platform will be connected to the project’s system once the internet connection has been established. Data could be transferred and monitored thru the connection. From there, people can analyze the data of each parameter that is measured. The data will then notify the owner by using notification media that is provided by the Favoriot.

[Note: This is a project by USIM student, Muhammad Amirul Ashraf bin Zaharudin for his Bachelor’s Degree in Electronic Engineering Final Year Project in Univ Sains Islam Malaysia. His project Supervisor is Prof. Dr. Kamaruzzaman Seman]

FAVORIOT – MQTT Websocket

January 19th, 2018 Posted by IOT PLATFORM 0 thoughts on “FAVORIOT – MQTT Websocket”

MQTT websocket allows the browser to receive messages directly from a server as new messages arrive. Favoriot platform has enabled this feature that allows data to be stored, and the same time delivered to the MQTT client that subscribe to the same topic (a bi-directional communication). This is an important feature for the following use cases.

  • Display live data from a device
  • Receive alert and notifications
  • Communicate effectively with a mobile phone application

*The data will be delivered “as-it-is” basis.

How to configure?

Sending / publish data

Use the following configuration to setup your device to send / publish data.

Host : mqtt.favoriot.com

Websocket Port : 3000

Use your Read-write API-Key as username and password to connect to the platform.

ClientID (for some MQTT clients): Any name

Publish : {Your-API-Key}/*

Example : {Your-API-Key}/Home/Temperature

Receive / subscribe

Use to the following configuration to receive / subscribe

Subscribe : {Your-API-Key}/*

Example : {Your-API-Key}/Home/Temperature

Whenever a new data arrives at the Favoriot MQTT websocket, the same data will then be pushed to the subscriber/s.

Smart IoT Waste Management

January 19th, 2018 Posted by IOT PLATFORM 0 thoughts on “Smart IoT Waste Management”

The waste container is an essential part of waste management in Singapore and is ubiquitous. Type of waste container can be from general waste to industrial waste, there is also a waste container for recycling.

This project aims to develop a smart waste sensing where waste status detail can be managed through a waste management platform via the Favoriot platform, providing instant access to information of the waste container, such as the capacity of the container, location, odor detection, smoke, and heat detection.

This would help reduce manpower and traffic, as the lesser trip will be needed to collect waste from waste container. As a result, it increases productivity and efficiency of the operation. While reducing the carbon footprint for the environment and traffic created by the waste collector.

[Note: This project is being done by the University of Glasgow Singapore, our FAVORIOT’s University’s collaborator.]

 

You can check out the whole LIST of IOT PROJECTS by our University Collaborators.

Copyright © 2024 All rights reserved