ArticlePDF Available

Abstract and Figures

Room Temperature prediction in Air Conditioners is highly challenged and ambiguous in today's life. To develop the system, some hardware like raspberry pi zero, thermal sensor, microcontroller, IR sensor and the room’s AC with existing remote are used. The proposed system is implemented through an embedded system by using the Python programming language. Based on the data, a mathematical formula can be derived and an algorithm of the proposed system has been designed and developed for the predicted temperature data with the values of the two sensors. The sensors are used to detect temperature and the AC performs automatically turn on or turn off. This system can be implemented in any smart AC room where anyone can utilize the AC system automatically switched on/off with the predicted temperature. This also can used in all over the places including for disabled peoples, personal room, conference room, hall room, classroom and transports, where manually control of AC is not feasible
Content may be subject to copyright.
J. Bangladesh Electron. 18 (13); 0105, 2018
23
Implementation of a Smart AC Automation System with Room
Temperature Prediction
F.M. Javed Mehedi Shamrat1, Shaikh Muhammad Allayear2 and
Md. Ismail Jabiullah3
1. 2Dept. of Multimedia and Creative Technology, Daffodil International University
3Dept. of Computer Science and Engineering, Daffdil International University
E-mail: 1shamrat777@diu.edu.bd, 2drallayear.swe@diu.edu.bd
3drismail.cse@diu.edu.bd
Abstract
Room Temperature prediction in Air Conditioners is highly challenged and ambiguous in today's life. To
develop the system, some hardware like raspberry pi zero, thermal sensor, microcontroller, IR sensor and the
room’s AC with existing remote are used. The proposed system is implemented through an embedded system by
using the Python programming language. Based on the data, a mathematical formula can be derived and an
algorithm of the proposed system has been designed and developed for the predicted temperature data with the
values of the two sensors. The sensors are used to detect temperature and the AC performs automatically turn on
or turn off. This system can be implemented in any smart AC room where anyone can utilize the AC system
automatically switched on/off with the predicted temperature. This also can used in all over the places including
for disabled peoples, personal room, conference room, hall room, classroom and transports, where manually
control of AC is not feasible.
Keywords: smart AC, Microcontroller, Automation, temperature prediction, thermal sensor, raspberry pi zero,
IR sensor and IR remote.
1. INTRODUCTION
Temperature prediction in Air Conditioners is exceedingly challenged in the present life. Automation
in air condition is as of now vital themes in the territory of IoT. It's to a really hard to change the
temperature erratically by physically for debilitated people groups, in sleeping hours, meeting time
and in for the most part where countless people exist there must be issue for comfort temperature for
all. A large number of the researchers work with room environment not with the object temperature,
so the outcome what is found is might be more productive if temperature prediction depends on object
temperature. If there are one or two peoples in a place, there can be possible to give an comfort
temperature for all but if there are huge peoples there is turmoil to give comfort temperature depend
on room temperature.
2. LITERATURE REVIEW
In recent years some research paper has been published, where researchers have where researchers
have demonstrated to lessen the utilization of power amid the utilization of air condition. But they
have a few works on Smart AC system by predicting in AC temperature.
The System can distinguish the surface temperature of tenants by a non-contact recognition at the
limit of 6 meters far. Separating human from other moving as well as static item by warmth variable is
almost inconceivable since human, creatures and electrical apparatuses produce heat. The wild
warmth properties which can change and exchange will add to the discovery issue. Coordinating the
ease MEMS based warm sensor can comprehend the first of human detecting issue by its capacity to
distinguish human in stationary [1].
J. Bangladesh Electron. 18 (13); 0105, 2018
24
Fig. 1: Human-detecting from Nearness Identification to the Recognizing Character. Just Two Detecting
Degree will be Required in this Undertaking which is Presence and Area
The system consequently controls cooling by methods for changing temperature settings in forced air
systems. Inside gadgets of climate control systems accordingly, don't need to be supplanted. A
versatile neuro fuzzy deduction framework and a molecule swarm calculation are received for
unraveling a nonlinear multivariable backward PMV model in order to decide warm solace
temperatures [2].
Fig. 2: Signal Transmission among Gadgets in the Remote Control Arranges
Most of the specialists worked for a Smart AC framework that can be constrained by remote gadgets.
They considered a remote sensor sent in the objective zone for detecting the encompassing
temperature. The remote sensor issues control directions to a remote cooling framework when the
privately detected surrounding temperature surpasses a specific attractive temperature extend. There
are a few issues considered in our sensor model [3].
J. Bangladesh Electron. 18 (13); 0105, 2018
25
Fig. 3: A Representation of the ON/OFF Cycle of Cooling
The creators of [4] utilized a model-prescient control system to learn and adjust for the measure of
warmth because of tenants and hardware. They utilized measurable techniques together with a
numerical model of warm elements of the space to evaluate warming burdens because of occupants
and hardware and control the AC likewise.
On the other hand, this paper presents a technique by methods for transmitting the temperature
directions by means of a remote sensor organize [5] to control forced air system tasks for tenants'
warm solace. The remote system is likewise used to acquire condition data including the temperature,
moistness, and airspeed at spots around inhabitants. Along these lines, utilizing the proposed control
setup does not need to change inside gadgets of existing climate control systems.
Fig. 4: System Built on the Berkeley Grounds that Permits Testing of Various Control Methodologies for
Controlling an AC so as to Investigate Tradeoffs between Vitality Utilization and following a Temperature Set
Point.
Warm comfort and cooling essentialness usage are two basic issues in spots of business. This paper
fundamentally separates the association between cooling essentialness use and warm comfort in
different urban networks. Directly off the bat, we present the significance of in-passage cooling
burden, and figure the ordinary office's indoor cooling load in thirteen urban regions; Secondly, in
perspective on a fundamental condition for Predicted Mean Vote (PMV), a tweaked control
enhancements method for cooling control structures has been proposed in the paper; At last, we
reproduce the cooling imperativeness use under different warm comfort expand. The results show that
cooling essentialness saving adequacy is solidly related with the tasteful solace range and city's
geographic region [6].
J. Bangladesh Electron. 18 (13); 0105, 2018
26
Fig. 5: Traditional Temperature Control Method and Thermal Comfort Control Method
According to use research gap, a methodology for recognizing human temperature from a situation
and anticipate an ideal temperature is proposed. For building up our examination, we have utilized
python programming with its default library, develop algorithm, Raspberry pi zero, Thermal sensors,
IR sensors, IR remote. We have built up an implanted system by utilizing these types of gear, which
works with object temperature and programmed on-off rely upon either object is exist in room or not.
At long last it deliver consequence of temperature depend of the criteria of number of object, object
value, environment temperature, object is in environment or not.
3. PROPOSED METHODOLOGY
The ideal value of the room temperature is considered as 18°C for the proposed research work. It is
noted that the World Health Organization recommends a minimum indoor temperature of 18ºC, with a
2-3ºC warmer minimum temperature for rooms occupied by sedentary elderly, young children and the
handicapped [6]. Below 16ºC temperature, there is an increased risk of respiratory diseases, while
below 12ºC temperature the risk is of increased problem of the cardiovascular strain [10]. The main
objective of this research is to set an ideal temperature that predicts temperature with automation of
the AC system so that one can avoid manually operating the room AC. A set of hardware components
is used here to develop the proposed embedded system. In Fig. 6 we shown our proposed model and
Fig. 7 represents the flowchart of the entire system.
Fig. 6: Process of the Proposed Model.
J. Bangladesh Electron. 18 (13); 0105, 2018
27
Fig. 7: Flowchart Diagram of the Entire System
Mathematical Exploration: To develop the algorithm of proposed entire embedded system, first
temperature data and object data are gathered by utilizing thermal sensors1 and sensor2 to set up an
anticipated temperature. The sensors play the role of distinguishable sorts of momentous worth.
Sensor 1 is utilized to detect the temperature upper than 18 (temp>18) and sensor 2 is utilized to
identify the temperature below (temp<18). Here, the ideal temperature is deliberated as 18°C [6].
Let,
Sensor1 = s1.
Sensor2 = s2.
Object = x.
Temperature = t.
No of object in environment = n.
Read the value from s1 (t.value>18 ).
Read the value from s2 (t.value<18).
S1.value = x1.t, x2.t, x3.t, x4.t, x5.t, x6.t,…,xn.t
S2.value = x1.t, x2.t, x3.t, x4.t, x5.t, x6.t,…,xn.t
∑s1= x1.t + x2.t + x3.t + x4.t + x5.t + x6.t+…+xn.t /n
∑s2= x1.t + x2.t + x3.t + x4.t + x5.t + x6.t+…+xn.t /n
Predict Temperature (PT) = (∑s1 + ∑s2) /2.
Compare Temperature (CT) = PT 18°C.
#If CT value is equal or more then 20 (CT>=20)
PT = CT 5.
#If CT value more then 10 and less than 20 (10<CT<20)
PT = CT 2.
# If CT value more then 1 and less than 10 (1<CT<10)
PT = CT 1.
# If CT value is equal or more then -5 (CT>= -5)
PT = CT + 3.
# If CT value is equal or more then -5 (-1 <CT< -5)
PT = CT + 1.
# If CT value is 0
PT = 18 °C
# After a couple of sec.
Repeat [process ()]
J. Bangladesh Electron. 18 (13); 0105, 2018
28
Description of used component: Building up the proposed embedded smart AC system, following
equipment segments are used. Here, the segments with their figures and portrayal are introduced.
Thermal Sensor: This sensor is an 8x8 exhibit of IR warm sensors from Panasonic. When it is
associated with the microcontroller (or Raspberry Pi) it will restore a variety of 64 singular infrared
temperature readings over I2C. It is as like as those of extravagant warm cameras, sufficiently
straightforward for simple reconciliation. This part will quantify temperatures going from 0°C to 80°C
(32°F to 176°F) with an exactness of ± 2.5°C (4.5°F). It can distinguish a human article present in the
room from a separation of up to 7 meters or 23 feet. Program codes are created for utilizing this
breakout on an Adriano or a perfect or on a Raspberry Pi with Python. On the Pi, with a touch of
picture handling help from the SciPy python library by which it can introduce the 8x8 networks and
get some truly decent outcomes. The AMG8833 is the up and coming age of 8x8 warm IR sensors
from Panasonic and offers higher execution than its forerunner the AMG8831 [18]. Fig. 8 is a warm
sensor that is utilized for the framework.
Fig. 8: Thermal Sensor
Raspberry pi zero: The Raspberry Pi is ease, MasterCard estimated PC that connects to a PC screen
or TV, and utilization a standard console and mouse. It is a competent little gadget that empowers
individuals of any age to investigate registering, and to figure out how to program in dialects like
Scratch and Python. The Raspberry Pi Zero is a large portion of the span of a Model A+, with double
the utility. A modest Raspberry Pi that is moderate enough for any task. It contains 1GHz single-
center CPU, 512MB RAM, Mini HDMI port, Micro USB OTG port, Micro USB control, HAT-
perfect 40-stick header, Composite video and reset headers, CSI camera connector [19]. Fig. 9 is an
image of Raspberry pi zero.
Fig. 9: Raspberry pi zero
IR Sensor: An infrared sensor is an electronic instrument that is used to identify certain
characteristics of its condition. It does this by either creating or recognizing infrared radiation.
Infrared sensors are in like manner prepared for assessing the glow being released by an inquiry and
perceiving development [20]. In Fig. 10 we demonstrated the IR sensors which pass the esteem and
get the incentive for the direction the air conditioner.
J. Bangladesh Electron. 18 (13); 0105, 2018
29
Fig. 10: Infered Sensor
IR Remote: Infrared remote control a handheld, a remote gadget used to work sound, video and other
electronic hardware inside a room utilizing light flags in the infrared (IR) run. Infrared light requires a
viewable pathway to its goal. Low-end remotes utilize just a single transmitter toward the finish of the
unit and must be pointed legitimately at the hardware. Excellent remotes have three or four ground-
breaking IR transmitters set at various edges to give the room signals [21]. In Fig. 11 we showed the
image of an IR remote.
Fig. 11: IR Remote
Microcontroller (NodeMCU V-3 Development Kit): The NodeMCU is an open-source firmware
and advancement pack that causes us to Prototype our IOT item inside a couple of Lua content lines.
Open-source, Interactive, Programmable, Low cost, Simple Smart, and WI-FI empowered. The
Development Kit dependent on ESP8266 incorporates GPIO, PWM, IIC, 1-Wire, and ADC across the
board. Power your improvement in the quickest manner mixes with NodeMCU Firmware! USB-TTL
included, plug and play, 10 GPIO, each GPIO can be PWM, I2C, 1-wire, FCC CERTIFIED WI-FI
module, PCB radio wire [22]. In Fig. 12 we demonstrated the image of the microcontroller.
Fig. 12: Microcontroller
By assembling all these segments, proposed embedded system has been structured and created. Fig.13
represents the proposed diagram of entire smart AC system.
J. Bangladesh Electron. 18 (13); 0105, 2018
30
Fig. 13: Diagram of the Entire Syst
4. RESULT AND ANALYSIS
The proposed strategy has been structured and created in default IDE and furthermore can develop
Anaconda application. A small conference room is selected for test the system, where 12 persons were
available in the room. They all are of different temperatures, and the temperatures are detected by two
thermal sensors (Sensor1, Sensor2). Then a data table is prepared by what exactly the sensor has
provided. The fracture values like 28.5 to 29, 28.3 to 28 are skipped in this case. Several experiments
have been observed to test the algorithm of the proposed system. But we have shown one experiment
there one of them. Compare these results of the experiments with another, the result of the proposed
system is found in the expected range.
Total 12 objects are measured for the temperatures that are presented in Table 1 and the
corresponding graphical representations are presented as line chart and are shown in Fig. 14.
TABLE1: Object with Temperature by Implemented Sensors.
Utilizing the estimation of the table distinguishes by the sensors and the output gets by utilizing of our
calculation. Table 1. Object Temperature and Predicted Temperature
No of Object
Predict Temp
1
2
3
4
5
6
18°C
7
8
9
10
11
12
In Fig. 14 we showed the Line chart of the Tabular 3 data and output.
J. Bangladesh Electron. 18 (13); 0105, 2018
31
Fig. 14: Diagram of Table 1 Data
In several experiments, temperature data is found from objects by using sensors from a small
conference room and save it in a table and deploy our proposed algorithm1 on it, we have found a
predict temperature 20°C from experiment, then after 10 sec we again collected data and stored raw
data in the another table and deploy algorithm1 on it and get a predict temperature 19°C. If we
concentrate on the past predict temperature, we can easily judge that the temperature of object is
changing dynamically. As not unlike that experiment we again collect temperature from object and
store it to table and this one is last and final experiment. Deploy algorithm on the table that have
shown in table1 and get predict temperature 18°C. Generally what temperature predict by the system
using algorithm1 that is comfort temperature for all we can easily see it from fig.14. Every predict
temperature is near to close of comfort temperature 18°C.
5. CONCLUSION
Automation and temperature prediction of a room is very much demanding issues in the present
period for some reasons. A few methodologies are working in this purpose. A smart AC system room
by mechanization and temperature prediction has been designed, developed and implemented by the
python programming language. Several experiments have been performed to analyses the approach
and found at satisfactory dimension. It can be applied in any manual AC system room to convert it
into smart AC system environment by utilizing machine learning, artificial intelligence and expert
system.
REFERENCES
[1] S. Parnin and M. M. Rahman,” Human Location Detection System Using MicroElectromechanical
Sensor for Intelligent Fan,” International Conference on Mechanical, Automotive and Aerospace
Engineering 2016.
[2] K. L. Ku, J. S. Liaw, M. Y. Tsai, and T. S. Liu,” Automatic Control System for thermal Comfort
Based on Predicted Mean Vote and Energy Saving IEEE TRANSACTIONS ON AUTOMATION
SCIENCE AND ENGINEERING ,VOL . 12, NO.1,JANUARY2015.
[3] Muhammad Aftab, Chi-Kin Chau, and Peter Armstrong,” Smart Air-Conditioning Control by Wireless
Sensors: An Online Optimization Approach”, Masdar Institute of Science and Technology Abu Dhabi,
UAE.
[4] D. V. Babu, D. K. Yadav, N. K. Yadav, and V. K. Verma 2015 MEMS Based Smart & Secure Home
Automation System with Multi-Way Control & Monitoring Facility using Smart Phone J. Chem.
Pharm. Sci. 9357359
[5] Aswani, N. Master, J. Taneja, D. Culler, and C. Tomlin. Reducing transient and steady state electricity
consumption in hvac using learning-based model-predictive control. Proceedings of the IEEE
100(1):240 253, jan. 2012.
[6] J. Y. H. Wang, Y. K. Chuah, S. W. Chou, and T. H. Lo, “Noninvasive Zigbee wireless controller for
air conditioner energy saving,” in Proc.IEEE 7th Conf. WiCOM, Wuhan, 2011, pp. 1– 4.
J. Bangladesh Electron. 18 (13); 0105, 2018
32
[7] Nigel P. Isaacs, “Poverty and Comfort”, Presented at the Fourth National Food Bank Conference,
Wellington, November 13, 1998
[8] M.M.Rahman and F. Radzi, 2015 Sensory System to locate Human for Smart Fan. 1st International
Workshop on Mechatronics Education
[9] S. Kaur and H. C. Vashist 2013 Automation of Wheel Chair Using MEMS 3 227232.
[10] T. Ayesha. S. Smitha, and M, Rumana, 2015 Hand Gesture Based Home Automation for Visually
Challenged Int. J. Innov. Eng. Research Technol. 217
[11] N. Pranathi and S. M. Ahmed, 2013 Tri-Axis Motion Detection using MEMS for Unwired Mouse
Navigation System in the Future Generation Machines Int. J. Adv. Res. Comput. Commun.
Eng.236723675.
[12] B. Sun, P. B. Luh, Q. S. Jia, Z. Jiang, F. Wang, and C. Song, “Building energy management:
Integrated control of active and passive heating, cooling, lighting, shading, and ventilation systems,”
IEEE Trans. Autom. Sci. Eng., vol. 10, no. 3, pp. 588602, Jul. 2013.
[13] Collins, K.J 1993 Cold- and heat-related illness in the indoor environment in Burridge R & Ormandy
D (eds) Unhealthy Housing: Research Remedies and Reform London: E & FN Spon.
[14] W. Kong, T. Chai, J. Ding, and S. Yang, “Multifurnace optimization in electric smelting plants via load
scheduling and control,” IEEE Trans. Autom. Sci. Eng., vol. 11, no. 3, pp. 850 862, Jul. 2014.
[15] J. S. R. Jang, “ANFIS: Adaptive-network-based fuzzy inference system,”IEEE Trans. Syst, Man,
Cybern., vol. 23, no. 3, pp. 665685,May/Jun. 1993.
[16] V. Bobál, J. Böhm, and R. Prokop, “Practical aspects of selftuning controllers,” Int. J. Adapt. Control
Signal Process., vol. 13, pp.671690, 1999.
[17] S. Senthilkumar and R. Vinothraj 2012 Design and study of ultrasound-based automatic patient
movement monitoring device for quantifying the infraction motion during teletheraphy treatment.
Journal of Applied Clinical Medical Physics136 .
[18] Thermal camera, https://learn.adafruit.com/adafruit-amg88338x8-thermal-camera-sensor/overview,
28.09.2018
[19] Raspberry pi zero, https://learn.adafruit.com/introducing-theraspberry-pi-zero?view=all, 28.09.2018
[20] IR sensor, https://learn.adafruit.com/ir-sensor?view=all, 28.09.2018
[21] IR remote, https://learn.adafruit.com/using-an-ir-remote-with-araspberry-pi-media-center?view=all,
28.09.2018
[22] Microcontroller,https://learn.adafruit.com/programmingmicrocontrollers-using-openocd-on-raspberry-
pi?view=all, 28.09.2018
... In this section,basically different papers are discussed with their method,pros and cons of detecting DOS attacks on wireless sensor [1][2][3][4][5] networks. In [6] and [7], Denial of Service Attacks are categorized . ...
... The well-known counter measures and security mechanisms of all the attacks are also mentioned in this article. In [2],this article contains custom dataset of intelligent underwater wireless sensor network which can be divided into four categories of DoS attacks (gray hole, black hole, scheduling attacks and flooding).Method used to train datasets is Artificial Neural Networks to classify them into different DoS attacks. The experimental work carried out here has a high classification rate and accuracy, which is worth mentioning attack with the suggested dataset.To create the structure of an intrusion detection system to resist DoS attacks at an affordable cost is the main goal of this paper.The results considered have been successfully classified as a DoS attack with higher detection rate. ...
Article
Full-text available
Wireless sensor networks are the new emerging technologies that are the combination of wireless devices, small, effective sensors and special embedded system design with them. Basically WSN gathers data from very sensitive and harsh environments. Then after processing,they transmit all the information to base station or user application for their further use. But in their design,there is some design constraints like less memory,power or less secured system. For this they have faced lots of attacks. Denial of service (DOS) is one of the most crucial of them which attacks the whole network system on each layer separately and makes the whole network paralysed and jeopardized. In this review paper, all the attacks of DOS are discussed and their countermeasures are also discussed here attack wise. Introduction: Wireless sensor networks are getting much attention and popularity day by day because of its vast application on different parts of human life. It is basically making life easier by getting the updated information from its combination of wireless technology, tiny sensors and embedded systems and devices. WSN can work in any environment like rain , sunlight, cold breeze and also in harsh environment. So it also has to face some attack on it. Denial of service (DOS) is one of those attacks. Because of its design constraints , it is much weaker against those attacks. So in order to get the proper feedback from the sensor nodes of WSN proper counter measures should be taken against those attacks. Wireless sensor networks are basically a sensory system which sense the different parts of environment and gather needed information. It is used in different sectors like monitoring of traffics, to diagnosis of healthcare problems, nuclear plantation, military network communication,weather update and information collection, ensuring security of a system etc. Wireless sensor networks must deliver security, integrity and correct output. But because of low power consumption, their tiny body structure and limitations of memory, DOS attack easily takes place and security vulnerability increases. Wireless sensor networks are much easier to implement in any situation and environment ,it is also very cost effective super fast than any other sensory device. tacks .
... The consumers can monitor the data about the crops through the web (output monitor). The proposed system also sends the alert notification message to the consumers if any lacking is found by the sensors data [18]. The Arduino outputs are often attached to other display modules. ...
... An algorithm based on detection and tracking was utilized to minimize false fire alarms, often employed using conventional electrical methods. In recent years IoT [18][19][20][21][22][23][24][25][26][27], machine learning [28][29][30][31] and artificial intelligence [32][33] did an excellent job of solving such types of problems. Machine learning [34][35][36][37] can assist in demystifying the hidden patterns in IoT data by evaluating large quantities of data using powerful algorithms. ...
Conference Paper
Full-text available
Facial recognition is a fundamental method in facial-related science such as face detection, authentication, and monitoring, as well as a crucial phase in computer vision and pattern recognition. Face recognition technology aids in crime prevention by storing the captured image in a database, which can then be used in a variety of ways, including identifying a person. With just a few faces in the frame, most facial recognition systems function sufficiently when the techniques have been tested under artificial illumination, with accurate facial poses and non-blurry images. in our proposed system, a face recognition system is proposed using Average pooling and MobileNetV2. The classifiers are implemented after a set of preprocessing steps on the retrieved image data. To compare the model is more effective, a performance test on the result is performed. It is observed from the study that MobileNetV2 triumphs over Average pooling with an accuracy rate of 98.89% and 99.01% on training and test data respectively.
Chapter
Facial recognition is a fundamental method in facial-related science such as face detection, authentication, monitoring, and a crucial phase in computer vision and pattern recognition. Face recognition technology aids in crime prevention by storing the captured image in a database, which can then be used in various ways, including identifying a person. With just a few faces in the frame, most facial recognition systems function sufficiently when the techniques have been tested under artificial illumination, with accurate facial poses and non-blurry images. In our proposed system, a face recognition system is proposed using average pooling and MobileNetV2. The classifiers are implemented after a set of preprocessing steps on the retrieved image data. To compare the model is more effective, a performance test on the result is performed. It is observed from the study that MobileNetV2 triumphs over average pooling with an accuracy rate of 98.89% and 99.01% on training and test data, respectively.
Chapter
Industrial clustering can be considered as a result of two types of forces: the centripetal force, which encourages the concentration of the manufacturing activities, and centrifugal force, which acts in the opposite direction. To explain the agglomeration process, we develop an agent-based version of Krugman model (1991) which allows us considering less restrictive and real hypothesis on building up the model. In contrast to Krugman’s model which considers the workforce displacement between regions and assumes the firm’s size as an unlimited endogenous variable, the proposed model explicates the workers’ displacement at the level of firms in different regions and further introduces the effect of “ carrying capacity “ of firms, a concept very common in ecological models. We implement the agent-based model (ABM) with the goal of exploring the spatial distribution of firms across regions to see whether the workforce will concentrate. For this purpose, several scenarios were tested for different values of the key parameters of our ABM. The latter are: (1) the transport cost (τ), (2) the share of income spent on industrial goods (μ), (3) the elasticity of substitution (σ), (4) the initial nominal wage differential between regions (∆W) and (5) the carrying capacity of firms (Cap). Simulations have been carried under two initial conditions: an equal repartition of firms between regions and an unequal one. Simulation results suggest that reducing transport costs can have drastic effects on the disparity of industries. In case of high transport costs, decreasing the wage differential between regions reduces the spatial inequality. Further, the limited capacity of a firm to hire labor can slow down the migration process, which leads to a reduction in regional inequality.
Chapter
Ontologies are considered as a cornerstone for knowledge-based systems and semantic web for reusing and sharing the knowledge by explicit specification of shared conceptualizations. For representing and organizing knowledge, ontology needs a conceptual model to express the real-world objects. The conceptual model explores a series of entities, relationships and attributes to integrate and correlate the knowledge of domain-related data. It allows the layout of architectures for the usage of contents and the ontology provides an initial conceptual level for the knowledge organization. In this paper, the authors have presented a different conceptual model for the management and representation of specific domain knowledge.
Article
Full-text available
This paper presented the development of sensory system for detection of both the presence and the location of human in a room spaces using MEMS Thermal sensor. The system is able to detect the surface temperature of occupants by a non-contact detection at the maximum of 6 meters far. It can be integrated to any swing type of electrical appliances such as standing fan or a similar devices. Differentiating human from other moving and or static object by heat variable is nearly impossible since human, animals and electrical appliances produce heat. The uncontrollable heat properties which can change and transfer will add to the detection issue. Integrating the low cost MEMS based thermal sensor can solve the first of human sensing problem by its ability to detect human in stationary. Further discrimination and analysis must therefore be made to the measured temperature data to distinguish human from other objects. In this project, the fan is properly designed and program in such a way that it can adapt to different events starting from the human sensing stage to its dynamic and mechanical moving parts. Up to this stage initial testing to the Omron D6T microelectromechanical thermal sensor is currently under several experimental stages. Experimental result of the sensor tested on stationary and motion state of human are behaviorally differentiable and successfully locate the human position by detecting the maximum temperature of each sensor reading.
Article
Full-text available
Buildings account for nearly 40% of global energy consumption. About 40% and 15% of that are consumed respectively by HVAC and lighting. These energy uses can be reduced by integrated control of active and passive sources of heating, cooling, lighting, shading and ventilation. However, rigorous studies of such control strategies are lacking since computationally tractable models are not available. In this paper, a novel formulation capturing key interactions of the above building functions is established to minimize the total daily energy cost. To obtain effective integrated strategies in a timely manner, a methodology that combines stochastic dynamic programming (DP) and the rollout technique is developed within the price-based coordination framework. For easy implementation, DP-derived heuristic rules are developed to coordinate shading blinds and natural ventilation, with simplified optimization strategies for HVAC and lighting systems. Numerical simulation results show that these strategies are scalable, and can effectively reduce energy costs and improve human comfort.
Article
Full-text available
The aim of the present study is to fabricate indigenously ultrasonic‐based automatic patient's movement monitoring device (UPMMD) that immediately halts teletherapy treatment if a patient moves, claiming accurate field treatment. The device consists of circuit board, magnetic attachment device, LED indicator, speaker, and ultrasonic emitter and receiver, which are placed on either side of the treatment table. The ultrasonic emitter produces the ultrasound waves and the receiver accepts the signal from the patient. When the patient moves, the receiver activates the circuit, an audible warning sound will be produced in the treatment console room alerting the technologist to stop treatment. Simultaneously, the electrical circuit to the teletherapy machine will be interrupted and radiation will be halted. The device and alarm system can detect patient movements with a sensitivity of about 1 mm. Our results indicate that, in spite of its low‐cost, low‐power, high‐precision, nonintrusive, light weight, reusable and simplicity features, UPMMD is highly sensitive and offers accurate measurements. Furthermore, UPMMD is patient‐friendly and requires minimal user training. This study revealed that the device can prevent the patient's normal tissues from unnecessary radiation exposure, and also it is helpful to deliver the radiation to the correct tumor location. Using this alarming system the patient can be repositioned after interrupting the treatment machine manually. It also enables the technologists to do their work more efficiently. PACS number: 87.53.Dq
Article
Home security and control is one of the basic needs of mankind from early days. But today it has to be updated with the rapidly changing technology to ensure vast Coverage, Remote control, Reliability & Real time operation. Deploying Wireless technologies for Security and Control in Home Automation systems offers attractive benefits along with user friendly interface.This paper is to design a highly secured Multi-way Home Automation system that allows the user to control all the Electric and Electronic devices from any Android Smart phone using Voice Recognition technology. The system also allows the user to control the Home appliances using SMS commands from any GSM phone or from a PC/Laptop with USB connectivity.
Article
For human-centered automation, this study presents a wireless sensor network using predicted mean vote (PMV) as a thermal comfort index around occupants in buildings. The network automatically controls air conditioning by means of changing temperature settings in air conditioners. Interior devices of air conditioners thus do not have to be replaced. An adaptive neurofuzzy inference system and a particle swarm algorithm are adopted for solving a nonlinear multivariable inverse PMV model so as to determine thermal comfort temperatures. In solving inverse PMV models, the particle swarm algorithm is more accurate than ANFIS according to computational results. Based on the comfort temperature, this study utilizes feedforward-feedback control and digital self-tuning control, respectively, to satisfy thermal comfort. The control methods are validated by experimental results. Compared with conventional fixed temperature settings, the present control methods effectively maintain the PMV value within the range of ± 0.5 and energy is saved more than 30% in this study.
Article
For large electricity users, such as smelting plants, their electric loads cannot exceed a concerted limit in production. Traditional single-furnace optimization methods aim to satisfy the electric demand of a furnace to improve its production, and hence cannot consider the maximum demand constraint in a smelting plant. Maximum demand (MD) control is often utilized to keep the total electric demand within the limit via shedding the electric loads of some furnaces once the demand approaches the limit. However, the control method will enlarge the fluctuation of electric loads, which does harm to the production and causes a decline in energy-efficiency. In this paper, we propose a multifurnace optimization strategy to improve the production targets of a whole plant instead of a single furnace. In the strategy, an offline multiobjective load scheduling is first performed to assign electric loads for furnaces in each sampling period, taking into account of the MD constraint and production constraints. A multiobjective particle swarm optimization algorithm, combined with population initialization and constraint-handing strategies, is proposed to search for the Pareto optimal set of the scheduling problem, from which decision-makers can select one solution as the load scheduling program. A double closed-loop control mechanism is used to change the scheduled load into detailed load setpoints of furnaces and keep the actual loads up with the load setpoints. In the outer loop, the detailed load setpoints of furnaces are dynamically adjusted based on the deviation of actual loads from the scheduled loads. Thereafter, the desired setpoints are sent to the automatic control mechanism of each furnace, which is in the inner loop and responsible to keep the actual load up with the setpoint via a proportional-integral-derivative (PID) controller. The case study on a typical magnesia-smelting plant shows that the proposed multifurnace optimization strategy can achieve an increase of- about 12.29% in the production output, an improvement of about 0.46% of the magnesia in the product, and a slight reduction of 2.35% in electricity cost over the results of MD control.
Conference Paper
One of the most prominent applications of smart technology for energy saving is in buildings, in particular, for optimizing heating, ventilation, and air-conditioning (HVAC) systems. Traditional HVAC systems rely on wired temperature regulators and thermostats installed at fixed locations, which are both inconvenient for deployment and ineffective to cope with dynamic changes in the thermal behavior of buildings. New generation of wireless sensors are increasingly becoming popular due to their convenience and versatility for sophisticated monitoring and control of smart buildings. However, there also emerge new challenges on how to effectively harness the potential of wireless sensors. First, wireless sensors are energy-constrained, because they are often powered by batteries. Extending the battery lifetime, therefore, is a paramount concern. The second challenge is to ensure that the wireless sensors can work in uncertain environments with minimal human supervision as they can be dynamically displaced in new environments. Therefore, in this paper, we study a fundamental problem of optimizing the trade-off between the battery lifetime and the effectiveness of HVAC remote control in the presence of uncertain (even adversarial) fluctuations in room temperature. We provide an effective offline algorithm for deciding the optimal control decisions of wireless sensors, and a 2-competitive online algorithm that is shown to attain performance close to offline optimal through extensive simulation studies. The implication of this work is to shed light on the fundamental trade-off optimization in wireless sensor controlling HVAC systems.
Article
An innovative non-invasive Zigbee-base wireless controller is proposed in this study for energy saving control of split and package air-conditioning units. The controller needs only be connected to the temperature sensor of an air- conditioner, therefore is non-invasive to the control circuitry of the air-conditioner. The primary function of the controller is to effect the on/off functions of the air-conditioner unit, according to the readings from the Zigbee based wireless sensors. Energy saving can be achieved both by the control of comfort condition at the space at use, and also proper scheduling when connected to remote central control system. It has been found by experiments that this control method can be made a part of the wireless sensors network, and can be deployed at a low cost. Moreover, this control method can be used with presently installed package or split units. The energy saving measured for a split air- conditioner with this control method exceeds 50%. Therefore this non-invasive control method has a potential of saving energy in air-conditioning. Building energy management is becoming a measure that used in saving energy in air-conditioning and other equipment in commercial buildings. The commonly developed BEMS (Building Energy Management System) relies on remote network monitoring and control of equipment operation. However, BEMS is commonly applied to central air- conditioning systems with built-in network systems. Package or split units are still commonly used in households, school or commercial buildings. Moreover, due to the nature of individually installed units for these types of air- conditioning, wire network connection of these types of units is usually difficult as best. Therefore, wireless network system becomes an option to be considered. Temperature control is commonly used to maintain comfort and save energy. However, due to the temperature distribution in a room, temperature sensors placed in the corner or at the wall do not always sense the occupied space temperature. It is then obvious that wireless control would enable the temperature sensors be placed at the occupied space, so to maintain comfort conditions and achieve effective energy saving. In order to control split or package units from different makers, a non-invasive wireless control method is proposed in this study. This method uses an innovative method to enable the temperature control of the air-conditioners. A wireless temperature sensor is connected to a small controller installed at air-conditioner. The on/off operation of the air-conditioner can be controlled according to the temperature setting or schedule of use. The control is enabled by feeding a pseudo temperature signal to the air-conditioner. A high temperature feed would actuate the operation of the compressor of the unit. In reverse, a low temperature feed would force the shutoff of the compressor. Therefore, such a non-invasive control method can be generally applied to all types of split or package units in present buildings. This study selects ZigBee(1) for wireless control. The selection is based on the inclusion of ZigBee in the BACnet protocol of ASHRAE in 2008(2). ZigBee was developed for sensor network, has a reasonable range with low power consumption, and the comparison is shown in Fig. 1.
Article
The contribution presents a class of Single Input Single Output (SISO) discrete self-tuning controllers suitable for industrial applications. The proposed adaptive controllers can be divided into three groups. The first group covers PID adaptive algorithms with using of traditional methods. The second group is based on polynomial solutions of control problems and the third group is derived from the use of the minimization of linear quadratic criterion. All types of algorithms were unified and incorporated into a Matlab - like Toolbox for self-tuning control. Copyright © 1999 John Wiley & Sons, Ltd.