Abstract

We propose a comprehensive sensing platform called SenStick, which is composed of hardware (ultra tiny all-in-one sensor board), software (iOS, Android, and PC), and 3D case data. The platform aims to allow all the researchers to start IoT research, such as activity recognition and context estimation, easily and efficiently. The most important contribution is the hardware that we have designed. Various sensors often used for research are embedded in an ultra tiny board with the size of 50 mm () × 10 mm () × 5 mm () and weight around 3 g including a battery. Concretely, the following sensors are embedded on this board: acceleration, gyro, magnetic, light, UV, temperature, humidity, and pressure. In addition, this board has BLE (Bluetooth low energy) connectivity and capability of a rechargeable battery. By using 110 mAh battery, it can run more than 15 hours. The most different point from other similar boards is that our board has a large flash memory for logging all the data without a smartphone. By using SenStick, all the users can collect various data easily and focus on IoT data analytics. In this paper, we introduce SenStick platform and some case studies. Through the user study, we confirmed the usefulness of our proposed platform.

1. Introduction

The rapid growth of Internet of Things (IoT) has made it possible to sense many types of information from the real world. In the research area of human activity recognition, IoT devices equipped with various sensors have been widely used as a tool for sensing the activities. There are three approaches of activity recognition studies in terms of sensor deployment.

The first approach deploys sensors into the environment like a smart home. As typical sensors, camera [1], sound [2], and power consumption [3] have been used for monitoring dweller’s activities.

In the second approach, sensors are attached to the human. The smartphone has been widely used [4, 5] as a sensing tool in this approach because it has many sensors (an acceleration sensor, gyro sensor, magnetic sensor, etc.) as well as a processor, a large data storage, and wireless network. Nowadays, instead of the smartphone, wearable devices such as a smartwatch are used [6]. JINS MEME [7] is a smart eyewear having the electrooculography (EOG) electrodes in the bridge of the glasses and the nose pads. It tries to measure the movement of eyes for recognizing the internal contexts such as drowsiness and tiredness. Also, we have proposed Waiston Belt [8] that can measure the abdominal circumference and posture.

The third approach is a new paradigm where sensors are embedded in the various things surrounding us. Kurahashi et al. [9] have installed an acceleration sensor into a toilet paper holder for recognizing the person. HAPIfork [10] has embedded an acceleration sensor into a fork for monitoring eating activities. We have also added an acceleration sensor on a faucet of water or a remote control for sensing various activities of the dweller. We think that the spread of IoT makes more things have a sensor and network connectivity. In the following sections, we define the words “sensorize (verb)” and “sensorization (noun)” as the procedure to add the sensor and wireless network to the nonelectronic personal belongings.

However, sensorization of tiny things is difficult and costly for the researcher. Nowadays, various rapid prototyping platforms such as Arduino, Mbed, and Raspberry Pi have already spread by the maker movement. They are cheap and useful, but there are some problems for sensorizing tiny things mentioned as follows. The size of the board is relatively large. In addition, the final deliverables usually become larger because the baseboard requires various additional functions such as a charging circuit, clock, and storage and those are connected via the relatively large connector. As a result, it is actually difficult to develop “small” sensorized things that can be used in the actual environment. Another problem is software for controlling the deliverable from a smartphone. It is not easy to develop a sophisticated mobile application for each deliverable, respectively. Since the essence of IoT is data analysis, sensorization of everything should be simplified and solution for collecting data smoothly is required.

Based on above-mentioned background, we started developing a platform, called SenStick [11], for sensorizing various things more easily in 2014. Our proposed SenStick is a comprehensive platform including the hardware, software, 3D case data, and community as shown in Figure 1. SenStick aims to allow researchers to sensorize everything and also educators to teach IoT-related techniques such as data analysis. The size of the first SenStick board released in 2015 (SenStick 1) is 75 mm () × 10 mm () × 5 mm () and its weight is around 3 g including a battery. On this tiny board, 8 sensors (acceleration, gyro, magnetic, light, UV, temperature, humidity, and pressure), flash memory, BLE, battery, and charging circuit are densely embedded.

The second version of the hardware (called SenStick 2), released in 2016 [12], became shorter, 50 mm () × 10 mm () × 5 mm (), by dividing the board into two boards and connecting them vertically. By updating the firmware, the battery life of SenStick 2 reached 15 hours by 60 mAh battery. Also, wireless data synchronization function and Device Firmware Update (DFU) over BLE have been implemented. SenStick 2 has a derivative version (wireless charging model). This version has a different battery type and charging circuit for enabling wireless charging.

In 2017, the third version of the hardware (called SenStick 3) was sold from a company (http://senstick.com/). Almost all the configurations of SenStick 3 are the same as SenStick 2 but the board is unified into one board again like SenStick 1. The main change is the upgrade of BLE chip from nRF51 to nRF52. Since the processing power is increased, we can add some calculation process on the board.

In the software part, support application is developed for mobile devices (iOS and Android) and desktop PC (Linux, macOS, and Windows). Each application can monitor and record sensing data synchronously and can configure the parameters of each sensor. The Android version can simultaneously record a ground truth video and sensing data. The PC version allows a user to connect multiple SenSticks simultaneously and also provides a function to use Node-RED which provides a simple programming interface.

In 3D case part, we designed the data of basic 3D case of SenStick. It is possible to easily design the 3D case for various things by using our base 3D case data.

The remaining part of the paper is organized as follows. We first introduce various existing products and compare them with SenStick in Section 2. Next, we explain the details of our proposed platform SenStick in Section 3. In Section 4, we introduce some case studies utilizing SenStick and some survey results answered by students who actually used SenStick platform. Finally, we conclude the paper in Section 5.

We summarize competitive sensors in the market in Table 1.

SensorTag [13] of Texas Instruments is the most competitive sensor board similar to SenStick. The sensors embedded on SensorTag are almost the same as SenStick except for UV sensor. However, SensorTag does not have stand-alone data recording function and a flash memory, because this sensor is designed on the premise that sensing data are always stored on the smartphone connected by BLE. Since the main target of SensorTag is environmental sensing, the sensing frequency of motion sensors is limited up to 1 Hz and a rechargeable battery is adopted. Therefore, it is not suitable for activity sensing of IoT research. In addition, the board shape, size, and weight are completely different. SenStick is much smaller and slimmer.

IoT Smart Module [14] is a small sensor board equipped with several sensors like SensorTag. Support applications provide functions to cooperate with IBM Bluemix, so it is possible to smoothly perform tasks from sensing of data to cloud analysis. However, support applications only work on Android. Similar to SensorTag of Ti, it adopts nonrechargeable coin battery. Although it can set higher sensing frequency, a user must change the coin battery at short intervals. Also, logically, it cannot transmit all the sensing data in case of higher sensing frequency, because the transmission capacity of BLE is low. Therefore, it is not suitable for research that requires precise data.

TSND121 [15] of ATR-Promotions is another competitive sensor because it was used in some academic research. It has 9-axis motion sensors and ambient pressure sensor and adopts Classic Bluetooth 2.0 for transmitting data. Because it only focuses on monitoring activities of a human and a robot, the size of the sensor is relatively large but at most 7 sensors can be simultaneously connected to a control PC. Since it always requires a PC for recording sensed data, it is not suitable for sensing our daily life out of the lab.

WAX9 [16] of Axivity used in UK Biobank [17] was a streaming inertial measurement unit (IMU) which has a large flash memory for logging. The sensor combines a MEMS accelerometer, gyro, and magnetometer with a Bluetooth low energy (BLE) compatible radio. Additionally, WAX9 also features a barometric pressure sensor and temperature sensor. However, it does not have some environmental sensors such as humidity, light, and UV sensor and always only distributes the Windows-compatible software for data collection and visualization. It has already been discontinued.

Based on the features of other competing sensors, we summarize the requirements for SenStick platform.

(1) Hardware Requirements. The SenStick platform aims to sense tiny activities that cannot be sensed by existing smartphones and wearable devices. Therefore, essential functions must be embedded in a small sensor board, and each sensor must collect data in high sampling rate. Since BLE communication dose not guarantee reliable data communication, it is necessary to be able to record in standalone without recording devices such as a smartphone. In addition, it is required that the SenStick must have rechargeable battery system because a coin battery is not suitable for frequent use.

(2) Software Requirements. The SenStick platform aims to simplify the data collection and analysis from sensorized things. Therefore, support software should be multiplatform. It should be compatible with the various operating systems. Support software requires not only basic function such as data recording but also additional functions such as simultaneous recording of sensing data from multiple SenSticks and simple programming interface for data processing.

(3) 3D Case Requirements. The SenStick platform aims to promote the sensorization of everything. For this purpose, it is desirable to provide a 3D case of SenStick that can be attached to various belongings. Further, 3D cases created by someone should be shared with other users through our website.

3. Comprehensive Sensing Platform for IoT Research: SenStick

Our proposed platform called SenStick consists of 3 components: hardware, software, and 3D case. In the following subsections, we explain the details of these components. This platform allows a user to sensorize everything easily and efficiently. We believe that it supports the rapid prototyping by researchers and is useful for IoT education (a video illustrating SenStick’s hardware, software, and 3D case data is provided in Supplementary Material available online at https://doi.org/10.1155/2017/6308302).

3.1. Hardware

As we explained in Section 1, we have updated the hardware three times from 2015. The explanation in the following part is based on SenStick 2 developed in 2016. The size of the sensor board is 55 mm () × 10 mm () × 5 mm (), and its weight is around 3 (g) including the battery. On this tiny board, eight sensors (acceleration, gyro, magnetic, light, UV, temperature, humidity, and pressure), flash memory (32 Mbytes), BLE, battery, and charging circuit are densely embedded as shown in Figure 2. The model number and power consumption of the sensors embedded in SenStick are listed in Table 2. All the sensors are popular chips used worldwide, and their performances are ensured by each manufacturer.

The novelty of our hardware is the design of the sensor board composed of the elaborated combination to satisfy the requirements presented in Section 2. This contribution breaks down into the following aspects.

(1) Combination of BLE and Flash Memory. Almost all the BLE-based devices equipped no large flash memory to record sensing data, because these devices are designed on the premise that sensing data are always recorded on smartphones connected via BLE. However, the transmission speed of BLE is not enough for sending all the sensing data of multiple sensors with the high sampling frequency. As a result, some data will be dropped in the transmission. Since the design of existing BLE-based devices is not appropriate for research purpose, we designed a new BLE-based sensing board with a large flash memory, which allows users to record all the sensing data precisely. Also, it means that it can work without holding a smartphone. This ability is useful for sensing the motion of animals that cannot have a smartphone.

(2) Selection of Powerful and Energy-Saving SoC. We selected Nordic’s nRF52832 SoC as SenStick’s microcontroller. Because the nRF52832 SoC is built around a 32-bit ARM Cortex-M4F CPU with 512 kB + 64 kB RAM, it is extremely powerful. Moreover, the embedded 2.4 GHz transceiver supports Bluetooth low energy and has extremely low power consumption and it is the world’s smallest class module. Each sensor is connected via two I2C buses, independently processing high-speed sensor (acceleration, gyro, and magnetic) and low-speed sensor (light, UV, temperature, humidity, and pressure), taking into account the difference in bus occupancy time. This makes it possible to realize high sampling with the motion sensors.

(3) Application-Friendly Battery Type and Shape. Since SenStick is designed to be mounted on objects such as chopsticks, toothbrushes, and glasses, it is desirable that the shape is thin and compact. However, sensors such as SensorTag equipped with readily available coin batteries are inappropriate in shape because the footprint is square. Also, in the research, nonrechargeable coin batteries are costly and troublesome. For those reasons, we selected a thin and compact lithium polymer battery on SenStick. This type of battery was harder to obtain than expected. Therefore, the procurement of battery has become the bottleneck of development.

SenStick’s firmware is newly designed and developed by considering aforementioned requirements. Generic Attribute (GATT) profile of SenStick provided by firmware is shown in Figure 3. The GATT server in SenStick provides three services (SenStick Control Service, Metadata Read Service, and Sensor Service). The SenStick Control Service provides operation instructions such as starting and stopping sensing and logging. The metadata reading service provides the function of reading metainformation of log data. The Sensor Service provides functions to specify the sensing and logging operation of each sensor (0: acceleration, 1: gyro, 2: magnetic, 3: light, 4: UV, 5: temperature/humidity, 6: pressure). Also, it provides real-time sensing data reading function and log data reading function.

Basically, all the sensing data will be notified to a smartphone in real time up to a transmission capacity of BLE. If the amount of sensing data exceeds the transmission capacity, a part of sensing data will be dropped. Therefore, the real-time sensing data reading function is used for monitoring the status or for an interactive application that does not require precise data. For precise data acquisition, the log data reading function, which guarantees the data reading order, is used. The communication specifications of BLE are described in Table 3.

As shown in Table 4, the fixed capacities of a flash memory are allocated to each sensor. The number of samples indicates the total number of samples that can be recorded by the allocated capacities.

SenStick stops logging when the number of samples of one sensor exceeds the storage capacity allocated for it. The maximum recording time of acceleration, gyroscope, and magnetic sensor is 4 hours 40 minutes at sampling interval of 10 milliseconds (sampling frequency: 100 Hz) and 14 hours 10 minutes at sampling period of 30 milliseconds (sampling frequency: 33 Hz). The maximum recording time of other sensors is 9 hours 26 minutes at sampling period of 200 milliseconds (sampling frequency: 5 Hz).

3.2. Software

We provide mobile applications for iOS and Android and a library for node.js platform. Common functions of them are operating function, parameter setting function, and real-time data view function. An additional function of iOS application is a firmware update function. Those of Android application and node.js applications are ground truth video recording function and an ability to connect multiple SenSticks, respectively. Since all these software applications are shared on GitHub as an own source software, all the users can create their application based on their own purposes.

Communication Protocol. Here, we explain the communication protocol between SenStick and software. The explanation is based on “node-SenStick” which is our developed library for node.js. Figure 4 shows a protocol sequence between SenStick and the central terminal (node-SenStick on Mac).

(I) Discovery. First of all, the application needs to find the surrounding SenStick by using SenStick.discovery() method in our library. When SenStick.discovery() method finds a SenStick, a callback function with an instance of SenStick object containing the SenStick’s UUID and LocalName as arguments is called.

(II) Connect. If the target SenStick is found by the discovery process, the application is going to establish a connection with it by calling SenStick.prototype.connectAndSetUp() method. After establishing the connection, this method acquires the information necessary for operation from the target SenStick.

(III) Setting. After establishing the connection, the application sets three parameters (operation mode, sampling interval, and measurement range) for each sensor by using SenStick.prototype.writeSensorMeasurementConfig() method. The operation mode is a parameter that sets validation/invalidation of sensing and logging of each sensor. The sampling interval and measurement range are parameters of each sensor which will be changed by the sensing purpose and applications.

(IV) Start Sensing and Real-Time Data Receiving. When SenStick.prototype.startSensingAndLogging() method is called, SenStick starts sensing and logging. Only valid sensors’ data are transmitted via BLE and also recorded into a flash memory. ID of each log is automatically assigned. During sensing, SenStick notifies sensing data in real time. To receive this notification, the application calls SenStick.prototype.notifySensor() method (Sensor represents each sensor name) and activates the notification for the sensor. When a notification of sensing data is received, sensorChange event will be issued. If SenStick.prototype.stopSensingAndLogging() method is called, SenStick stops sensing and logging.

(V) Log Data Reading. To read the log data recorded in the flash memory to the application, the application calls SenStick.prototype.notifySensorLogData() method (Sensor represents each sensor name) and enables log data notification. If the application specifies a valid log ID by calling SenStick.prototype.writeSensorLogReadoutTargetID() method, SenStick starts informing the sensing data recorded in the log sequentially. To receive notification of log data, sensorLogDataReceived event will be issued. By receiving this notification by the application, it is possible to acquire the log data recorded in the memory.

(VI) Disconnect. After finishing the data acquisition, SenStick.prototype.disconnect() method will be called to release the connection of SenStick. And SenStick will begin advertising again.

User Interface. We explain the user interface of the application based on iOS version. Figure 5 shows a sophisticated mobile application for SenStick. As shown in Figure 5, the user selects target SenStick from devices list. Then, the application shows the main view. In the main view, the user can select sensors to be acquired. For immediate data monitoring, all the received data via BLE can be shown in the graph view in real time. The application can control all the settings of each sensor such as sample frequency and sensing range. And also it has firmware update function. Sensing data stored in the flash memory of SenStick is viewed from log list and it can be downloaded to the smartphone in CSV format. This function prevents data loss caused by BLE communication.

3.3. 3D Case Data

In order to make sensorized things, an attachment case for mounting the SenStick is required. We designed the basic 3D case of SenStick. By extending this basic case, users can design derivative cases for chopsticks, glasses, and so on. Actually, our laboratory has succeeded in designing cases for several things as shown in Figure 6. All of these cases data are shared on our community site. Each case is designed in a few minutes thanks to the basic case. For example, SenStick case for glasses is made by combining basic case of SenStick and open 3D data of glasses distributed by i Design Studio. In addition, due to the popularization of 3D printers in the world and enhancement of tools and references for 3D modeling, all the users can print out their desired SenStick cases by themselves and attach our sensor to everything.

4. Case Studies of SenStick

SenStick, an ultra small sensor, can be embedded into various tiny things in our daily life. Our first target is our daily belongings such as glasses, chopsticks, and pens because sensorization of daily belongings is good to intuitively understand what can be sensed and which sensor is useful/effective. SenStick can upgrade normal glasses to intelligent ones which can monitor a head movement, posture, and the amount of sunlight received. If SenStick is embedded into chopsticks and pens, we can observe eating activities and handwriting activities, respectively. In the future, we will embed it into a stick for elderly monitoring, sports gears, musical instrument, kitchen utensils, animals, stuffed toy, a remote control, and any kind of things that can be sensing targets. In this section, we introduce some case studies results utilizing SenStick.

4.1. Eating Behavior Recognition by Sensorized Chopsticks

In many cases, East Asian people eat meals with chopsticks. By analyzing the data obtained from chopsticks, there is a possibility that we can estimate the eating habits including answers for questions like “how did you eat?” and “what did you eat?” and so forth. These data are very useful for making healthcare applications and leading a healthy life. This is one reason why we develop the sensorized chopsticks using SenStick shown in Figure 7.

Research goals of the eating behavior recognition by sensorized chopsticks are as follows: G1 (behavior): recognizing the timing and speed and detecting “crop” and “intake” action; G2 (food type): classifying food content like rice, noodles, and so forth from the eating behavior; and G3 (person): identifying an individual from using chopsticks. In this paper, we show the research results on G1 and G2.

We conducted basic experiments to recognize the eating behavior (G1 and G2). We used acceleration and gyroscope data measured by SenStick, where the sensing rate is 10 Hz. The purpose of experiment 1 is to understand the basic characteristics of sensing data from sensorized chopstick when a participant ate chips. The purpose of experiment 2 is to identify the food type from the difference in movement of chopsticks. We assumed 4 classes (C1: rice and dish, C2: miso soup, C3: noodles, and C4: shrimp) as food types.

Figure 8 shows time series of sensing data for a set of eating actions in experiment 1. The eating actions are crop action and intake action. In crop action, 6-axis motion sensors detect movement (open and close) of the chopsticks. In intake action, sensors detect movement of the arm from the dish to the mouth. Each graph in Figure 8 shows certain correlation with both actions.

Figure 9 shows a typical signal for each food in experiment 2. In this experiment, we calculate the recognition accuracy of food type classification by using Random Forest classier of Weka. Tables 5 and 6 show the classification results. The average recognition accuracy was 89.6%. If we did not have a SenStick, it would be hard to develop the sensorized chopsticks that can be used in the actual environment.

4.2. Daily Activity Monitoring by a Sensorized Belt

Recently, corpulent people are rapidly increasing, and about 700 million people belong to the obesity group [18]. Nowadays, many office workers use computers heavily and their sitting time in office increases. Keeping incorrect postures during long working time increases the risk of obesity of office workers. Therefore, it is necessary to monitor the daily activity of office workers for correcting the bad habits.

Motivated by this, we have developed a sensorized belt called Waiston Belt [8], which aims to monitor a user’s daily activities for maintaining health. As products of belt-type wearable devices, Welt [19] and Belty [20] are on sale. These provide the function of waist measurement, activity tracking, and step counting. However, API for obtaining sensing data is not provided, and it is not suitable for research purposes. Generally, it is hard for ordinary researchers to embed sensors, battery, BLE, and vibrator into a small buckle-size case that can be worn in everyday life. Nam et al. [21] have proposed a belt-attached device for monitoring posture. However, the device has not reached a sufficient level to be used on a daily basis because of exposed wiring and uncool appearance. However, by extending SenStick, we succeeded to develop a stylish prototype of Waiston Belt shown in Figure 10 quickly. Since the battery life of SenStick is 15 hours with a small battery (60 mAh), we can sense continuously in our daily lives. As shown in Figure 11, it is possible to estimate various users’ contexts (How much did you walk? Are you using the stairs? Is posture good at work?) by analyzing time series of sensing data obtained from the sensorized belt.

An important point in this use case is that users’ contexts can be estimated by combining multiple sensing data. For example, climbing stairs is estimated from the changes of acceleration and atmospheric pressure. The change of the humidity data will be helpful to detect that a user entered an air-conditioned room. A SenStick makes it possible to easily carry out research on behavior recognition with a combination of such multiple sensors.

We introduce basic experiments about the posture recognition during desk work by using this belt. The purpose of this experiment is to identify the posture type from the attitude angle of the belt calculated from 3 axial acceleration sensors. We set the sensing rate as 10 Hz and collected 6000 samples (10 min.) for each posture. We assumed 4 classes (C1: good posture, C2: bad posture 1, C3: bad posture 2, and C4: bad posture 3) as shown in Figure 12.

In this experiment, we calculated the recognition accuracy of posture type classification by using Random Forest classifier of Weka. Tables 7 and 8 show the classification results. The average recognition accuracy was 99.7%. In the future, based on the result of posture estimation, we will develop a software application that suggests correcting his/her bad posture to a right posture during desk work.

4.3. Indoor Localization by Sensorized Glasses

We have proposed an indoor localization system using illuminance-based trilateration method [22]. In this system, we assume that the person wears glasses having an illuminance sensor as shown in Figure 13 and controllable light sources are deployed in the target environment. Our system controls lights and measures the variation of illuminance at the glasses. As shown in Figure 14, the distances () from each light () to the user () are estimated from the distance-illumination model constructed in advance, and user’s position is estimated based on trilateration method using estimated distances.

As a result of an experiment where three controllable light sources were deployed in a room, we confirmed that our system could estimate the position within 0.5 m error on average. By using SenStick, we could easily develop the sensorized glasses equipped with illuminance sensor.

4.4. Sensorized Airsoft Gun

We have developed the sensorized airsoft gun for activity recognition in airsoft game as shown in Figure 15. Airsoft game is a sport in which participants eliminate opponents by hitting each other using replica weapons called airsoft guns. The graph of a typical signal from the sensorized airsoft gun is shown in Figure 16. A user can count the number of shots of a ball by attaching SenStick to his airsoft gun.

4.5. Another Example: Student’s Unique Achievements and Survey Results

SenStick is also used in a lecture of IoT prototyping. Students realize their unique IoT devices easily by using SenSticks. Here, we introduce some of the developed IoT devices and survey results about the usefulness of SenStick answered by students.

Figure 17 shows a sensorized pencil with two SenSticks. The sensorized pencil is developed to recognize the characters written by this pencil. Even though two SenSticks are embedded to detect precise movement of pencil, the size of the pencil is reasonable.

Figure 18 shows a sensorized name tag and digital signage. Since we changed the battery from 60 mAh to 900 mAh, the tag keeps running more than one week. It aims to record employees’ or students’ daily activities to support their health. The digital signage informs the user who wears a sensorized name tag about the user’s activity data when the user stands in front of it.

Figure 19 shows a sensorized spoon used in the digital fish catching game for children. In this game, the sensorized spoon detects the scooping movement of the hand. Thus, children can catch the digital fish displayed by the projection mapping by using sensorized spoon. This system was actually used at the university’s open campus event, and around 100 children enjoyed this game and showed interest in IoT technology.

The survey results obtained from the ten graduate students (nine males and one female) who developed prototypes as mentioned above are shown in Table 9. A questionnaire is a five-grade form (5: strongly agree, 4: agree a little, 3: neither agree nor disagree, 2: disagree a little, and 1: strongly disagree). From the results of questions 1 and 2, many participants think that SenStick platform is useful for IoT research and IoT education. Also the results of question 3 show that many students are interested in the SenStick and want to use it again. From the results of questions 4 and 5, we can see that usability and specification of SenStick are relatively high. There were opinions about the usefulness of SenStick platform such as “I could quickly try out ideas of IoT prototyping,” “It was easy to collect sensing data,” and “Since SenStick is small, it was easily attached to most of the things.” On the other hand, there were opinions about improvements such as “I want to use higher sensing frequency (50–100 Hz),” “I want to process a sensing data on SenStick,” and “I want to modify the firmware itself depending on the application of the IoT device.”

5. Conclusion

In this paper, we have introduced a smart and comprehensive sensing platform called SenStick, which is composed of hardware, software, and 3D case data. The main purpose of our platform is to simplify the sensorization of our personal belongings.

The hardware of SenStick is maybe one of the world’s smallest sensor boards, which includes 8 kinds of sensors and BLE. In addition to the hardware, we also developed support software for managing, monitoring, recording, and viewing the hardware. By providing 3D case data, all the researchers can measure every tiny activity in daily life easily and efficiently. For an educational use, it is also useful for understanding sensors and prototyping the desired system including tiny censored things.

Conflicts of Interest

The authors declare that there are no conflicts of interest regarding the publication of this paper.

Acknowledgments

This work is supported in part by JST PRESTO and JSPS KAKENHI (Grant no. 17J10021) and “Research and Development of Innovative Network Technologies to Create the Future,” the Commissioned Research of National Institute of Information and Communications Technology (NICT), Japan.

Supplementary Materials

Demonstration of SenStick 2 (wireless charging model).

  1. Supplementary Material