Icasi 08394405
Icasi 08394405
net/publication/326705603
CITATIONS READS
8 6,590
7 authors, including:
All content following this page was uploaded by Pattanasak Mongkolwat on 27 September 2021.
Chih-Lin Hu+, Tzu-Kuan Chan+, Yunh-Chun Wen+, Thitinan Tantidham^, Snit Sanghlao^, Boonsit
Yimwadsana^, and Pattanasak Mongkolwat^
+
Department of Communication Engineering, National Central University, Taiwan (R.O.C.)
300 Zhong-da Road, Zhong-li District, Taoyuan City, Taiwan 32001, R.O.C.
clhu@ce.ncu.edu.tw, {105553015; 105553030}@cc.ncu.edu.tw
^
Faculty of Information Communication Technology, Mahidol University, Thailand
999 Phuttamonthon 4 Road, Salaya, Nakhon Pathom, 73170, Thailand
{thitinan.tan, snit.san, boonsit.yim, pattanasak.mon}@mahidol.ac.th
ISBN 978-1-5386-4342-6
877
Proceedings of IEEE International Conference on Applied System Innovation 2018
IEEE ICASI 2018- Meen, Prior & Lam (Eds)
how mobile phone can operate remote dimming commands over dimmer as a controller. To reduce power consumption, the
Bluetooth. However, this scenario is limited to a remote control lighting equipment must have an LED power supply that can
service in a short-range network area covered by a Bluetooth accept PWM functions.
transmission range. Also, this kind of design often results in a
hardware platform-dependent customization, and its System Architecture
development may become complicated.
Remote lighting systems currently developed by most A micro-IoT system framework for a cloud-based lighting
manufacturers, e.g., LIFX's Color-1000 bulb [6] and Philips- control and dimming service includes three sub-systems,
HUE bulb [7], are merely used for short-range wireless network including cloud-, user-side and equipment-sides, which supports
control. Most of them do not provide cloud-integrated services a set of GUI-based human-machine interfaces, a lightweight
and adjustable energy saving functions. So, actually their effects messaging protocols, and LED driver and dimming functions.
of reducing energy are limited. Those systems are mainly applied
to special application contexts like personal decoration and A. Cloud Side
indirectly illumination, they can induce a low-frequency flicker Our cloud-based control interface is built on The Node-RED
and increase fatigue to human eyes if applied to general dimming provided by the IBM Bluemix IoT platform that enables resource
lamps for illumination in main contexts. Although some systems sharing to achieve economies of scale. Observe that there will
use the cloud to store data, its users cannot receive relevant also be smart services to help home appliances in the future. The
information immediately if there is no integrated cloud services. Node-RED control platform serves as a small and smart home
Special software and applications should be operated yet. The service platform for personal control services. This platform can
usage and operation might be complicated and not easy to use. provide a web-based power control switch to operate the light
This paper intends to integrate PWM, wireless bulb, i.e., ON/OFF, to adjust brightness, as well as to use the
communications, cloud services to present a micro-IoT system MQTT communication model, as shown in Fig. 1.
architecture for new lighting services, thereby alleviating the MQTT is used as a lightweight communication protocol
dependency of hardware and software, as well as achieving because this protocol cost lower overhead and bandwidth
energy conservation to some extent. occupancy than those of traditional TCP/IP network protocols
will do. With a broker that plays the role of a forwarding agent,
Design Consideration users will post and subscribe topics of interest to a broker, and
then, the broker will push messages in one-to-one or one-to-many
To support the management and control of IoT devices on a manner. Because of the increasing number of IoT devices in a
cloud-based lighting dimming system, this section explains four serving area, MQTT is thus addressed to compete with the CoAP
functional requirements for the design of the proposed system communication model that merely offers the one-to-one manner.
architecture. By contrast, using the traditional NAT communication model
(1) Providing a graphical cloud interface -- To allow users not will cause distinct devices isolated. That says, devices do not
confined to a fixed area, it is necessary for the system to know their neighbor devices even though they locate in the same
provide a graphical cloud user interface by which a user can area with more complicated NAT network settings, this matter
conveniently control the lamps and quickly interpret the which makes the application design more difficult.
sensor information.
(2) Providing a cloud-based development platform with the
function of storing quantitative data -- The use of cloud
development platform is mainly to reduce the cost of network
resources, to share resources and offer integrated services. If
a large amount of data collected by sensors is stored in the
front-end infrastructure, it will increase the burden on the
network resources and increase the cost of equipment Fig. 1. MQTT over the cloud.
deployment.
(3) Providing a lightweight communications protocols suitable B. User Side
for instant messaging with QoS specification -- To provide The Bluemix IoT platform provides a fixed URL service for
real-time transmission functions and solve the problem of developer to specify a self-defined name. On this platform, users
network congestion, selecting a lightweight communication can access a specific web page to operate the services. In our
protocol with QoS and security policies is one key technology. design, this web page comprises two components, including real-
(4) Providing LED energy-saving lighting equipment equipped time temperature and humidity display and long-time cumulative
with remote control on PWM lighting dimming functions -- chart, as well as lamp control, as shown in Fig. 2.
On the issue of improving dimming and energy consumption The temperature and humidity display at the left side of Fig. 3
of traditional lamps and lanterns, energy-saving LED lamps can instantly display the current environmental status and be
and lanterns are often used in place of traditional lamps. updated periodically. Each collected data is recorded as an input
However, at this stage, dimmable power supply devices in of the cumulative chart at the right side of Fig. 3. Through the
LED lamps still use the extremely energy-consuming TRIAC cumulated charts, the data can be integrated and analyzed on the
878
ISBN 978-1-5386-4342-6
Proceedings of IEEE International Conference on Applied System Innovation 2018
IEEE ICASI 2018- Meen, Prior & Lam (Eds)
ISBN 978-1-5386-4342-6
879
Proceedings of IEEE International Conference on Applied System Innovation 2018
IEEE ICASI 2018- Meen, Prior & Lam (Eds)
Conclusion
Acknowledgment
References
The first is the dimming function test. Users can turn the
luminaire icon switched to “ON” and adjust a dimming ratio as [1] R. Brothers, “ S&T’s Internet of Things Pilot Demonstrates - State
100%, 50% and 0% to observe the change of a front-end lump. of the Practical,” available from https://www.dhs.gov/science-and-
Fig. 4 shows the results between the constant-voltage PWM and technology/blog/2016/01/25/st-internet-things-pilot-demonstrates-
the constant current PWM modes. state-practical, Jan. 25, 2016.
The second is to verify specific dimming benefits. Table I [2] T. Yokotani and Y. Sasaki, “Comparison with HTTP and MQTT on
Required Network Resources for IoT,” In Proceedings of The 2016
shows the test values where measured Dim % is calculated by the
International Conference on Control, Electronics, Renewable
power value at each duty cycle % divided by the power value as Energy and Communications (ICCEREC), Sept. 13-15, 2016.
duty cycle=100%. As shown, the constant voltage dimming will [3] ISO/IEC 20922:2016 Preview, Information technology - Message
gradually reduce the dimming ratio as duty cycle is below 50%. Queuing Telemetry Transport (MQTT) v3.1.1, available from
This is because the time in low signal retention is lower than the https://www.iso.org/standard/69466.html.
internal capacitor discharge time. When the MOSFET-Gate [4] Y. F. Gomes, et al., “Integrating MQTT and ISO/IEEE 11073 for
potential remains high, the extra surge power generated by the Health Information Sharing in the Internet of Things,” In
cyclically accumulated surge currents will increase the power Proceedings of 2015 IEEE International Conference on Consumer
consumption. Meanwhile, the low-frequency flicker Electronics (ICCE), Jan. 9-12, 2015.
[5] S. A. Mahajan and S. D. Markande, “Design of Intelligent System
phenomenon will naturally occur when the lamps are switched
for Indoor Lighting,” In Proceedings of 2016 IEEE International
ON or OFF during dimming, as shown in at the left side of Fig. Conference on Computing, Communication and Automation
4. In contrast, the constant current dimming is converted into an (ICCUBEA), Aug. 12-13, 2016.
analog feedback signal by the level comparator. When the state [6] Lifx Color-1000, on-line reference via
of the lamp maintained ON is not alternated, neither the internal https://www.lifx.com/products/color-1000
capacitance nor the surge current is accumulated, and the lamp [7] Philips Hue, on-line reference via http://www2.meethue.com/zh-tw/
does not flicker. Hence, users can feel more comfortable without [8] W. Daren, “Message Broker Technology for Flexible Signalling
the increase of energy consumption and with proportional Control,” IRSE, available from
dimming characteristics, while the lighting space uses the http://www.irse.org/knowledge/publicdocuments/3.09_presentation
%20Wood.pdf.
constant current dimming mode.
Finally, from the aspect of energy efficiency, maintaining the
power factor above 0.9 means that the virtual power consumption
is minimal, and the loop energy loss can be minimized. Thus. as
880
ISBN 978-1-5386-4342-6
View publication stats