SlideShare une entreprise Scribd logo
1  sur  45
An IoT System with Remote Reconfigurable Wireless
Sensor Network Nodes and
its Application to Measurement of Classroom Activity
Takashi Yamanoue, Fukuyama University
IIAI AAI ESKM 2018, Yonago, Tottori, Japan, July, 2018.
#eskm2018
Contents
• 1. Introduction
• 2. IoT System Overview
• 3. IoT System Reconfiguration Example
• 4. Related Work
• 5. Conclusions
• 6. Acknowledgments
#eskm2018
1. Introduction (1/10)
• A typical Internet of Things (IoT) system consists of Internet servers,
Internet edge gateways, and devices with sensors/actuators that are
connected to those gateways by wires or wireless networks.
#eskm2018
1. Introduction (2/10)
• When the number of components making up an IoT system
becomes very large, powerful managers must be used to
administer them effectively.
#eskm2018
• This issue is complicated by the fact that sensor/actuator-
equipped devices may be placed in a wide variety of
natural areas such as mountains, fields, rivers, the deep
sea, and even outer space.
1. Introduction (3/10)
• Alternatively, they can be found in urban settings,
such as the tops of buildings and towers, inside
buildings, or even within small spaces inside
machines.
1. Introduction (4/10)
• As a result, it is often hard, and sometimes even impossible, for a manager
to directly monitor and operate such devices.
• Nevertheless, IoT system managers still need the ability to change the
configurations of such devices when it is necessary to alter sensor
sensitivities, change sampling data frequencies, turn on/off devices, and
so on.
1. Introduction (5/10)
#eskm2018
• A wiki [16] page is a website that allows the
easy creation and editing of any number of
interlinked webpages via a web browser, and
can be used as a means of effective
collaboration and information sharing.
Wikipedia [17] is a well-known wiki site.
1. Introduction (6/10)
#eskm2018
• If a wiki is friendly to people, it will also be
friendly to machines. This means that if
machines can automatically read and write
data onto a wiki page, users can obtain much
more in the way of beneficial information.
Those users can also easily control machines
through the wiki page, thereby facilitating
machine-to-people, people-to-machine, as
well as machine-to-machine communication,
which would make the wiki much more useful.
• To confirm this, regarding the usefulness of
wikis, we developed an IoT system using wiki
software[4][5][6][7][9]. This system consists of
wiki pages using wiki software and bots
(defined herein as remotely controlled
devices).
#eskm2018
1. Introduction (7/10)
• This IoT system may have
wireless sensor network (WSN)
nodes[8].
• The bots used in our IoT system
are flexible and reconfigurable
because they are controlled by
commands and programs written
on wiki pages.
• The bot reads the command
sequence and program from the
wiki page and then executes them
periodically.
• WSN nodes are also flexible and
reconfigurable because their
behavior can be changed remotely
simply by revising the commands
written on the wiki page.
1. Introduction (8/10)
• By combining flexible bots and
flexible WSN nodes, IoT system
managers can configure, maintain,
and reconfigure many aspects of a
system, thereby identifying issues
and eliminating problems simply by
rewriting the system script on wiki
pages, without the need to
physically access the bots and WSN
nodes.
#eskm2018
Program/
Data
Wireless Sensor
Network
1. Introduction (9/10)
• We have created an activity
measurement system to evaluate
group work activity in a classroom
using our proposed IoT system.
• When developing our measurement
system, we focused on ensuring it
was possible to alter sensor
sensitivities, change sampling data
frequencies, turn on/off devices, and
so on, simply by rewriting the
command sequence and the
program on the wiki page without
directly manipulating the WSNs.
Program/
Data
Wireless Sensor
Network
1. Introduction (10/10)
2. IoT System Over View
2-A Structure of the IoT system (1/3)
• This shows an overview of our system,
which consists of wiki pages, wiki
software, bots/gateways, and WSN
nodes.
• PukiWiki [13] was used for the wiki
software, and Raspberry Pi computers
[14] and ZigBee [20] transceiver modules
were used to provide the bot/gateways
and WSN nodes, respectively.
• The ZigBee devices are programmable
and equipped with sensors and actuators.
#eskm2018
• In operation, the bot/gateway reads/writes data
from/to the ZigBee devices, which are
connected by the ZigBee WSN.
• These collect and send sensor data to the wiki
page based on the script written on that page.
• The wiki page can also include a bot program
that reads data from Internet webpages and
WSN nodes can be placed anywhere the node
and WSN bot/gateway can establish and
maintain communication.
• Furthermore, it is possible to place nodes in
locations where it would be impossible for them
to communicate directly with the bot/gateway.
2. IoT System Over View
2-A Structure of the IoT system (2/3)
Program/
Data
ZigBee
Wiki Pages/
Web Pages
Page
• If a WSN node is equipped with
actuators, they can be operated
by the bot/gateways based on the
PukiWiki webpage script.
• Furthermore, depending on the
wiki page script, bots without the
WSN gateway function can be
used to analyze data on other wiki
pages (or other websites) and
report back the analysis results to
the originating wiki page. These
bots can run on any personal
computer (PC) that can execute
the required software.
2. IoT System Over View
2-A Structure of the IoT system (3/3)
#eskm2018
• Since the bot/gateways of our
IoT system are script
interpreters, bot behavior is
defined by the script. A wiki
page script consists of a
command sequence and a
program.
2. IoT System Over View
2-B Bot/Gateways (1/9)
Program/
Data
#eskm2018
• The bot hardware consists of a
Raspberry Pi combined with a
MONOSTICK [11] ZigBee transceiver
module.
• The bot/gateway communicates with wiki
software via the Internet using a local
area network (LAN) interface or the Wi-Fi
transceiver of the Raspberry Pi.
• In operation, the bot controls and reads
sensor data from WSN nodes using the
ZigBee transceiver
#eskm2018
2. IoT System Over View
2-B Bot/Gateways (2/9)Program/
Data
Bot/Gateway
Internet
ZigBee
#eskm2018
• This shows the behavior of the
bot/gateway. After starting, the
bot/gateway repeats the following
sequence:
• 1. Read the command sequence
and program on the wiki page. The
URL of the wiki page is written in the
bot setting file or input via the bot
graphical user interface (GUI).
• 2. Interpret and execute the
command sequence and program.
• 3. After executing the command
sequence lines and program, write
back the execution results to the wiki
page.
#eskm2018
2. IoT System Over View
2-B Bot/Gateways (3/9)
• This shows an example of the
program and command
sequence for the bot on a wiki
page.
#siguccs17
2. IoT System Over View
2-B Bot/Gateways (4/9)
#eskm2018
• When the data of one wiki page is very large, it is
hard for users to read as well as hard for the bot
to read and write.
• Partitioning provides an effective way to cope
with this problem. In order to partition the data to
several wiki pages, the command “set
pageName=“<next page name>”” can be used.
• When the bot reads this command, the wiki
software then reads the <next page name> wiki
page during the next read, instead of current
page.
• The <next page name> may also have <hour> or
<day> commands. In such cases, <hour> is
substituted for the current hour of execution and
<day> is substituted for the current day of the
execution.
#eskm2018
2. IoT System Over View
2-B Bot/Gateways (5/9)
24 wiki pages for
each hour…
set pageName=“page-<hour>”
commands
data
Writecommands
• Some bots in the IoT system use the same
commands and program. However, since it is
troublesome to write the same commands and
program to each wiki page, as in object-oriented
programming, the IoT system might also have a
class page for sharing common commands and
programs among the wiki pages of such objects.
• A wiki page consisting of objects is called an
object wiki page. An object page uses the
“include” command for a class wiki page when
sharing the common class among object pages.
• Our IoT system also facilitates high availability
by introducing “crossover including” to Wiki
pages and “crossover execution” to bots.
#eskm2018
2. IoT System Over View
2-B Bot/Gateways (6/9)
• The bot/gateway sends commands to the WSN nodes using this program function:
– ex(“pi4j”, “serial send ” <command for the WSN node>”.”)
#eskm2018
2. IoT System Over View
2-B Bot/Gateways (7/9)
Program/
Data
ZigBeeInternet
<command for the WSN node>
• When the WSN node receives a command, it executes the command and sends the results back to the
bot/gateway based on the conditions outlined in the command. The results appear in the following format:
– return a32=<receiver-id>, from=<sender-id>,
port=<analog/digital-input-port>, v=<value>,
event=<cause of the return>
#eskm2018
2. IoT System Over View
2-B Bot/Gateways (8/9)
Program/
Data
ZigBeeInternet
<sender-id>
<received-id>
• If the <receiver-id> of the bot/gateway receiving the results matches the bot/gateway’s ZigBee
transceiver module, the bot/gateway relays the results and writes the following back to the wiki page:
– device=sensorNetwork, Date=<date and time of received>,
a32=<receiver-id>, from=<sender-id>,
port=<analog/digital-input-port>, v=<value>,
event=<cause of the return>
#eskm2018
2. IoT System Over View
2-B Bot/Gateways (9/9)
Program/
Data
ZigBeeInternet
<sender-id><received-id>
• TWELITE DIP [15] programmable ZigBee
devices, which are equipped with sensors
and actuators, are used for WSN nodes.
• We programmed the command interpreter
to use the WSN nodes, a sample of which
is shown here.
• The dual inline package (DIP) shown on
the right side of the figure is the ZigBee
device, whereas the white spherical part is
a passive infra-red (PIR) sensor that can
detect the motion of a human body or
animal.
#eskm2018
2. IoT System Over View
2-C Wireless Sensor Network Node (1/4)
• Communications between all WSN nodes is realized by broadcasting.
• WSN nodes can interpret and execute received commands->WSN node behavior can be changed.
• Command:
– get <id> port <analog/digital input port>.
The value at the <analog/digital input port> is immediately returned to the bot/gateway, if the node
<id> received this command.
<id>=*| a32=<hex> | id=<number> | handle=<strconst>
#eskm2018
2. IoT System Over View
2-C Wireless Sensor Network Node (2/4)
• Command:
– set <id> sendif <analog/digital input port> interval <time-msec>.
When a node with the <id> node identifier receives this command, the node repeatedly returns the value
at the <analog/digital input port> at intervals of <time-msec>.
#eskm2018
2. IoT System Over View
2-C Wireless Sensor Network Node (3/4)
 Other commands
– set <id> sendif <analog/digital input port> changed <value>.
– set <id> sendif <analog/digital input port> sendAccumulation <time-msec>.
– set <id> sendif <analog/digital input port> setmode <mode>.
– set <id> i2c <address in hex> <register in hex> <data-size> <value in hex>.
– get <id> i2c <address in hex> <register in hex> <data-size>.
#eskm2018
2. IoT System Over View
2-C Wireless Sensor Network Node (4/4)
• As an example of the usefulness of this flexibility, we show an
activity measurement system that measures activity of group
work in a classroom using our IoT system.
• On Nov. 20, 2014, The Central Council of the Educational
Committee of Japan reported the adoption of a new direction for the
twenty-first century that focused on ability as a key competency, as
well as the International Baccalaureate curriculum, and active
learning [1].
• We are now in the process of confirming the effectiveness of active
learning. However, in order to evaluate it effectively, a benchmark of
the “activeness” of active learning is needed. Accordingly, in an
attempt to measure the physical motions of participants in a group
work as a candidate benchmark such “activeness”, we adopted PIR
motion sensors, which are commonly used in home security systems,
automatic lighting control systems, and so on.
3. IoT System Reconfiguration Example(1/8)
• we developed an experimental activity
measurement system by combining our
reconfigurable IoT system and PIR sensors.
• This shows an outline of our combined
system being used to measure the group
work activity of individual groups in a
classroom.
• The system consists of Internet-based wiki
pages, a bot/gateway, and eight WSN nodes.
We created 24 wiki object pages for storing
hourly activity data and one wiki class page
for storing the script used for controlling the
bot and WSN nodes.
3. IoT System Reconfiguration Example(2/8)
#eskm2018
• This shows an example of the WSN nodes
that were placed at the center of the table for
each group in the classroom.
3. IoT System Reconfiguration Example(3/8)
#eskm2018
• We then measured the activity of group work
in a classroom using our measurement
system and compared activity transitions with
the video taken during the class in order to
determine the relationships between them.
• If motion within a group increased, the value
extracted from the measurement system
became larger.
• During the measurement system
development process, we were able to
improve the system by reconfiguring WSN
nodes without manipulating them directly,
simply by rewriting the script on the class
wiki page.
3. IoT System Reconfiguration Example(4/8)
#eskm2018
• This shows the wiki page of the measurement system before the improvement. This
figure shows that when the bot sent the “sendif D11 sendAccumulation 2000”
command to two of the WSN nodes of the measurement system at five-minute
intervals (300000 msec), two of the WSN nodes return accumulated values to the DI1
digital port at 20 sec (20000 msec) intervals.
• When eight WSN nodes were use, 1440 result lines were collected each hour.
However, this made the measurement system unstable because adding new data lines
to such a large text block consumes significant amounts of time.
• The line, “command: set reportLength=3000” indicates the setting for the max number
of lines after the “results:” line in the wiki page. However, 3000 was also too large for
the stable execution of the command sequence and the program. More specifically, if
there is no send interval setting command for the page, the bot will attempt to write the
buffered results to the wiki page immediately after executing the command sequence
and program. This was also found to cause unstable execution.
3. IoT System Reconfiguration Example(5/8)
#eskm2018
• This shows the improved class wiki page for the measurement
system. We rewrote the “sendif D11 sendAccumulation 2000”
command to “sendif D11 sendAccumulation 3000” in order to the
reduce the hourly number of results lines from 1440 to 960, set
the reportLength to 1000, and set the write back intervals to ten
minutes.
• We also added the “set pageName=“pir-1-<hour>”” command at
the end of the command sequence in order to partition the
results lines into hourly pages. It can be seen that these
improvements made the measurement system more stable.
3. IoT System Reconfiguration Example(6/8)
#eskm2018
• This shows the execution results on the object wiki page after the improvements.
Here, each line of the figure shows the returned information from a WSN node,
the identifier of which is the right-hand side of the equation of “a32=”. This value,
which shows the activity at each work group, is the right-hand side of the “v=”
equation.
• Once again, it should be noted that, except for starting them up and turning
them off, we did not manipulate the bot and WSN nodes directly.
3. IoT System Reconfiguration Example(7/8)
#eskm2018
3. IoT System Reconfiguration Example(8/8)
#eskm2018
• A cloud service that provides APIs for IoT devices. The developer
writes the IoT device program using Xively’s APIs.
• Xively does not have a function for sending commands from its Xively
server to the IoT devices, program updates must be manually
performed by the developer at the device location in order to
reconfigure the IoT devices.
– Our IoT can be reconfigured by updating the wiki page script,
without requiring the developer to physically access the device.
4. Related Work
4-A Xively
#eskm2018
• Users must occasionally download updates from Microsoft [18] and Apple [10],
respectively. Normally require computer restarts when the process is complete.
– Our IoT system does not need restarting after the command sequence and program has
been updated on the wiki page.
• Windows and Apple update processes cannot change the behavior of the
computers while rewriting is taking place.
– The command sequence and program of our IoT system can be used to modify the
behavior of bots and WSN nodes while the system is operating.
• Windows and Apple software updates are seldom sent more than
once a day,
– while the wiki page reading frequency of the bot of our
IoT system can occur as often as every five minutes.
4. Related Work
4-B Windows and Apple Software Updates
#eskm2018
• Serviceable space satellites are usually equipped with in-orbit software
replacement functions for maintenance purposes [2] because it is
usually impossible to physically repair or update a satellite in space.
• This situation is similar to the WSN nodes of our IoT.
• Software updates for space satellites seldom occur more than once a
day,
– The wiki page reading frequency of the bot of our IoT system can occur as
often as every five minutes.
4. Related Work
4-C Space Satellites
#eskm2018
• Proposed a framework to dynamically reconfigure the WSN and
adapt its power consumption, transmission reliability, and data
throughput to the different requirements of the applications [3].
• Their framework configures the WSN automatically and adjusts the
data exchange frequencies.
• It is possible modify our IoT system to provide similar functions by
introducing similar algorithms to the program in the wiki page of our
IoT.
• Their framework is not suitable for changing IoT functions,
– Our IoT system permits function changes.
4. Related Work
4-D Szczodrak and others
#eskm2018
• Achieves the function of controlling IoT devices behind firewalls via
a HTTPS/WebSocket connection from IoT devices to Internet
servers.
• Very similar to the connection between a wiki page and bot in our
IoT system, even though our connection uses HTTP instead of
HTTPS/WebSocket.
• Both the NetNucleus Cloud Hub and our IoT system provides a
method for managers to control edge devices behind firewalls,
NetNucleus Cloud Hub does not have reconfigurable WSN nodes
– Our IoT system does.
4. Related Work
4-E NetNucleus Cloud Hub
#eskm2018
5. Conclusions
• An IoT system with remotely reconfigurable bots and WSN nodes along with an
activity measurement system that was developed using our IoT system.
• How the flexibility of our IoT system makes it easy to improve the measurement
system.
• WSNs are not always reliable, IoT developers must plan for unforeseen events.
– For example, if actuators are connected to WSN nodes, IoT system malfunctions may cause
fires or other serious problems.
• Currently, our IoT system does not have functions that allow physical remote
reconfigurations, such like exchanging physical sensors and actuators after
device deployment, although we expect to address such issues in the future.
• Necessary to ensure the security of our IoT system before it can be deployed for
real world usage.
#eskm2018
Acknowledgements
• A part of this research was supported by
– JSPS KAKENHI Grant Number JP16K00197.
• Students who helped us to conduct the experiment.
#eskm2018
• In operation, the bot/gateway reads/writes data
from/to the ZigBee devices, which are
connected by the ZigBee WSN.
• These collect and send sensor data to the wiki
page based on the script written on that page.
• The wiki page can also include a bot program
that reads data from Internet webpages and
WSN nodes can be placed anywhere the node
and WSN bot/gateway can establish and
maintain communication.
• Furthermore, it is possible to place nodes in
locations where it would be impossible for them
to communicate directly with the bot/gateway.
2. IoT System Over View
2-A Structure of the IoT system (2/3)
Program/
Data
ZigBee
Wiki Pages/
Web Pages
Page

Contenu connexe

Similaire à An IoT System with Remote Reconfigurable Wireless Sensor Network Nodes and its Application to Measurement of Classroom Activity@Eskm20180708 1

SDARPiBot - VLES'16
SDARPiBot - VLES'16SDARPiBot - VLES'16
SDARPiBot - VLES'16Arun Joseph
 
IRJET- Blockchain based Secure Data Storage
IRJET-  	  Blockchain based Secure Data StorageIRJET-  	  Blockchain based Secure Data Storage
IRJET- Blockchain based Secure Data StorageIRJET Journal
 
Configuring lifa for remote communication using web architecture
Configuring lifa for remote communication using web architectureConfiguring lifa for remote communication using web architecture
Configuring lifa for remote communication using web architectureVatsal N Shah
 
Monitoring in IOT enabled devices
Monitoring in IOT enabled devicesMonitoring in IOT enabled devices
Monitoring in IOT enabled devicesEswar Publications
 
Cloudmov: Cloud-Based Mobile Social TV
Cloudmov: Cloud-Based Mobile Social TVCloudmov: Cloud-Based Mobile Social TV
Cloudmov: Cloud-Based Mobile Social TVIRJET Journal
 
Decentralized Social Network
Decentralized Social NetworkDecentralized Social Network
Decentralized Social NetworkIRJET Journal
 
Network Robots - Abhijeet
Network Robots - AbhijeetNetwork Robots - Abhijeet
Network Robots - AbhijeetAbhijeet Kalsi
 
ONLINE FOOD ORDERS THROUGH WHATSAPP AUTOMATION BOT
ONLINE FOOD ORDERS THROUGH WHATSAPP AUTOMATION BOTONLINE FOOD ORDERS THROUGH WHATSAPP AUTOMATION BOT
ONLINE FOOD ORDERS THROUGH WHATSAPP AUTOMATION BOTIRJET Journal
 
Building IoT Middleware with Microservices
Building IoT Middleware with MicroservicesBuilding IoT Middleware with Microservices
Building IoT Middleware with MicroservicesMario Kušek
 
ideas.doc
ideas.docideas.doc
ideas.docbutest
 
An Inter-Wiki Page Data Processor for a M2M System @Matsue, 1sep., Eskm2013
An Inter-Wiki Page Data Processor for a M2M System  @Matsue, 1sep., Eskm2013An Inter-Wiki Page Data Processor for a M2M System  @Matsue, 1sep., Eskm2013
An Inter-Wiki Page Data Processor for a M2M System @Matsue, 1sep., Eskm2013Takashi Yamanoue
 
What's New In InduSoft Web Studio 8.1 + SP3
What's New In InduSoft Web Studio 8.1 + SP3What's New In InduSoft Web Studio 8.1 + SP3
What's New In InduSoft Web Studio 8.1 + SP3AVEVA
 
Real Time Head Generation for Video Conferencing
Real Time Head Generation for Video ConferencingReal Time Head Generation for Video Conferencing
Real Time Head Generation for Video ConferencingIRJET Journal
 
Laporan Praktikum Keamanan Siber - Tugas 4 -Kelas C - Kelompok 3.pdf
Laporan Praktikum Keamanan Siber - Tugas 4 -Kelas C - Kelompok 3.pdfLaporan Praktikum Keamanan Siber - Tugas 4 -Kelas C - Kelompok 3.pdf
Laporan Praktikum Keamanan Siber - Tugas 4 -Kelas C - Kelompok 3.pdfIGedeArieYogantaraSu
 
Introduction to Internet of Things.pdf
Introduction to Internet of Things.pdfIntroduction to Internet of Things.pdf
Introduction to Internet of Things.pdfGVNSK Sravya
 
What's New In InduSoft Web Studio 8.1 + SP2
What's New In InduSoft Web Studio 8.1 + SP2What's New In InduSoft Web Studio 8.1 + SP2
What's New In InduSoft Web Studio 8.1 + SP2AVEVA
 

Similaire à An IoT System with Remote Reconfigurable Wireless Sensor Network Nodes and its Application to Measurement of Classroom Activity@Eskm20180708 1 (20)

Cisco project ideas
Cisco   project ideasCisco   project ideas
Cisco project ideas
 
SDARPiBot - VLES'16
SDARPiBot - VLES'16SDARPiBot - VLES'16
SDARPiBot - VLES'16
 
IRJET- Blockchain based Secure Data Storage
IRJET-  	  Blockchain based Secure Data StorageIRJET-  	  Blockchain based Secure Data Storage
IRJET- Blockchain based Secure Data Storage
 
Configuring lifa for remote communication using web architecture
Configuring lifa for remote communication using web architectureConfiguring lifa for remote communication using web architecture
Configuring lifa for remote communication using web architecture
 
Monitoring in IOT enabled devices
Monitoring in IOT enabled devicesMonitoring in IOT enabled devices
Monitoring in IOT enabled devices
 
Cloudmov: Cloud-Based Mobile Social TV
Cloudmov: Cloud-Based Mobile Social TVCloudmov: Cloud-Based Mobile Social TV
Cloudmov: Cloud-Based Mobile Social TV
 
Decentralized Social Network
Decentralized Social NetworkDecentralized Social Network
Decentralized Social Network
 
Javantura v6 - Building IoT Middleware with Microservices - Mario Kusek
Javantura v6 - Building IoT Middleware with Microservices - Mario KusekJavantura v6 - Building IoT Middleware with Microservices - Mario Kusek
Javantura v6 - Building IoT Middleware with Microservices - Mario Kusek
 
Network Robots - Abhijeet
Network Robots - AbhijeetNetwork Robots - Abhijeet
Network Robots - Abhijeet
 
ONLINE FOOD ORDERS THROUGH WHATSAPP AUTOMATION BOT
ONLINE FOOD ORDERS THROUGH WHATSAPP AUTOMATION BOTONLINE FOOD ORDERS THROUGH WHATSAPP AUTOMATION BOT
ONLINE FOOD ORDERS THROUGH WHATSAPP AUTOMATION BOT
 
Building IoT Middleware with Microservices
Building IoT Middleware with MicroservicesBuilding IoT Middleware with Microservices
Building IoT Middleware with Microservices
 
ideas.doc
ideas.docideas.doc
ideas.doc
 
An Inter-Wiki Page Data Processor for a M2M System @Matsue, 1sep., Eskm2013
An Inter-Wiki Page Data Processor for a M2M System  @Matsue, 1sep., Eskm2013An Inter-Wiki Page Data Processor for a M2M System  @Matsue, 1sep., Eskm2013
An Inter-Wiki Page Data Processor for a M2M System @Matsue, 1sep., Eskm2013
 
Ki3517881791
Ki3517881791Ki3517881791
Ki3517881791
 
What's New In InduSoft Web Studio 8.1 + SP3
What's New In InduSoft Web Studio 8.1 + SP3What's New In InduSoft Web Studio 8.1 + SP3
What's New In InduSoft Web Studio 8.1 + SP3
 
Real Time Head Generation for Video Conferencing
Real Time Head Generation for Video ConferencingReal Time Head Generation for Video Conferencing
Real Time Head Generation for Video Conferencing
 
Chapter 1 updated.pdf
Chapter 1 updated.pdfChapter 1 updated.pdf
Chapter 1 updated.pdf
 
Laporan Praktikum Keamanan Siber - Tugas 4 -Kelas C - Kelompok 3.pdf
Laporan Praktikum Keamanan Siber - Tugas 4 -Kelas C - Kelompok 3.pdfLaporan Praktikum Keamanan Siber - Tugas 4 -Kelas C - Kelompok 3.pdf
Laporan Praktikum Keamanan Siber - Tugas 4 -Kelas C - Kelompok 3.pdf
 
Introduction to Internet of Things.pdf
Introduction to Internet of Things.pdfIntroduction to Internet of Things.pdf
Introduction to Internet of Things.pdf
 
What's New In InduSoft Web Studio 8.1 + SP2
What's New In InduSoft Web Studio 8.1 + SP2What's New In InduSoft Web Studio 8.1 + SP2
What's New In InduSoft Web Studio 8.1 + SP2
 

Plus de Takashi Yamanoue

人が乗れる自動運転電気自動車作成中その4, -version up その1-
人が乗れる自動運転電気自動車作成中その4, -version up その1-人が乗れる自動運転電気自動車作成中その4, -version up その1-
人が乗れる自動運転電気自動車作成中その4, -version up その1-Takashi Yamanoue
 
シン3次元表示装置 ーその1ー
シン3次元表示装置 ーその1ーシン3次元表示装置 ーその1ー
シン3次元表示装置 ーその1ーTakashi Yamanoue
 
Wiki IoT/Bot Computingを使った顔ロボット群の制御
Wiki IoT/Bot Computingを使った顔ロボット群の制御Wiki IoT/Bot Computingを使った顔ロボット群の制御
Wiki IoT/Bot Computingを使った顔ロボット群の制御Takashi Yamanoue
 
IoTLT-Vol93-Wiki-IoT-20221117.pptx
IoTLT-Vol93-Wiki-IoT-20221117.pptxIoTLT-Vol93-Wiki-IoT-20221117.pptx
IoTLT-Vol93-Wiki-IoT-20221117.pptxTakashi Yamanoue
 
IoTLT-Vol92-Wiki-IoT-20221009-1.pptx
IoTLT-Vol92-Wiki-IoT-20221009-1.pptxIoTLT-Vol92-Wiki-IoT-20221009-1.pptx
IoTLT-Vol92-Wiki-IoT-20221009-1.pptxTakashi Yamanoue
 
人が乗れる 自動運転電気自動車作成中その3 -自動運転成功!-
人が乗れる自動運転電気自動車作成中その3 -自動運転成功!-人が乗れる自動運転電気自動車作成中その3 -自動運転成功!-
人が乗れる 自動運転電気自動車作成中その3 -自動運転成功!-Takashi Yamanoue
 
人が乗れる 自動運転 電気自動車 作成中!
人が乗れる 自動運転 電気自動車 作成中!人が乗れる 自動運転 電気自動車 作成中!
人が乗れる 自動運転 電気自動車 作成中!Takashi Yamanoue
 
着る電光掲示板の新機能  -場所に応じた情報の自動表示-
着る電光掲示板の新機能  -場所に応じた情報の自動表示-着る電光掲示板の新機能  -場所に応じた情報の自動表示-
着る電光掲示板の新機能  -場所に応じた情報の自動表示-Takashi Yamanoue
 
Real->Virtual変換システムの開発その1の2
Real->Virtual変換システムの開発その1の2Real->Virtual変換システムの開発その1の2
Real->Virtual変換システムの開発その1の2Takashi Yamanoue
 
Real->Virtual 変換システムの開発その1の1
Real->Virtual 変換システムの開発その1の1Real->Virtual 変換システムの開発その1の1
Real->Virtual 変換システムの開発その1の1Takashi Yamanoue
 
スマートフォンで操作する双方向型大型デジタルサイネージシステムの試作
スマートフォンで操作する双方向型大型デジタルサイネージシステムの試作スマートフォンで操作する双方向型大型デジタルサイネージシステムの試作
スマートフォンで操作する双方向型大型デジタルサイネージシステムの試作Takashi Yamanoue
 
SeeThroughChameleonDress-on-the-way-ex1
SeeThroughChameleonDress-on-the-way-ex1SeeThroughChameleonDress-on-the-way-ex1
SeeThroughChameleonDress-on-the-way-ex1Takashi Yamanoue
 
PukiWiki と Raspberry Pi と Arduino を連携させてIoT システムを作ってみた話
PukiWiki と Raspberry Pi と Arduino を連携させてIoT システムを作ってみた話PukiWiki と Raspberry Pi と Arduino を連携させてIoT システムを作ってみた話
PukiWiki と Raspberry Pi と Arduino を連携させてIoT システムを作ってみた話Takashi Yamanoue
 
Zoomはぶっ飛ばせないけど... - Portable Cloud の紹介
Zoomはぶっ飛ばせないけど... - Portable Cloud の紹介Zoomはぶっ飛ばせないけど... - Portable Cloud の紹介
Zoomはぶっ飛ばせないけど... - Portable Cloud の紹介Takashi Yamanoue
 
簡便な大型幅広デジタルサイネージシステムとその自動運用システム
簡便な大型幅広デジタルサイネージシステムとその自動運用システム簡便な大型幅広デジタルサイネージシステムとその自動運用システム
簡便な大型幅広デジタルサイネージシステムとその自動運用システムTakashi Yamanoue
 
Wiki と Raspberry Pi と Arduino を組み合わせて作成した電気製品の自動運転・遠隔操作システム
Wiki と Raspberry Pi と Arduino を組み合わせて作成した電気製品の自動運転・遠隔操作システムWiki と Raspberry Pi と Arduino を組み合わせて作成した電気製品の自動運転・遠隔操作システム
Wiki と Raspberry Pi と Arduino を組み合わせて作成した電気製品の自動運転・遠隔操作システムTakashi Yamanoue
 
Bot Computing using the Power of Wiki Collaboration
Bot Computing using the Power of Wiki CollaborationBot Computing using the Power of Wiki Collaboration
Bot Computing using the Power of Wiki CollaborationTakashi Yamanoue
 
悪性Botnet包囲網のBotによるWannaCryのようなマルウェアの活動検知の試み
悪性Botnet包囲網のBotによるWannaCryのようなマルウェアの活動検知の試み悪性Botnet包囲網のBotによるWannaCryのようなマルウェアの活動検知の試み
悪性Botnet包囲網のBotによるWannaCryのようなマルウェアの活動検知の試みTakashi Yamanoue
 

Plus de Takashi Yamanoue (20)

人が乗れる自動運転電気自動車作成中その4, -version up その1-
人が乗れる自動運転電気自動車作成中その4, -version up その1-人が乗れる自動運転電気自動車作成中その4, -version up その1-
人が乗れる自動運転電気自動車作成中その4, -version up その1-
 
シン3次元表示装置 ーその1ー
シン3次元表示装置 ーその1ーシン3次元表示装置 ーその1ー
シン3次元表示装置 ーその1ー
 
Wiki IoT/Bot Computingを使った顔ロボット群の制御
Wiki IoT/Bot Computingを使った顔ロボット群の制御Wiki IoT/Bot Computingを使った顔ロボット群の制御
Wiki IoT/Bot Computingを使った顔ロボット群の制御
 
IoTLT-Vol93-Wiki-IoT-20221117.pptx
IoTLT-Vol93-Wiki-IoT-20221117.pptxIoTLT-Vol93-Wiki-IoT-20221117.pptx
IoTLT-Vol93-Wiki-IoT-20221117.pptx
 
IoTLT-Vol92-Wiki-IoT-20221009-1.pptx
IoTLT-Vol92-Wiki-IoT-20221009-1.pptxIoTLT-Vol92-Wiki-IoT-20221009-1.pptx
IoTLT-Vol92-Wiki-IoT-20221009-1.pptx
 
人が乗れる 自動運転電気自動車作成中その3 -自動運転成功!-
人が乗れる自動運転電気自動車作成中その3 -自動運転成功!-人が乗れる自動運転電気自動車作成中その3 -自動運転成功!-
人が乗れる 自動運転電気自動車作成中その3 -自動運転成功!-
 
人が乗れる 自動運転 電気自動車 作成中!
人が乗れる 自動運転 電気自動車 作成中!人が乗れる 自動運転 電気自動車 作成中!
人が乗れる 自動運転 電気自動車 作成中!
 
着る電光掲示板の新機能  -場所に応じた情報の自動表示-
着る電光掲示板の新機能  -場所に応じた情報の自動表示-着る電光掲示板の新機能  -場所に応じた情報の自動表示-
着る電光掲示板の新機能  -場所に応じた情報の自動表示-
 
Real->Virtual変換システムの開発その1の2
Real->Virtual変換システムの開発その1の2Real->Virtual変換システムの開発その1の2
Real->Virtual変換システムの開発その1の2
 
Real->Virtual 変換システムの開発その1の1
Real->Virtual 変換システムの開発その1の1Real->Virtual 変換システムの開発その1の1
Real->Virtual 変換システムの開発その1の1
 
スマートフォンで操作する双方向型大型デジタルサイネージシステムの試作
スマートフォンで操作する双方向型大型デジタルサイネージシステムの試作スマートフォンで操作する双方向型大型デジタルサイネージシステムの試作
スマートフォンで操作する双方向型大型デジタルサイネージシステムの試作
 
Teleport dressor 20200524
Teleport dressor 20200524Teleport dressor 20200524
Teleport dressor 20200524
 
SeeThroughChameleonDress-on-the-way-ex1
SeeThroughChameleonDress-on-the-way-ex1SeeThroughChameleonDress-on-the-way-ex1
SeeThroughChameleonDress-on-the-way-ex1
 
PukiWiki と Raspberry Pi と Arduino を連携させてIoT システムを作ってみた話
PukiWiki と Raspberry Pi と Arduino を連携させてIoT システムを作ってみた話PukiWiki と Raspberry Pi と Arduino を連携させてIoT システムを作ってみた話
PukiWiki と Raspberry Pi と Arduino を連携させてIoT システムを作ってみた話
 
Zoomはぶっ飛ばせないけど... - Portable Cloud の紹介
Zoomはぶっ飛ばせないけど... - Portable Cloud の紹介Zoomはぶっ飛ばせないけど... - Portable Cloud の紹介
Zoomはぶっ飛ばせないけど... - Portable Cloud の紹介
 
trouble-with-mboed-os
trouble-with-mboed-ostrouble-with-mboed-os
trouble-with-mboed-os
 
簡便な大型幅広デジタルサイネージシステムとその自動運用システム
簡便な大型幅広デジタルサイネージシステムとその自動運用システム簡便な大型幅広デジタルサイネージシステムとその自動運用システム
簡便な大型幅広デジタルサイネージシステムとその自動運用システム
 
Wiki と Raspberry Pi と Arduino を組み合わせて作成した電気製品の自動運転・遠隔操作システム
Wiki と Raspberry Pi と Arduino を組み合わせて作成した電気製品の自動運転・遠隔操作システムWiki と Raspberry Pi と Arduino を組み合わせて作成した電気製品の自動運転・遠隔操作システム
Wiki と Raspberry Pi と Arduino を組み合わせて作成した電気製品の自動運転・遠隔操作システム
 
Bot Computing using the Power of Wiki Collaboration
Bot Computing using the Power of Wiki CollaborationBot Computing using the Power of Wiki Collaboration
Bot Computing using the Power of Wiki Collaboration
 
悪性Botnet包囲網のBotによるWannaCryのようなマルウェアの活動検知の試み
悪性Botnet包囲網のBotによるWannaCryのようなマルウェアの活動検知の試み悪性Botnet包囲網のBotによるWannaCryのようなマルウェアの活動検知の試み
悪性Botnet包囲網のBotによるWannaCryのようなマルウェアの活動検知の試み
 

Dernier

Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Alan Dix
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksSoftradix Technologies
 
How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?XfilesPro
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersThousandEyes
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Paola De la Torre
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhisoniya singh
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationSafe Software
 

Dernier (20)

Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other Frameworks
 
How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
 

An IoT System with Remote Reconfigurable Wireless Sensor Network Nodes and its Application to Measurement of Classroom Activity@Eskm20180708 1

  • 1. An IoT System with Remote Reconfigurable Wireless Sensor Network Nodes and its Application to Measurement of Classroom Activity Takashi Yamanoue, Fukuyama University IIAI AAI ESKM 2018, Yonago, Tottori, Japan, July, 2018.
  • 3. Contents • 1. Introduction • 2. IoT System Overview • 3. IoT System Reconfiguration Example • 4. Related Work • 5. Conclusions • 6. Acknowledgments #eskm2018
  • 4. 1. Introduction (1/10) • A typical Internet of Things (IoT) system consists of Internet servers, Internet edge gateways, and devices with sensors/actuators that are connected to those gateways by wires or wireless networks. #eskm2018
  • 5. 1. Introduction (2/10) • When the number of components making up an IoT system becomes very large, powerful managers must be used to administer them effectively. #eskm2018
  • 6. • This issue is complicated by the fact that sensor/actuator- equipped devices may be placed in a wide variety of natural areas such as mountains, fields, rivers, the deep sea, and even outer space. 1. Introduction (3/10)
  • 7. • Alternatively, they can be found in urban settings, such as the tops of buildings and towers, inside buildings, or even within small spaces inside machines. 1. Introduction (4/10)
  • 8. • As a result, it is often hard, and sometimes even impossible, for a manager to directly monitor and operate such devices. • Nevertheless, IoT system managers still need the ability to change the configurations of such devices when it is necessary to alter sensor sensitivities, change sampling data frequencies, turn on/off devices, and so on. 1. Introduction (5/10) #eskm2018
  • 9. • A wiki [16] page is a website that allows the easy creation and editing of any number of interlinked webpages via a web browser, and can be used as a means of effective collaboration and information sharing. Wikipedia [17] is a well-known wiki site. 1. Introduction (6/10) #eskm2018
  • 10. • If a wiki is friendly to people, it will also be friendly to machines. This means that if machines can automatically read and write data onto a wiki page, users can obtain much more in the way of beneficial information. Those users can also easily control machines through the wiki page, thereby facilitating machine-to-people, people-to-machine, as well as machine-to-machine communication, which would make the wiki much more useful. • To confirm this, regarding the usefulness of wikis, we developed an IoT system using wiki software[4][5][6][7][9]. This system consists of wiki pages using wiki software and bots (defined herein as remotely controlled devices). #eskm2018 1. Introduction (7/10)
  • 11. • This IoT system may have wireless sensor network (WSN) nodes[8]. • The bots used in our IoT system are flexible and reconfigurable because they are controlled by commands and programs written on wiki pages. • The bot reads the command sequence and program from the wiki page and then executes them periodically. • WSN nodes are also flexible and reconfigurable because their behavior can be changed remotely simply by revising the commands written on the wiki page. 1. Introduction (8/10)
  • 12. • By combining flexible bots and flexible WSN nodes, IoT system managers can configure, maintain, and reconfigure many aspects of a system, thereby identifying issues and eliminating problems simply by rewriting the system script on wiki pages, without the need to physically access the bots and WSN nodes. #eskm2018 Program/ Data Wireless Sensor Network 1. Introduction (9/10)
  • 13. • We have created an activity measurement system to evaluate group work activity in a classroom using our proposed IoT system. • When developing our measurement system, we focused on ensuring it was possible to alter sensor sensitivities, change sampling data frequencies, turn on/off devices, and so on, simply by rewriting the command sequence and the program on the wiki page without directly manipulating the WSNs. Program/ Data Wireless Sensor Network 1. Introduction (10/10)
  • 14. 2. IoT System Over View 2-A Structure of the IoT system (1/3) • This shows an overview of our system, which consists of wiki pages, wiki software, bots/gateways, and WSN nodes. • PukiWiki [13] was used for the wiki software, and Raspberry Pi computers [14] and ZigBee [20] transceiver modules were used to provide the bot/gateways and WSN nodes, respectively. • The ZigBee devices are programmable and equipped with sensors and actuators. #eskm2018
  • 15. • In operation, the bot/gateway reads/writes data from/to the ZigBee devices, which are connected by the ZigBee WSN. • These collect and send sensor data to the wiki page based on the script written on that page. • The wiki page can also include a bot program that reads data from Internet webpages and WSN nodes can be placed anywhere the node and WSN bot/gateway can establish and maintain communication. • Furthermore, it is possible to place nodes in locations where it would be impossible for them to communicate directly with the bot/gateway. 2. IoT System Over View 2-A Structure of the IoT system (2/3) Program/ Data ZigBee Wiki Pages/ Web Pages Page
  • 16. • If a WSN node is equipped with actuators, they can be operated by the bot/gateways based on the PukiWiki webpage script. • Furthermore, depending on the wiki page script, bots without the WSN gateway function can be used to analyze data on other wiki pages (or other websites) and report back the analysis results to the originating wiki page. These bots can run on any personal computer (PC) that can execute the required software. 2. IoT System Over View 2-A Structure of the IoT system (3/3) #eskm2018
  • 17. • Since the bot/gateways of our IoT system are script interpreters, bot behavior is defined by the script. A wiki page script consists of a command sequence and a program. 2. IoT System Over View 2-B Bot/Gateways (1/9) Program/ Data #eskm2018
  • 18. • The bot hardware consists of a Raspberry Pi combined with a MONOSTICK [11] ZigBee transceiver module. • The bot/gateway communicates with wiki software via the Internet using a local area network (LAN) interface or the Wi-Fi transceiver of the Raspberry Pi. • In operation, the bot controls and reads sensor data from WSN nodes using the ZigBee transceiver #eskm2018 2. IoT System Over View 2-B Bot/Gateways (2/9)Program/ Data Bot/Gateway Internet ZigBee #eskm2018
  • 19. • This shows the behavior of the bot/gateway. After starting, the bot/gateway repeats the following sequence: • 1. Read the command sequence and program on the wiki page. The URL of the wiki page is written in the bot setting file or input via the bot graphical user interface (GUI). • 2. Interpret and execute the command sequence and program. • 3. After executing the command sequence lines and program, write back the execution results to the wiki page. #eskm2018 2. IoT System Over View 2-B Bot/Gateways (3/9)
  • 20. • This shows an example of the program and command sequence for the bot on a wiki page. #siguccs17 2. IoT System Over View 2-B Bot/Gateways (4/9) #eskm2018
  • 21. • When the data of one wiki page is very large, it is hard for users to read as well as hard for the bot to read and write. • Partitioning provides an effective way to cope with this problem. In order to partition the data to several wiki pages, the command “set pageName=“<next page name>”” can be used. • When the bot reads this command, the wiki software then reads the <next page name> wiki page during the next read, instead of current page. • The <next page name> may also have <hour> or <day> commands. In such cases, <hour> is substituted for the current hour of execution and <day> is substituted for the current day of the execution. #eskm2018 2. IoT System Over View 2-B Bot/Gateways (5/9) 24 wiki pages for each hour… set pageName=“page-<hour>” commands data Writecommands
  • 22. • Some bots in the IoT system use the same commands and program. However, since it is troublesome to write the same commands and program to each wiki page, as in object-oriented programming, the IoT system might also have a class page for sharing common commands and programs among the wiki pages of such objects. • A wiki page consisting of objects is called an object wiki page. An object page uses the “include” command for a class wiki page when sharing the common class among object pages. • Our IoT system also facilitates high availability by introducing “crossover including” to Wiki pages and “crossover execution” to bots. #eskm2018 2. IoT System Over View 2-B Bot/Gateways (6/9)
  • 23. • The bot/gateway sends commands to the WSN nodes using this program function: – ex(“pi4j”, “serial send ” <command for the WSN node>”.”) #eskm2018 2. IoT System Over View 2-B Bot/Gateways (7/9) Program/ Data ZigBeeInternet <command for the WSN node>
  • 24. • When the WSN node receives a command, it executes the command and sends the results back to the bot/gateway based on the conditions outlined in the command. The results appear in the following format: – return a32=<receiver-id>, from=<sender-id>, port=<analog/digital-input-port>, v=<value>, event=<cause of the return> #eskm2018 2. IoT System Over View 2-B Bot/Gateways (8/9) Program/ Data ZigBeeInternet <sender-id> <received-id>
  • 25. • If the <receiver-id> of the bot/gateway receiving the results matches the bot/gateway’s ZigBee transceiver module, the bot/gateway relays the results and writes the following back to the wiki page: – device=sensorNetwork, Date=<date and time of received>, a32=<receiver-id>, from=<sender-id>, port=<analog/digital-input-port>, v=<value>, event=<cause of the return> #eskm2018 2. IoT System Over View 2-B Bot/Gateways (9/9) Program/ Data ZigBeeInternet <sender-id><received-id>
  • 26. • TWELITE DIP [15] programmable ZigBee devices, which are equipped with sensors and actuators, are used for WSN nodes. • We programmed the command interpreter to use the WSN nodes, a sample of which is shown here. • The dual inline package (DIP) shown on the right side of the figure is the ZigBee device, whereas the white spherical part is a passive infra-red (PIR) sensor that can detect the motion of a human body or animal. #eskm2018 2. IoT System Over View 2-C Wireless Sensor Network Node (1/4)
  • 27. • Communications between all WSN nodes is realized by broadcasting. • WSN nodes can interpret and execute received commands->WSN node behavior can be changed. • Command: – get <id> port <analog/digital input port>. The value at the <analog/digital input port> is immediately returned to the bot/gateway, if the node <id> received this command. <id>=*| a32=<hex> | id=<number> | handle=<strconst> #eskm2018 2. IoT System Over View 2-C Wireless Sensor Network Node (2/4)
  • 28. • Command: – set <id> sendif <analog/digital input port> interval <time-msec>. When a node with the <id> node identifier receives this command, the node repeatedly returns the value at the <analog/digital input port> at intervals of <time-msec>. #eskm2018 2. IoT System Over View 2-C Wireless Sensor Network Node (3/4)
  • 29.  Other commands – set <id> sendif <analog/digital input port> changed <value>. – set <id> sendif <analog/digital input port> sendAccumulation <time-msec>. – set <id> sendif <analog/digital input port> setmode <mode>. – set <id> i2c <address in hex> <register in hex> <data-size> <value in hex>. – get <id> i2c <address in hex> <register in hex> <data-size>. #eskm2018 2. IoT System Over View 2-C Wireless Sensor Network Node (4/4)
  • 30. • As an example of the usefulness of this flexibility, we show an activity measurement system that measures activity of group work in a classroom using our IoT system. • On Nov. 20, 2014, The Central Council of the Educational Committee of Japan reported the adoption of a new direction for the twenty-first century that focused on ability as a key competency, as well as the International Baccalaureate curriculum, and active learning [1]. • We are now in the process of confirming the effectiveness of active learning. However, in order to evaluate it effectively, a benchmark of the “activeness” of active learning is needed. Accordingly, in an attempt to measure the physical motions of participants in a group work as a candidate benchmark such “activeness”, we adopted PIR motion sensors, which are commonly used in home security systems, automatic lighting control systems, and so on. 3. IoT System Reconfiguration Example(1/8)
  • 31. • we developed an experimental activity measurement system by combining our reconfigurable IoT system and PIR sensors. • This shows an outline of our combined system being used to measure the group work activity of individual groups in a classroom. • The system consists of Internet-based wiki pages, a bot/gateway, and eight WSN nodes. We created 24 wiki object pages for storing hourly activity data and one wiki class page for storing the script used for controlling the bot and WSN nodes. 3. IoT System Reconfiguration Example(2/8) #eskm2018
  • 32. • This shows an example of the WSN nodes that were placed at the center of the table for each group in the classroom. 3. IoT System Reconfiguration Example(3/8) #eskm2018
  • 33. • We then measured the activity of group work in a classroom using our measurement system and compared activity transitions with the video taken during the class in order to determine the relationships between them. • If motion within a group increased, the value extracted from the measurement system became larger. • During the measurement system development process, we were able to improve the system by reconfiguring WSN nodes without manipulating them directly, simply by rewriting the script on the class wiki page. 3. IoT System Reconfiguration Example(4/8) #eskm2018
  • 34. • This shows the wiki page of the measurement system before the improvement. This figure shows that when the bot sent the “sendif D11 sendAccumulation 2000” command to two of the WSN nodes of the measurement system at five-minute intervals (300000 msec), two of the WSN nodes return accumulated values to the DI1 digital port at 20 sec (20000 msec) intervals. • When eight WSN nodes were use, 1440 result lines were collected each hour. However, this made the measurement system unstable because adding new data lines to such a large text block consumes significant amounts of time. • The line, “command: set reportLength=3000” indicates the setting for the max number of lines after the “results:” line in the wiki page. However, 3000 was also too large for the stable execution of the command sequence and the program. More specifically, if there is no send interval setting command for the page, the bot will attempt to write the buffered results to the wiki page immediately after executing the command sequence and program. This was also found to cause unstable execution. 3. IoT System Reconfiguration Example(5/8) #eskm2018
  • 35. • This shows the improved class wiki page for the measurement system. We rewrote the “sendif D11 sendAccumulation 2000” command to “sendif D11 sendAccumulation 3000” in order to the reduce the hourly number of results lines from 1440 to 960, set the reportLength to 1000, and set the write back intervals to ten minutes. • We also added the “set pageName=“pir-1-<hour>”” command at the end of the command sequence in order to partition the results lines into hourly pages. It can be seen that these improvements made the measurement system more stable. 3. IoT System Reconfiguration Example(6/8) #eskm2018
  • 36. • This shows the execution results on the object wiki page after the improvements. Here, each line of the figure shows the returned information from a WSN node, the identifier of which is the right-hand side of the equation of “a32=”. This value, which shows the activity at each work group, is the right-hand side of the “v=” equation. • Once again, it should be noted that, except for starting them up and turning them off, we did not manipulate the bot and WSN nodes directly. 3. IoT System Reconfiguration Example(7/8) #eskm2018
  • 37. 3. IoT System Reconfiguration Example(8/8) #eskm2018
  • 38. • A cloud service that provides APIs for IoT devices. The developer writes the IoT device program using Xively’s APIs. • Xively does not have a function for sending commands from its Xively server to the IoT devices, program updates must be manually performed by the developer at the device location in order to reconfigure the IoT devices. – Our IoT can be reconfigured by updating the wiki page script, without requiring the developer to physically access the device. 4. Related Work 4-A Xively #eskm2018
  • 39. • Users must occasionally download updates from Microsoft [18] and Apple [10], respectively. Normally require computer restarts when the process is complete. – Our IoT system does not need restarting after the command sequence and program has been updated on the wiki page. • Windows and Apple update processes cannot change the behavior of the computers while rewriting is taking place. – The command sequence and program of our IoT system can be used to modify the behavior of bots and WSN nodes while the system is operating. • Windows and Apple software updates are seldom sent more than once a day, – while the wiki page reading frequency of the bot of our IoT system can occur as often as every five minutes. 4. Related Work 4-B Windows and Apple Software Updates #eskm2018
  • 40. • Serviceable space satellites are usually equipped with in-orbit software replacement functions for maintenance purposes [2] because it is usually impossible to physically repair or update a satellite in space. • This situation is similar to the WSN nodes of our IoT. • Software updates for space satellites seldom occur more than once a day, – The wiki page reading frequency of the bot of our IoT system can occur as often as every five minutes. 4. Related Work 4-C Space Satellites #eskm2018
  • 41. • Proposed a framework to dynamically reconfigure the WSN and adapt its power consumption, transmission reliability, and data throughput to the different requirements of the applications [3]. • Their framework configures the WSN automatically and adjusts the data exchange frequencies. • It is possible modify our IoT system to provide similar functions by introducing similar algorithms to the program in the wiki page of our IoT. • Their framework is not suitable for changing IoT functions, – Our IoT system permits function changes. 4. Related Work 4-D Szczodrak and others #eskm2018
  • 42. • Achieves the function of controlling IoT devices behind firewalls via a HTTPS/WebSocket connection from IoT devices to Internet servers. • Very similar to the connection between a wiki page and bot in our IoT system, even though our connection uses HTTP instead of HTTPS/WebSocket. • Both the NetNucleus Cloud Hub and our IoT system provides a method for managers to control edge devices behind firewalls, NetNucleus Cloud Hub does not have reconfigurable WSN nodes – Our IoT system does. 4. Related Work 4-E NetNucleus Cloud Hub #eskm2018
  • 43. 5. Conclusions • An IoT system with remotely reconfigurable bots and WSN nodes along with an activity measurement system that was developed using our IoT system. • How the flexibility of our IoT system makes it easy to improve the measurement system. • WSNs are not always reliable, IoT developers must plan for unforeseen events. – For example, if actuators are connected to WSN nodes, IoT system malfunctions may cause fires or other serious problems. • Currently, our IoT system does not have functions that allow physical remote reconfigurations, such like exchanging physical sensors and actuators after device deployment, although we expect to address such issues in the future. • Necessary to ensure the security of our IoT system before it can be deployed for real world usage. #eskm2018
  • 44. Acknowledgements • A part of this research was supported by – JSPS KAKENHI Grant Number JP16K00197. • Students who helped us to conduct the experiment. #eskm2018
  • 45. • In operation, the bot/gateway reads/writes data from/to the ZigBee devices, which are connected by the ZigBee WSN. • These collect and send sensor data to the wiki page based on the script written on that page. • The wiki page can also include a bot program that reads data from Internet webpages and WSN nodes can be placed anywhere the node and WSN bot/gateway can establish and maintain communication. • Furthermore, it is possible to place nodes in locations where it would be impossible for them to communicate directly with the bot/gateway. 2. IoT System Over View 2-A Structure of the IoT system (2/3) Program/ Data ZigBee Wiki Pages/ Web Pages Page