Next Article in Journal
Experimentally Verified Analytical Models of Piezoelectric Cantilevers in Different Design Configurations
Previous Article in Journal
Adaptive Attention Memory Graph Convolutional Networks for Skeleton-Based Action Recognition
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Edge Structural Health Monitoring (E-SHM) Using Low-Power Wireless Sensing

1
UCD Centre for Mechanics, Dynamical Systems and Risk Laboratory, School of Mechanical and Materials Engineering, University College Dublin, Dublin 4, Ireland
2
QUANT Group, Department of Civil, Structural and Environmental Engineering, Trinity College Dublin, Dublin 2, Ireland
*
Author to whom correspondence should be addressed.
Sensors 2021, 21(20), 6760; https://doi.org/10.3390/s21206760
Submission received: 21 September 2021 / Revised: 2 October 2021 / Accepted: 8 October 2021 / Published: 12 October 2021
(This article belongs to the Special Issue Sensor Fault Detection and Isolation)

Abstract

:
Effective Structural Health Monitoring (SHM) often requires continuous monitoring to capture changes of features of interest in structures, which are often located far from power sources. A key challenge lies in continuous low-power data transmission from sensors. Despite significant developments in long-range, low-power telecommunication (e.g., LoRa NB-IoT), there are inadequate demonstrative benchmarks for low-power SHM. Damage detection is often based on monitoring features computed from acceleration signals where data are extensive due to the frequency of sampling (~100–500 Hz). Low-power, long-range telecommunications are restricted in both the size and frequency of data packets. However, microcontrollers are becoming more efficient, enabling local computing of damage-sensitive features. This paper demonstrates the implementation of an Edge-SHM framework through low-power, long-range, wireless, low-cost and off-the-shelf components. A bespoke setup is developed with a low-power MEM accelerometer and a microcontroller where frequency and time domain features are computed over set time intervals before sending them to a cloud platform. A cantilever beam excited by an electrodynamic shaker is monitored, where damage is introduced through the controlled loosening of bolts at the fixed boundary, thereby introducing rotation at its fixed end. The results demonstrate how an IoT-driven edge platform can benefit continuous monitoring.

1. Introduction

Implementing a monitoring system on full-scale structures is a complex and often expensive task, which requires both domain expertise and experience in the development of an end-to-end data pipeline, from sensor acquisition and communication to data analysis and inference [1,2,3].
Wired sensing systems are difficult to install, particularly for an operational structure, have large power consumption, are susceptible to disturbances and damage and have a high cost of implementation and maintenance [4]. In contrast, wireless systems are often quicker and easier to implement, are suitable for scaling across an infrastructure network and can be more than 10 times cheaper to deploy [5]. Long-term monitoring of an infrastructure network requires low-cost, wireless, battery-powered sensing devices. There are several challenges involved in the deployment of wireless sensor networks (WSN) for SHM. These include data storage and transmission, the requirement for low power and the cost and complexity of implementation. The primary data source used for SHM is acceleration with a sampling rate in the range of ~100–500 Hz. This sampling rate creates large volumes of data, particularly for multiple sensors recording on a structure. The data can either be stored locally or communicated to an offsite or cloud database for analysis. Local storage requires the collection of significant amounts of data that can only be analysed after being regathered.
Communication protocols with high data throughput (e.g., 4G) have significant power demand and are not suitable for wireless monitoring applications. The lack of available long-term data monitoring data due to the difficulty in acquiring them from operational structures has led to researchers relying on numerical models and experimental structures. A small number of full-scale datasets, such as that from the controlled tests on the Z24 bridge [6], are available for the development of damage detection techniques. Alternative Low-Power Wide-Area Networks (LPWAN) [7] have been developed for wireless sensors applications for the Internet of Things (IoT). These include cellular-based technologies such as NarrowBand-IoT (NB-IoT) [8] and technologies such as SigFox and LoRa [9,10], which operate in the unlicensed scientific bands.
An end-to-end, long-range, low-power monitoring system consists of an edge device, a gateway and a cloud platform. The edge device or wireless sensor node consists of sensors, a microcontroller, a wireless transmission board and a battery-power module. They require basic functionality including (i) data acquisition from multiple sensors, (ii) scheduling and execution of measurement tasks, (iii) storage of measured data, (iv) on-board data processing and analysis (e.g., signal processing, feature extraction) and (v) communication and networking with the base station/gateway via a low-power communication protocol involving reliable transmission routing of data packets to the base station and receiving commands from the base station for reconfiguration. The gateway can be in the form of a private LoRa gateway, a public LoRaWAN gateway, or an NB-IoT mast. Data are transmitted from each gateway to a cloud platform for storage, analysis and visualisation. Once the gateway has received data from the edge nodes, it can then be transmitted to a cloud or offsite platform via Wi-Fi or 4G using standard IP protocol for the LoRa/LoRaWAN gateways. Data from the NB-IoT gateways are in the form of a Constrained Application Protocol (CoAP), and an intermediary port needs to be configured for a custom cloud setup to receive packets. Despite these advantages, LPWANs are restricted in terms of the size and rate of data packets that can be transmitted. Feature extraction at the edge also presents challenges due to the computational constraints of a low-power device.
There is a disconnect between the complex feature extraction and damage detection algorithms developed by SHM researchers and the type of data that can be obtained using low-power wireless sensor nodes. Modal feature extraction methods such as stochastic subspace identification [11] are often unsuitable for real-time wireless monitoring as they require multi-sensor datasets of raw acceleration from locations on the entire structure.
Continuous remote wireless monitoring of a structure requires data compression or univariate feature extraction at the edge. Therefore, features must be pre-coded onto the edge sensor before deployment. Univariate, single-channel features extracted from the recorded vibrations can be categorised in time, frequency and time–frequency domains, with the latter two being associated with significant computational complexity, which results in processing requirements at the edge and therefore leads to high power consumption [12]. Frequency and time–frequency features also produce high-dimensional feature vectors, while time domain features are usually computationally efficient and suitable for edge feature extraction. Nine simple time domain parameters extracted at the edge have recently been investigated by [13] for wireless machine fault diagnosis. However, for SHM applications, the time domain features are sometimes less sensitive or robust to environmental and operational effects as compared to their frequency and time–frequency counterparts. Obtaining features that are sensitive to damage and can be implemented at the edge brings a new dimension to research and analysis in SHM.
It is clear that directly implementable solutions at the edge with demonstrated benchmarks are needed for the SHM sector to make a paradigm shift to an IoT-based future, and to accommodate the lifetime monitoring demands, combined with new detection algorithms. To address this overarching need, this paper developed a low-cost, low-power SHM prototype using off-the-shelf components within an open-source IoT framework. The prototype is deployed on an experimental cantilever structure excited by an electromagnetic shaker with damage being introduced into the system through the loosening of bolts at the fixed end of the cantilever. A detailed analysis of the raw vibration data gathered during the experiment is provided as a baseline for the features on the edge sensor node. This work demonstrates how a continuous structural monitoring and damage detection strategy can be achieved in an LPWAN using edge-computed features.

2. Materials and Methods

This section describes the system design of the Low-Power SHM setup and the analytical model of the experimental cantilever structure.

2.1. System Design and a Prototype of Low Power SHM

The low-power wireless sensor system for SHM in this paper consists of an edge device and a gateway. The edge device consists of sensors, a microcontroller and a wireless LoRa transceiver. The gateway, situated within the range of the edge device, consists of a LoRa gateway receiver, a microprocessor and a Wi-Fi or cellular module to communicate data to a cloud platform.

2.1.1. Edge Device

The edge device continuously records data from three accelerometers. Due to the high sampling rate of the accelerometers and the transmission limits of low-power wireless communication protocols, the data are first locally stored and processed before features are extracted and wirelessly transmitted in a batch via LoRa. The data, following the acquisition, are stored, processed and subsequently transmitted as shown in Figure 1.
For data acquisition, a data-ready interrupt is used to sample voltage from the accelerometer at a set interval corresponding to the desired sampling frequency. Using the inbuilt timer in the microcontroller, the Analog to Digital Converter (ADC) is triggered at the pre-set sampling interval and the ADC reads the reference voltage (Vref) value for the analog pin connected to the sensor. An accelerometer, as a slave device, only records the voltage on command from the master device. Depending on the number of ADCs in the microcontroller, for multiple analog inputs, such as multiple sensors or multiple axis, the ADC must switch over each analog pin during the sampling interval. For data storage, a double buffering technique is used to simultaneously sample incoming data and carry out signal processing and data transmission on already-recorded data. The Direct Memory Access (DMA) controller is used to read the datapoint and store it in a buffer. Once the buffer is full, the data array is transferred for processing while a second empty buffer is filled. For data processing, signal processing and feature extraction are carried out on the complete buffer and calculated features are sent to a First In First Out (FIFO) queue. Once sufficient values are stored in the queue, they are assembled into a data packet and encoded as ASCII data for the RF payload. Finally, for data transmission, the LoRa transceiver module is switched on from sleep mode and used to transmit the assembled data packet to the gateway, returning back to a sleep state once the transmission has been successful.

2.1.2. LoRa Data Transmission

LoRa is a noncellular radiofrequency carrier signal, which encodes information using a chirp spread spectrum (CSS) modulation scheme, enabling data communication over a long range (1–4 km in dense and up to 45 km in low density areas) with low power and minimum throughput. It is also the hardware that supports the modulation technology, including the LoRa chips and gateways, and is the physical layer in a Low-Power Wide-Area Network (LPWAN) system. A private LoRa network can be deployed for single applications leading to the advantage of larger message capacity compared to a public LoRaWAN gateway due to exclusive bandwidth, complete control over the end-to-end data transmission and the ability for bidirectional command and control functionality to the gateway and edge devices.
LoRaWAN is the media access control (MAC)-layer protocol communication, which is built on LoRa modulation technology and hardware. The LoRaWAN network architecture is laid out in a star-of-stars topology with a central gateway and multiple edge nodes in the network. It is best suited for public wide-area networks (WAN) as all the channels are tuned to the same frequencies, and its primary advantage is that only the edge sensor needs to be deployed in a monitoring application. However, they are limited by fair usage and access policies. The installation of a private gateway is necessary when a LoRaWAN network is not available in the region of deployment.
LoRa (Figure 2) is linked to spread spectrum modulation where data can be spread in both frequency and time to increase the robustness and range of transmission by increasing the receiver’s sensitivity. The range and throughput of data transmission depend on the physical bandwidth for radiofrequency modulation (BW), coding rate (CR) and spreading factor (SF).
Larger bandwidths allow for a higher effective data rate, which reduces the transmission time but also reduces the sensitivity. The CR is for Forward Error Correction (FEC), which is combined with the spread spectrum technique to further increase the receiver sensitivity and correction. The SF affects the rate of data transmission, while the LoRa supports multiple spreading factors (between 7–12) to decide the tradeoff between the range and data rate. A lower SF results in a higher data transmission rate but also a lower range of transmission due to the reduced immunity to interference [15]. The data rate ranges from 300 bps to 37.5 kbps depending on the spreading factor and channel bandwidth [16] as
f ( P L ) = max ( ( P L + H e a d e r + C R C 4 S F 20 H 4 ( S F 2 D E ) ) C R , 0 )
An uplink LoRa packet (Figure 2) consists of a set of preamble symbols, an optional header, a variable-length payload field and an optional cyclic redundancy check (CRC) field. PL represents the number of payload bytes, and the header is composed of preloaded information. The LoRa frame format can be either implicit or explicit, where the explicit packet includes a short header containing information about the bytes, CRC and coding rate used in the frame.
The data rate (DR) is defined by SF and BW, so the maximum packet size roughly depends on the distance to the nearest gateway. As LoRa operates in the unlicensed scientific bands, the DR is also limited by the specification for each region. For the European 863–870 MHz band, the maximum application packet size varies from 51 bytes for slower DR to 222 bytes for faster rates. The Header is composed of preloaded information, and DE indicates the absence (0) or presence (1) of the header in the packet.

2.1.3. LoRa Gateway

The gateway or base station has a much higher communication capability, processing power and memory than the wireless senor node and is situated in a location within the range of the edge devices where power supply is not an issue. The gateway receives and parses the LoRa data packets and transmits them to a cloud data-management platform. For LoRa, the gateway can be private (user implemented) or public (LoRaWAN). In this paper, a private LoRa gateway setup is implemented, which consists of a microprocessor, a wireless LoRa receiver and an internet connection via a cellular or WiFi module. The LoRa gateway transceiver can receive data from multiple edge devices in a one-to-one star topology. The gateway is not a low-power setup and needs to be connected to a mains power source. It is in a constant listening state for incoming data packets from the edge nodes. These data blocks are parsed and transmitted via Wifi or 4G to a cloud IoT management dashboard. Data can then be stored, analysed and displayed on a dashboard on any IoT management platform.

2.2. Analytical Model of Experimental Setup

A replicable damage scenario is considered in this paper for the purpose of demonstrating SHM in an edge framework. Relaxation of the boundary condition of a cantilever structure, excited via an electrodynamic shaker, is considered as the damage scenario in this paper.
An analytical model is considered first to create the context and the relevance of the experiments. Relaxation of the boundary has seen several applications, including wind turbines [17], bridge scour [18] and damages related to other natural hazards [19,20]. The non-dimensionalisation and similitude relationships of such models are also established in the literature [17,21,22,23].
However, even within this idealised scenario, there are multiple analytical models to align with the variability that can exist within an experiment. The simplest reference case is a cantilever beam with a fixed end at the connection to the frame. This also helps with interpreting the data following the experiments. The second case is a two-span cantilever where the shaker probe acts as an internal connection. The third case is where the bolts are loosened, and the cantilever connection can be modelled using translational and rotational springs. The following sub-sections present these idealised models.

2.2.1. Cantilever Beam with Fixed End

The first natural frequency of a cantilever beam with fixed supports and an end mass is simply
ω c a n t i l e v e r = k m e q
where k = 3 E I L 3 and m e q is the equivalent mass equal to 33 140 mL + M , where m is the mass per unit length of the beam, L is the length of the beam, E I is the flexural rigidity of the beam and M is the tip mass at the end of the beam.

2.2.2. Two Span Cantilever Beam with Fixed End and Internal Connection: Fixed–Fixed–Free Boundary

The electromagnetic shaker is connected to the cantilever via a stinger, which is clamped to the beam so that vibro-impact nonlinearities are not induced. However, this creates an additional internal boundary condition on the beam, which makes the system a two-span continuous Euler–Bernoulli beam (Figure 3A), following the canonical equation
2 x 2 ( E I ( x ) 2 y ( x , t ) x 2 ) + x ( P y ( x , t ) x ) x ( m ( x ) r 2 y ¨ ( x , t ) x ) + m ( x ) y ¨ ( x , t ) = f ( x , t )
where y ( x , t ) is the deformation of the beam with respect to its static deflected shape, f ( x , t ) is the time-varying load on the beam, x is the spatial coordinate along the length of the beam measured from the fixed end, t is time measured from the initiation of excitation, P is the constant axial force applied to the beam (which is made as close to 0 as possible), r is the radius of gyration of the beam and an overdot represents the derivative with respect to time. Appendix D provides details of the simplification of this equation considering boundary conditions.

2.2.3. Two-Span Cantilever Beam with Loose Bolts and an Internal Connection: Spring–Fixed–Free Boundary

When bolts are loosened at the secured end of the cantilever, the connection is no longer a fixed connection as some vertical and rotational movement is expected to occur at the support. The secured end of the cantilever beam can therefore be described as a combination of a rotational and lateral spring (Figure 3B). This will affect the boundary conditions at the fixed end. Thus, at x 1 = 0 , for loose-bolt spring connection
E I 2 y 1 ( 0 , t ) x 1 2 k r ( 0 , t ) x 1 = 0
E I 3 y 1 ( 0 , t ) x 1 3 + P y 1 ( 0 , t ) x 1 + k l w ( x 1 , t ) m r 2 2 y 1 ¨ ( 0 , t ) x 1 2 = 0
where k r and k l are the rotational and lateral stiffness of the springs representing the loosened bolted cantilever connection, respectively.

2.3. Experimental Setup

The experimental setup contains a cantilever beam secured by a bolted connection to a frame. The cantilever, a 650 mm × 50 mm × 5 mm aluminium beam secured to a frame by four bolts of 4 mm diameter, is excited by a sensor probe connected to an electrodynamic shaker at one-third distance along the beam. Three accelerometers of 8 g mass are connected to the cantilever on both sides of the probe and at the free end. Damage is introduced into the system through the loosening of bolts at the fixed end. Figure 4 presents the experimental setup.
The natural frequency of the cantilever is analytically calculated as 11.06 Hz. With the attached stinger and the change in boundary conditions, the natural frequency is computed to be 20.398 Hz. These values correspond to numerical and experimental work on two-span beams in [24,25]. Increasing and decreasing swept sine, along with white noise excitation, are used to excite the beam for each bolt-loosening incident at the fixed end of the cantilever (Figure 5), in a frequency range of 5–200 Hz and for 5 s. Table A1 and Table A2 in Appendix A show the progression of bolt loosening for the two sets of damage experiments.
Subsequently, continuously recorded experiments were also carried out for 2 min as the bolts were progressively loosened. While the fundamental physics of bolt loosening can be particularly complex [26], the gradual loosening and its relationship to SHM is well established, as we consider this deviation from the undamaged baseline as the feature of interest in this paper. Such experiments can also typically be created as rapid benchmarks [27].
Data were collected in three different ways. First, an oscilloscope monitored each shaker input and recorded the raw acceleration data at 500 Hz. Secondly, each accelerometer was connected to the analog inputs of the Arduino Due used for the experiments, where the values are printed via the USB serial port to a local PC. This method uses the Arduino Due as an oscilloscope. Finally, the LoRa setup described was used to extract root mean square (RMS) features from the raw data and transmit them to a local PC via the LoRa gateway. Figure 6 summarizes the data collection methods.

2.4. SHM Low-Power IoT Framework

Figure 7 shows the three sections in the IoT framework—the edge device, gateway and data management platform used in this paper. The LoRa transmission settings and gateway configuration in this application are based on the low-cost and low-power IoT framework developed in the H2020 EU WAZIUP project [28,29].
For the edge device setup, the Arduino Due microcontroller was used, which has a single built-in ADC and Vref = 3.3 V. The Arduino samples the data from the accelerometers at 500 Hz. The Arduino Due is a 32-bit CortexM3 ARM microcontroller with an 84 MHz clock. A shield is attached to the microcontroller for LoRa communications. A 3-axis, ±3 g, ADXL335 micro-electromechanical systems analog accelerometer is used for data measurement. The evaluation board is used for the prototype to easily connect the accelerometer to the pins of the microcontroller (Raspberry PI 3). The accelerometer has a 350 µA power consumption and a 0.5–1600 Hz measurement range on the X and Y axes, and a 0.5–550 Hz range on the Z axis, respectively. The ADXL335 has a ratiometric output voltage, Vs of −0.3–3.6 V and for a 10-bit ADC resolution (210), the acceleration value in g is:
a c c e l e r a t i o n   ( g ) = V × V s 2 10
However, the accelerometer has an offset bias of V s / 2 . For the 3.3 V supply from the Arduino, the sensitivity of the sensor is 270–330 mV/g and the acceleration is
a c c e l e r a t i o n   ( g ) = 1 s e n s i t i v i t y ( V × V s 2 10 V r e f 2 )
This value must be determined for each sensor before the measurement is carried out. For the three accelerometers used in this experiment, the sensitivity values were 305 mV/g, 302 mV/g and 299 mV/g for accelerometers 1, 2 and 3, respectively.
Feature extraction at the edge is required due to limits on data packet sizes, and this paper considers the RMS value and the peak natural frequency as extracted features.
For long-term continuous monitoring, features need to be either calculated or averaged over time windows that can be transmitted in small packets over intervals of several minutes. For the EU863–870 unlicensed bands, the maximum available payload size per LoRa message is 222 bytes for a data rate of 4–7 (BW 125, CR 5, SF 12). To obtain enough samples, features are calculated over 1 s of recording. Using the above configurations and a maximum payload of 222 bytes, a payload of 128 bytes for the data packet is used. An 8-bit ASCII encoding is considered, and each feature is stored to flash memory (512 kB). Data are queued to be sent out at 3 min intervals at a later time. In a full-scale scenario, the interval over which the features are calculated would be much longer.
The Arduino Due is a 3.3 V microcontroller and has an estimated power consumption of 100 mA. The 3 accelerometers are powered by the Arduino, and each has a current draw of 0.35 mA. The LoRa shield has a current draw of 20 to 120 mA while transmitting (depending on the boosting for the maximising range) and 0.2 micro amps while in sleep mode. That is an estimated range of 0.4 W to 0.7 W while the LoRa device is transmitting and 0.3 W while the accelerometers are recording and the LoRa device is in sleep mode.
Field implementation of this prototype would require the development of an Application-Specific Integrated Circuit (ASIC) with an application-specific code to replace the Arduino Due microcontroller, significantly reducing the power draw.

3. Results

As indicated in the previous section, bolts are first loosened in discrete stages in the first set of experiments, which is subsequently followed by a set of tests where continuous and progressive loosening is carried out while the shaker excites the system via swept sine and white noise (5–200 Hz), respectively.

3.1. Discontinuous Measurements

3.1.1. White Noise Input

The frequency response functions (FRF) are obtained using a discrete Fourier transform (DFT) from the raw data (Figure 8). A Hanning window is applied to the data for noise reduction from spectral leakage. The effect of the Hanning window applied to the 5 s time interval can also be distinguished here.
For Accelerometer 1, there are no significant peaks, and for accelerometers 2 and 3, the first natural frequency is at 19.9 Hz. Figure A1 in Appendix B shows a close-up around the first natural frequency for the FRF and power spectrum plots for accelerometers 2 and 3. For accelerometer 3, the FRF and power spectrum plots show evidence of a double peak.

3.1.2. Arduino Measurement

Figure 9 shows a plot of the time domain response, the frequency response function and a spectrum plot for each of the accelerometers 1, 2 and 3 recorded using Arduino.
Here, the first natural frequency is 20.2 Hz, which is 0.3 Hz higher than that observed with the oscilloscope, and the evidence of double peaks is more obvious when a close-up is considered (Figure A2, Appendix B). For accelerometer 2, the power spectrum plot shows a peak at 17.3 Hz rather than 20.2 Hz, and for Accelerometer 3, a maximum peak of 23.3 Hz is detected for the power spectrum plot. For the FRF of Accelerometer 3, the second peak, although lower, is almost as high as the natural frequency at 20.2 Hz. Similar plots are shown for each of the bolt-loosening scenarios in Appendix B.

3.1.3. Three-Dimensional Plots of Each Bolt-Loosening Scenario

The frequency response from each of the bolt-loosening scenarios are shown for the Arduino measurement for accelerometers 1, 2 and 3 with a white noise input in Figure 10.
The magnitude of the frequency response increases significantly as the bolts are loosened. Although there is no clear peak natural frequency for Accelerometer 1, the highest region for the fully fixed case is centred around 40–45 Hz. This region shifts upwards as the bolts are loosened and becomes more distributed across a wider range of frequencies. The magnitude of the second peak region also increases with each bolt-loosening scenario relative to the fully fixed case. For Accelerometer 2, the magnitude of the frequency response increases significantly with the bolt loosening relative to the fully fixed scenario. From a loosening of 1.5 revolutions, a third peak appears to form around 70 Hz, particularly obvious for revolution 6 where the first natural frequency decreased compared to revolution 4. The first natural frequency is much more evident here than in the previous two figures as this accelerometer is located at the tip of the cantilever. There is a dispersion of the width of the frequency response and an increase in the magnitude of the response with each bolt-loosening scenario at the first natural frequency. Evidence of a double peak also becomes particularly clear from revolution 3 to bolt revolution 6.
The FRFs for swept sine inputs (5–200 Hz, increasing and decreasing) are presented in Figure 11 for the accelerometers. Clear peaks for accelerometer 2 at 19.1 Hz for the upward sweep and 19.4 Hz and 20.3 Hz for accelerometer 3 for white noise inputs are obtained. It is important to note the variability of measurement obtained from an edge monitoring setup in this regard. It highlights the fundamental SHM challenges [30] of assessing full-scale structures, but also confirms the ability of such a setup to perform similar to what is possible in a traditional wired and wireless setup.
Next, quantile–quantile plots and normal probability plots were created for the swept sine scenarios to investigate the impact of changes in the boundary condition brought about by the loosening of bolts for the accelerometers (Figure 12). There is a direct correlation between the SSU and SSF for accelerometers 1 and 2 and accelerometer 3, and this correlation only deviates outside two normal quantiles in the Q–Q plot and the tails of the distribution beyond 0.05 in the normal probability plot. This is also representative of the ability to use established statistical markers for monitoring features of interest [31] in an edge setup. Previous research has also indicated that such markers can accommodate traditional, as well as new [32], types of sensors.

3.1.4. Continuous Measurement of Bolt Loosening

For the second set of experiments, where damage is introduced through the progressive loosening of bolts while the cantilever is being excited by the shaker, the Edge SHM prototype demonstrates the accelerometer data, along with 1-s RMS values (Figure 13). The revolution values shown in the plots are the accumulative revolution of loosening.

4. Discussion

Some of the core challenges for SHM, identified more than a decade ago, are still relevant [33]. However, with a proliferation of sensors and the rise of IoT in most sectors [34], there is a definitive need for demonstrative and repeatable benchmarks for SHM, especially around edge computing, which this paper addresses. It impacts the value of information of [35,36,37] for existing and future sensors, as well as their ranges of demands. The potential use of IoT for SHM has been discussed previously [38], and despite architecture being discussed [39,40,41,42], there are only a handful of small examples [43] and no benchmark. To the best of the authors’ knowledge, this is the first demonstration with a clear architecture, design, repeatable benchmark and implementation of SHM in an edge-computing format, and this is expected to open up significant figure study in future. The presented method can accommodate most markers of features of interest and thus, there are significant future opportunities to adapt this approach to sector-specific requirements. The deviation of the quantile–quantile plots as a function of bolt loosening is indicative of this, especially in the context of output-only markers [44], and especially in a statistical quality control context [45].
The demonstrated edge SHM can be implemented in a low-cost, low-power format using off-the-shelf components and within an open-source IoT framework. The work demonstrates the constraints that a low-power remote-monitoring system places on data-driven SHM. Due to the low data-transmission rate available combined with the high sampling frequency of accelerometers, this work demonstrates the need for univariate features that can be extracted at the edge. The necessity for feature extraction at the edge is demonstrated due to the constraints of the low-power communication data rates. Open-source or commercial kits for remote SHM are not yet available, and one of the prohibitive challenges for researchers in gathering data and testing algorithms on a low-power system is the requirement of developing custom hardware solutions. An SHM prototype for this requires the design and development of a specialised hardware system. Some of the numerous parameters that need to be considered when implementing a low-power wireless monitoring system are identified through this work. These parameters include:
  • Maximum size of each payload in the data packet for an application.
  • Transmission interval for data packets.
  • Whether to implement a sleep interval between recordings.
  • Features to extract.
  • Interval over which each feature is extracted.
  • Averaging of features.
One of the limiting factors in this prototype on the number of acceleration channels that can be sampled in parallel using analog accelerometers is the number of analog-to-digital converters in the microcontroller. The Arduino Due used in this work has a single 12-bit resolution analog-to-digital converter. It is recommended for future developments that a digital mems accelerometer such as the ADXL345 with an inbuilt 16-bit resolution analog-to-digital converter be used instead. This digital accelerometer also has a lower power consumption.
A baseline is still required for the features on the edge sensor node, but in the future, it may be possible to carry out some detections with multiple sensors, especially for anomalies, in order to not require an undamaged baseline [46]. The presence of double peaks is generally unavoidable in most experiments [47] and thus it is better to identify them. Such peaks are typically a result of the presence of coupling between the fixed beam and the stinger, since it is often not possible to e establish perfect rigidity, despite avoiding vibro-impact [48] conditions. Despite the simplicity and ease of repeatability of the experiments, there are possibly minor nonlinearities introduced into the system as the bolts are initially loosened and there can still be occasional and minor impacts between the beam and the frame and top of the bolts. As the bolts are further loosened, this would be reduced, as the bolts would be loose enough and the beam stiff enough to ensure no possibility of impact with the top of the bolt or the frame. There would still, however, be some noise effect due to the friction between the cantilever and the bolt. A set of additional results supporting the observations in this paper, and for the purpose of appreciating the consistency and repeatability of the study, is presented in Appendix C in Figure A3, Figure A4, Figure A5, Figure A6, Figure A7, Figure A8, Figure A9, Figure A10, Figure A11, Figure A12, Figure A13, Figure A14, Figure A15, Figure A16 and Figure A17.
The excitation profiles of swept sine and white noise are, on the other hand, typical of what is provided in industrial applications [23,49]. Consequently, experiments of a similar nature can be used at least phenomenologically to establish whether an edge SHM solution can be viable for the monitoring demands of a sector. The distance of certain renewable energy devices, like offshore wind [50], can provide an opportunity in this regard.
While extensive control on such experiments will improve the calibration of the results, there will always remain some uncertainties of these implementations, and there is a requirement to carry out further comparative studies in the future for various deployments of edge SHM and establish the uncertainty bounds for detection and the demands for such detection for a range of application sectors or use cases. On the other hand, the clear trend of the markers with bolt loosening indicates that a continuous structural monitoring and damage detection strategy can be achieved in an LPWAN using edge-computed features.

5. Conclusions

This paper presents a bespoke edge SHM framework and presents a benchmark study around it. The work creates a replicable evidence base for researchers around the topic of decentralized computing in SHM and can link with any feature analytics, along with single- and multi-channel markers of features. The work emphasizes the paradigm shift in SHM via low-power computing while highlighting practical challenges in managing data communication, high sampling rates and the necessity of carrying features at the location of a structure as much as possible. The method presented is scalable and can be applied to a wide range of sectors, both traditional and bourgeoning. The study will be relevant for industrial applications, as well as linking new numerical, statistical or learning algorithms to the edge framework, precipitating a new tranche of research activity. Sensing our built infrastructure and making sense of it can forge a new direction in edge solutions.

Author Contributions

Conceptualization, T.B., B.G. and V.P.; methodology, T.B., B.G. and V.P.; software, T.B.; validation, T.B., B.G. and V.P.; formal analysis, T.B.; investigation, T.B., B.G. and V.P.; resources, B.G. and V.P.; data curation, T.B. and V.P.; writing—original draft preparation, T.B.; writing—review and editing, B.G. and V.P.; visualization, T.B.; supervision, B.G. and V.P.; project administration, V.P.; funding acquisition, V.P. All authors have read and agreed to the published version of the manuscript.

Funding

This research was funded by Science Foundation Ireland MaREI Centre, grant number 12/RC/2302_2”. VP would like to acknowledge the funding of the EU Interreg project, Strengthening Infrastructure Risk Assessment in the Atlantic Area (SIRMA, EAPA_826/2018). BG would like to acknowledge the Science Foundation Ireland CONNECT centre. VP and BG would jointly like to acknowledge the ERA-NET Cofund MarTERA FLEXAQUA project PBA/BIO/18/02.

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

Data for the experiments are available from the authors on request.

Conflicts of Interest

The authors declare no conflict of interest. The funders had no role in the design of the study; in the collection, analyses, or interpretation of data; in the writing of the manuscript, or in the decision to publish the results.

Appendix A

Table A1. Experimental bolt-loosening progression experiment (discrete).
Table A1. Experimental bolt-loosening progression experiment (discrete).
ExperimentBolt Loosening:
Revolutions
Bolt Loosening,
Total Revolutions
Distance between Frame
and Top of Bolt (mm)
10 (Fully Fixed)0 (Fully Fixed)5 mm (beam depth)
20.250.255.2
30.250.55.4
40.515.75
50.51.56.07
60.526.48
7137.2
8147.73
9159.3
10169.73
112811.1
Table A2. Experimental bolt-loosening progression experiment (continuous).
Table A2. Experimental bolt-loosening progression experiment (continuous).
Experiment
Number
Bolt Loosening,
Revolutions
Time Total, SecondsTime (per Loosened Stage) Seconds
1Fully Fixed
(0 revolutions)
030
20.253010
30.254010
40.55010
50.56010
60.57010
718010
819010
9210010
10311010

Appendix B

Figure A1. Close-up around first natural frequency, oscilloscope measurement white noise input, FRF and power spectrum plots, accelerometers 2 and 3.
Figure A1. Close-up around first natural frequency, oscilloscope measurement white noise input, FRF and power spectrum plots, accelerometers 2 and 3.
Sensors 21 06760 g0a1
Figure A2. Close-up around first natural frequency, Arduino measurement white noise input, FRF and power spectrum plots, accelerometers 2 and 3.
Figure A2. Close-up around first natural frequency, Arduino measurement white noise input, FRF and power spectrum plots, accelerometers 2 and 3.
Sensors 21 06760 g0a2

Appendix C

Figure A3. Oscilloscope measurement: Fully fixed boundary.
Figure A3. Oscilloscope measurement: Fully fixed boundary.
Sensors 21 06760 g0a3
Figure A4. A close-up of FRF and the power spectrum plot. The peaks are at 22.06 Hz and 19.89 Hz from FRF and 23.9 Hz and 19.7 Hz for power spectrum, respectively.
Figure A4. A close-up of FRF and the power spectrum plot. The peaks are at 22.06 Hz and 19.89 Hz from FRF and 23.9 Hz and 19.7 Hz for power spectrum, respectively.
Sensors 21 06760 g0a4
Figure A5. Oscilloscope measurement with Hanning window: Fully fixed boundary condition.
Figure A5. Oscilloscope measurement with Hanning window: Fully fixed boundary condition.
Sensors 21 06760 g0a5
Figure A6. A close-up of FRF and the power spectrum plot. The peaks are at 19.928 Hz and 22.88 Hz for the FRF and 19.8 Hz and 24.23 Hz for the power spectrum, respectively.
Figure A6. A close-up of FRF and the power spectrum plot. The peaks are at 19.928 Hz and 22.88 Hz for the FRF and 19.8 Hz and 24.23 Hz for the power spectrum, respectively.
Sensors 21 06760 g0a6
Figure A7. Arduino measurement: 0.25 revolution bolt release.
Figure A7. Arduino measurement: 0.25 revolution bolt release.
Sensors 21 06760 g0a7
Figure A8. Arduino measurement: 0.5 revolution bolt release.
Figure A8. Arduino measurement: 0.5 revolution bolt release.
Sensors 21 06760 g0a8
Figure A9. Arduino measurement: 1.0 revolution bolt release.
Figure A9. Arduino measurement: 1.0 revolution bolt release.
Sensors 21 06760 g0a9
Figure A10. Arduino measurement: 1.5 revolution bolt release.
Figure A10. Arduino measurement: 1.5 revolution bolt release.
Sensors 21 06760 g0a10
Figure A11. Arduino measurement: 2.0 revolution bolt release.
Figure A11. Arduino measurement: 2.0 revolution bolt release.
Sensors 21 06760 g0a11
Figure A12. Arduino measurement: 3.0 revolution bolt release.
Figure A12. Arduino measurement: 3.0 revolution bolt release.
Sensors 21 06760 g0a12
Figure A13. Arduino measurement: 4.0 revolution bolt release.
Figure A13. Arduino measurement: 4.0 revolution bolt release.
Sensors 21 06760 g0a13
Figure A14. Arduino measurement: 5.0 revolution bolt release.
Figure A14. Arduino measurement: 5.0 revolution bolt release.
Sensors 21 06760 g0a14
Figure A15. Arduino measurement: 6.0 revolution bolt release.
Figure A15. Arduino measurement: 6.0 revolution bolt release.
Sensors 21 06760 g0a15
Figure A16. Swept sine inputs: Oscilloscope measurements: Accelerometer 1.
Figure A16. Swept sine inputs: Oscilloscope measurements: Accelerometer 1.
Sensors 21 06760 g0a16
Figure A17. Swept sine inputs: Oscilloscope measurements: Accelerometer 2.
Figure A17. Swept sine inputs: Oscilloscope measurements: Accelerometer 2.
Sensors 21 06760 g0a17

Appendix D

Simplification of canonical equation for two span cantilever beam with a fixed end and internal connection: Fixed–Fixed–Free Boundary:
Assuming all properties are constant along the length of the beam, this equation can be simplified to
E I 4 y ( x , t ) x 4 + P 2 y ( x , t ) x 2 m r 2 2 y ¨ ( x , t ) x 2 + m y ¨ ( x , t ) = f ( x , t )
The equations of motion for both sub-spans are given by
E I 4 y 1 ( x 1 , t ) x 1 4 + P 2 y 1 ( x , t ) x 1 2 m r 2 2 y 1 ¨ ( x , t ) x 1 2 + m y 1 ¨ ( x 1 , t ) = f ( x 1 , t ) , 0 x 1 l 1 E I 4 y 2 ( x 2 , t ) x 2 4 + P 2 y 2 ( x 2 , t ) x 2 2 m r 2 2 y 2 ¨ ( x 2 , t ) x 1 2 + m y 2 ¨ ( x 2 , t ) = f ( x 2 , t ) , l 1 x 2 l 2
where y 1 ( x 1 , t ) and y 2 ( x 2 , t ) are the transverse displacements of the two sub-spans, while x 1 and x 2 are the spatial coordinates along the length of the sub beams at which the load is applied, measured from the fixed end. For the fixed end, at x 1 = 0 , the moment and shear equilibriums are respectively given by
E I 2 y 1 ( 0 , t ) x 1 2 = 0
E I 3 y 1 ( 0 , t ) x 1 3 + P y 1 ( 0 , t ) x 1 m r 2 2 y 1 ¨ ( 0 , t ) x 1 2 = 0
The free end of the cantilever, x 2 = l 2 , allows rotational and vertical freedom. The moment and shear equilibriums respectively lead to
E I 2 y 2 ( l 2 , t ) x 2 2 + J y 2 ¨ ( l 2 , t ) x 2 = 0
E I 3 y 2 ( l 2 , t ) x 2 3 M y 2 ¨ ( l 2 , t ) m r 2 2 y 2 ¨ ( l 2 , t ) x 2 2 = 0
where M is the mass and J is the moment of inertia of the mass at the end of the beam.
An additional four boundary conditions are present at the internal fixed support for the moment equilibrium
E I 2 y 1 ( l 1 , t ) x 1 2 = 0
E I 2 y 2 ( l 1 , t ) x 2 2 = 0
E I 2 y 1 ( l 1 , t ) x 1 2 + P y 1 ( l 1 , t ) x 1 m r 2 2 y 1 ¨ ( l 1 , t ) x 1 2 = 0
E I 2 y 2 ( l 1 , t ) x 2 2 + P y 2 ( l 1 , t ) x 2 m r 2 2 y 2 ¨ ( l 1 , t ) x 2 2 = 0

References

  1. Cunha, A.; Caetano, E.; Magalhães, F.; Moutinho, C. Recent perspectives in dynamic testing and monitoring of bridges. Struct. Control. Health Monit. 2013, 20, 853–877. [Google Scholar] [CrossRef]
  2. Omenzetter, P.; Brownjohn, J.M.W.; Moyo, P. Identification of unusual events in multi-channel bridge monitoring data. Mech. Syst. Signal Process 2004, 18, 409–430. [Google Scholar] [CrossRef] [Green Version]
  3. Cahill, P.; Hazra, B.; Karoumi, R.; Mathewson, A.; Pakrashi, V. Vibration energy harvesting based monitoring of an operational bridge undergoing forced vibration and train passage. Mech. Syst. Signal Process. 2018, 106, 265–283. [Google Scholar] [CrossRef] [Green Version]
  4. Yi, T.-H.; Li, H.-N. Methodology developments in sensor placement for health monitoring of civil infrastructures. Int. J. Distrib. Sens. Netw. 2012, 8, 612726. [Google Scholar] [CrossRef]
  5. Aygün, B.; Gungor, V.C. Wireless sensor networks for structure health monitoring: Recent advances and future research directions. Sens. Rev. 2011, 31, 261–276. [Google Scholar] [CrossRef]
  6. Kullaa, J. Damage detection of the Z24 bridge using control charts. Mech. Syst. Signal Process. 2003, 17, 163–170. [Google Scholar] [CrossRef]
  7. Mekki, K.; Bajic, E.; Chaxel, F.; Meyer, F. A comparative study of LPWAN technologies for large-scale IoT deployment. ICT Express 2019, 5, 1–7. [Google Scholar] [CrossRef]
  8. Ballerini, M.; Polonelli, T.; Brunelli, D.; Magno, M.; Benini, L. Nb-iot versus lorawan: An experimental evaluation for industrial applications. IEEE Trans. Ind. Inform. 2020, 16, 7802–7811. [Google Scholar] [CrossRef]
  9. Kim, J.-H.; Park, W.-J.; Park, J.-O.; Park, S.-H. LoRa LPWAN sensor network for real-time monitoring and it’s control method. J. Comput. Struct. Eng. Inst. Korea 2018, 31, 359–366. [Google Scholar] [CrossRef]
  10. Piyare, R.; Murphy, A.L.; Magno, M.; Benini, L. On-demand LoRa: Asynchronous TDMA for energy efficient and low latency communication in IoT. Sensors 2018, 18, 3718. [Google Scholar] [CrossRef] [Green Version]
  11. Cho, S.; Park, J.-W.; Sim, S.-H. Decentralized system identification using stochastic subspace identification for wireless sensor networks. Sensors 2015, 15, 8131–8145. [Google Scholar] [CrossRef] [Green Version]
  12. Barbosh, M.; Sadhu, A.; Vogrig, M. Multisensor-based hybrid empirical mode decomposition method towards system identification of structures. Struct. Control. Health Monit. 2018, 25, e2147. [Google Scholar] [CrossRef]
  13. Du, C.; Gao, S.; Jia, N.; Kong, D.; Jiang, J.; Tian, G.; Su, Y.; Wang, Q.; Li, C. A high-accuracy least-time-domain mixture features machine-fault diagnosis based on wireless sensor network. IEEE Syst. J. 2020, 14, 4101–4109. [Google Scholar] [CrossRef]
  14. Cecílio, J.; Ferreira, P.M.; Casimiro, A. Evaluation of LoRa technology in flooding prevention scenarios. Sensors 2020, 20, 4034. [Google Scholar] [CrossRef] [PubMed]
  15. Varsier, N.; Schwoerer, J. Capacity limits of LoRaWAN technology for smart metering applications. In Proceedings of the 2017 IEEE International Conference on Communications (ICC), Paris, France, 21–25 May 2017; pp. 1–6. [Google Scholar]
  16. Raza, U.; Kulkarni, P.; Sooriyabandara, M. Low power wide area networks: An overview. IEEE Commun. Surv. Tutor. 2017, 19, 855–873. [Google Scholar] [CrossRef] [Green Version]
  17. Buckley, T.; Watson, P.; Cahill, P.; Jaksic, V.; Pakrashi, V. Mitigating the structural vibrations of wind turbines using tuned liquid column damper considering soil-structure interaction. Renew. Energy 2018, 120, 322–341. [Google Scholar] [CrossRef]
  18. Fitzgerald, P.C.; Malekjafarian, A.; Bhowmik, B.; Prendergast, L.J.; Cahill, P.; Kim, C.W.; Hazra, B.; Pakrashi, V.; OBrien, E.J. Scour damage detection and structural health monitoring of a laboratory-scaled bridge using a vibration energy harvesting device. Sensors 2019, 19, 2572. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  19. Chen, Y.; Tan, C.A.; Bergman, L.A. Effects of boundary flexibility on the vibration of a continuum with a moving oscillator. J. Vib. Acoust. 2002, 124, 552–560. [Google Scholar] [CrossRef]
  20. Pai, P.F.; Jin, S. Locating structural damage by detecting boundary effects. J. Sound Vib. 2000, 231, 1079–1110. [Google Scholar] [CrossRef]
  21. Casaburo, A.; Petrone, G.; Franco, F.; De Rosa, S. A review of similitude methods for structural engineering. Appl. Mech. Rev. 2019, 71, 030802. [Google Scholar] [CrossRef] [Green Version]
  22. Klinkvort, R.T.; Hededal, O.; Springman, S.M. Scaling issues in centrifuge modelling of monopiles. Int. J. Phys. Model. Geotech. 2013, 13, 38–49. [Google Scholar] [CrossRef]
  23. Cahill, P.; Mathewson, A.; Pakrashi, V. Experimental validation of piezoelectric energy-harvesting device for built infrastructure applications. J. Bridge Eng. 2018, 23, 04018056. [Google Scholar] [CrossRef]
  24. Hong, J.; Dodson, J.; Laflamme, S.; Downey, A. Transverse vibration of clamped-pinned-free beam with mass at free end. Appl. Sci. 2019, 9, 2996. [Google Scholar] [CrossRef] [Green Version]
  25. Zhou, S.; Li, F.; Zhang, C. Vibration characteristics analysis of disordered two-span beams with numerical and experimental methods. J. Vib. Control. 2018, 24, 3641–3657. [Google Scholar] [CrossRef]
  26. Brøns, M.; Thomsen, J.J.; Sah, S.M.; Tcherniak, D.; Fidlin, A. Estimating bolt tension from vibrations: Transient features, nonlinearity, and signal processing. Mech. Syst. Signal Process. 2021, 150, 107224. [Google Scholar] [CrossRef]
  27. Yang, J.; Chang, F.-K. Detection of bolt loosening in C–C composite thermal protection panels: I. Diagnostic principle. Smart Mater. Struct. 2006, 15, 581. [Google Scholar] [CrossRef]
  28. Dupont, C.; Vecchio, M.; Pham, C.; Diop, B.; Dupont, C.; Koffi, S. An open IoT platform to promote eco-sustainable innovation in Western Africa: Real urban and rural testbeds. Wirel. Commun. Mob. Comput. 2018, 2018, 1028578. [Google Scholar] [CrossRef] [Green Version]
  29. Pham, C.; Ehsan, M. Dense deployment of LoRa networks: Expectations and limits of channel activity detection and capture effect for radio channel access. Sensors 2021, 21, 825. [Google Scholar] [CrossRef]
  30. Sohn, H. Effects of environmental and operational variability on structural health monitoring. Philos. Trans. R. Soc. A Math. Phys. Eng. Sci. 2007, 365, 539–560. [Google Scholar] [CrossRef]
  31. Pakrashi, V.; Fitzgerald, P.; O’Leary, M.; Jaksic, V.; Ryan, K.; Basu, B. Assessment of structural nonlinearities employing extremes of dynamic responses. J. Vib. Control. 2016, 24, 137–152. [Google Scholar] [CrossRef]
  32. Vathakkattil Joseph, G.; Hao, G.; Pakrashi, V. Extreme value estimates using vibration energy harvesting. J. Sound Vib. 2018, 437, 29–39. [Google Scholar] [CrossRef] [Green Version]
  33. Farrar, C.R.; Lieven, N.A. Damage prognosis: The future of structural health monitoring. Philos. Trans. R. Soc. A Math. Phys. Eng. Sci. 2007, 365, 623–632. [Google Scholar] [CrossRef]
  34. Zanella, A.; Bui, N.; Castellani, A.; Vangelista, L.; Zorzi, M. Internet of things for smart cities. IEEE Internet Things J. 2014, 1, 22–32. [Google Scholar] [CrossRef]
  35. Zonta, D.; Glisic, B.; Adriaenssens, S. Value of information: Impact of monitoring on decision-making. Struct. Control. Health Monit. 2014, 21, 1043–1056. [Google Scholar] [CrossRef]
  36. Malings, C.; Pozzi, M. Value-of-information in spatio-temporal systems: Sensor placement and scheduling. Reliab. Eng. Syst. Saf. 2018, 172, 45–57. [Google Scholar] [CrossRef]
  37. Quirk, L.; Matos, J.; Murphy, J.; Pakrashi, V. Visual inspection and bridge management. Struct. Infrastruct. Eng. 2017, 14, 320–332. [Google Scholar] [CrossRef]
  38. Lynch, J.P. A summary review of wireless sensors and sensor networks for structural health monitoring. Shock. Vib. Dig. 2006, 38, 91–128. [Google Scholar] [CrossRef] [Green Version]
  39. Tokognon, C.A.; Gao, B.; Tian, G.Y.; Yan, Y. Structural health monitoring framework based on Internet of Things: A survey. IEEE Internet Things J. 2017, 4, 619–635. [Google Scholar] [CrossRef]
  40. Lamonaca, F.; Sciammarella, P.; Scuro, C.; Carni, D.; Olivito, R. Internet of things for structural health monitoring. In Proceedings of the 2018 Workshop on Metrology for Industry 4.0 and IoT, Brescia, Italy, 16–18 April 2018; pp. 95–100. [Google Scholar]
  41. Malik, H.; Khattak, K.S.; Wiqar, T.; Khan, Z.H.; Altamimi, A.B. Low cost internet of things platform for structural health monitoring. In Proceedings of the 2019 22nd International Multitopic Conference (INMIC), Islambad, Pakistan, 29–30 November 2019; pp. 1–7. [Google Scholar]
  42. Chang, H.-F.; Lin, T.-K. Real-time structural health monitoring system using internet of things and cloud computing. arXiv 2019, arXiv:1901.00670. [Google Scholar]
  43. Wang, J.; Fu, Y.; Yang, X. An integrated system for building structural health monitoring and early warning based on an Internet of things approach. Int. J. Distrib. Sens. Netw. 2017, 13. [Google Scholar] [CrossRef] [Green Version]
  44. Bali, S.; Hazra, B.; Pakrashi, V. Quantile autoregressive modeling for non-linear change detection in vibrating structural systems. Mech. Res. Commun. 2019, 100, 103397. [Google Scholar] [CrossRef]
  45. Sohn, H.; Czarnecki, J.A.; Farrar, C.R. Structural health monitoring using statistical process control. J. Struct. Eng. 2000, 126, 1356–1363. [Google Scholar] [CrossRef]
  46. Pakrashi, V.; Basu, B.; O’Connor, A. A statistical measure for wavelet based singularity detection. J. Vib. Acoust. 2009, 131, 041015. [Google Scholar] [CrossRef]
  47. Cahill, P.; Pakrashi, V.; Sun, P. Energy harvesting techniques for health monitoring and indicators for control of a damaged pipe structure. Smart Struct. Syst. 2018, 21, 287–303. [Google Scholar]
  48. Chen, H.; Kurt, M.; Lee, Y.S.; McFarland, D.M.; Bergman, L.A.; Vakakis, A.F. Experimental system identification of the dynamics of a vibro-impact beam with a view towards structural health monitoring and damage detection. Mech. Syst. Signal Process. 2014, 46, 91–113. [Google Scholar] [CrossRef]
  49. Zelenika, S.; Hadas, Z.; Bader, S.; Becker, T.; Gljuscic, P.; Hlinka, J.; Janak, L.; Kamenar, E.; Ksica, F.; Kyratsi, T.; et al. Energy harvesting technologies for structural health monitoring of airplane components—A review. Sensors 2020, 20, 6685. [Google Scholar] [CrossRef]
  50. Martinez-Luengo, M.; Shafiee, M. Guidelines and cost-benefit analysis of the structural health monitoring implementation in offshore wind turbine support structures. Energies 2019, 12, 1176. [Google Scholar] [CrossRef] [Green Version]
Figure 1. Edge device data flow.
Figure 1. Edge device data flow.
Sensors 21 06760 g001
Figure 2. LoRa frame format (adapted from [14]).
Figure 2. LoRa frame format (adapted from [14]).
Sensors 21 06760 g002
Figure 3. Two span continuous cantilever beams: (A) Fixed–fixed–free, (B) Spring–fixed–free.
Figure 3. Two span continuous cantilever beams: (A) Fixed–fixed–free, (B) Spring–fixed–free.
Sensors 21 06760 g003
Figure 4. Experiment setup with shaker, cantilever and sensors connected to Arduino Due.
Figure 4. Experiment setup with shaker, cantilever and sensors connected to Arduino Due.
Sensors 21 06760 g004
Figure 5. Loosened bolts at cantilever fixed end.
Figure 5. Loosened bolts at cantilever fixed end.
Sensors 21 06760 g005
Figure 6. (a): Oscilloscope Realtime display from accelerometers; (b): Arduino connected via analog inputs to accelerometers; (c): LoRa transmission via (A) edge device, Arduino microcontroller with LoRa shield; (B) gateway, raspberry Pi microprocessor with LoRa receiver hat.
Figure 6. (a): Oscilloscope Realtime display from accelerometers; (b): Arduino connected via analog inputs to accelerometers; (c): LoRa transmission via (A) edge device, Arduino microcontroller with LoRa shield; (B) gateway, raspberry Pi microprocessor with LoRa receiver hat.
Sensors 21 06760 g006aSensors 21 06760 g006b
Figure 7. Low-power SHM framework.
Figure 7. Low-power SHM framework.
Sensors 21 06760 g007
Figure 8. Time and frequency domain measurements, along with measured FRFs from accelerometers 1, 2 and 3 for white noise excitation using an oscilloscope.
Figure 8. Time and frequency domain measurements, along with measured FRFs from accelerometers 1, 2 and 3 for white noise excitation using an oscilloscope.
Sensors 21 06760 g008
Figure 9. Time domain measurements along with measured FRFs from accelerometers 1, 2 and 3 for white noise excitation using an Arduino Due.
Figure 9. Time domain measurements along with measured FRFs from accelerometers 1, 2 and 3 for white noise excitation using an Arduino Due.
Sensors 21 06760 g009
Figure 10. FRF of Arduino measurement for each bolt-loosening scenario (Damage State) with a white noise input for (a) Accelerometer 1; (b) Accelerometer 2 and (c) Accelerometer 3.
Figure 10. FRF of Arduino measurement for each bolt-loosening scenario (Damage State) with a white noise input for (a) Accelerometer 1; (b) Accelerometer 2 and (c) Accelerometer 3.
Sensors 21 06760 g010aSensors 21 06760 g010b
Figure 11. Time and frequency domain responses and FRF estimates from swept sine responses using Arduino measurement for all accelerometers: Fully fixed scenario for (a) Accelerometer 1; (b) Accelerometer 2 and (c) Accelerometer 3.
Figure 11. Time and frequency domain responses and FRF estimates from swept sine responses using Arduino measurement for all accelerometers: Fully fixed scenario for (a) Accelerometer 1; (b) Accelerometer 2 and (c) Accelerometer 3.
Sensors 21 06760 g011aSensors 21 06760 g011b
Figure 12. Q–Q and normal probability plots for SSU vs. SSD for accelerometers for (a) Accelerometer 1; (b) Accelerometer 2 and (c) Accelerometer 3.
Figure 12. Q–Q and normal probability plots for SSU vs. SSD for accelerometers for (a) Accelerometer 1; (b) Accelerometer 2 and (c) Accelerometer 3.
Sensors 21 06760 g012aSensors 21 06760 g012b
Figure 13. Raw accelerometer data and 1 s RMS for continuous recording of progressive bolt loosening for all accelerometers.
Figure 13. Raw accelerometer data and 1 s RMS for continuous recording of progressive bolt loosening for all accelerometers.
Sensors 21 06760 g013
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Buckley, T.; Ghosh, B.; Pakrashi, V. Edge Structural Health Monitoring (E-SHM) Using Low-Power Wireless Sensing. Sensors 2021, 21, 6760. https://doi.org/10.3390/s21206760

AMA Style

Buckley T, Ghosh B, Pakrashi V. Edge Structural Health Monitoring (E-SHM) Using Low-Power Wireless Sensing. Sensors. 2021; 21(20):6760. https://doi.org/10.3390/s21206760

Chicago/Turabian Style

Buckley, Tadhg, Bidisha Ghosh, and Vikram Pakrashi. 2021. "Edge Structural Health Monitoring (E-SHM) Using Low-Power Wireless Sensing" Sensors 21, no. 20: 6760. https://doi.org/10.3390/s21206760

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop