Next Article in Journal
Architecture Optimization of a Non-Linear Autoregressive Neural Networks for Mackey-Glass Time Series Prediction Using Discrete Mycorrhiza Optimization Algorithm
Next Article in Special Issue
A Readout Circuit for MEMS Gas Sensor
Previous Article in Journal
High Resolution Multiview Holographic Display Based on the Holographic Optical Element
Previous Article in Special Issue
Two-Terminal Nonvolatile Write-Once-Read-Many-Times Memory Based on All-Inorganic Halide Perovskite
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

A Novel Intelligent Rebound Hammer System Based on Internet of Things

College of Automation & College of Artificial Intelligence, Nanjing University of Posts and Telecommunications, Nanjing 210003, China
*
Author to whom correspondence should be addressed.
Micromachines 2023, 14(1), 148; https://doi.org/10.3390/mi14010148
Submission received: 3 December 2022 / Revised: 29 December 2022 / Accepted: 3 January 2023 / Published: 6 January 2023

Abstract

:
In order to improve the test efficiency of concrete strength and ensure measured data reliability, we present a novel intelligent rebound hammer system which is based on the Internet of Things (IoT) and speech recognition technology. The system uses a STM32F103C8T6 microcontroller as the Main Control Unit (MCU), and one BC26 module as the communication unit, combined with a LD3320 voice recognition module and TOF050H laser ranging sensor to achieve the function of phonetic transcription and laser ranging. Without the need for traditional multi-person collaboration and burdensome data transfer, the system can collect the data of rebound value and location information and send them to the remote cloud information management system automatically in real time. The test results show that the system has high measuring accuracy, good data transmission stability and convenient operation, which could provide guidance for other types of non-destructive testing equipment designs.

1. Introduction

The strength of concrete is related to the safety of the main structure of a building; it is the most important part of quality control of a cast-in-place concrete structure. However, during the actual construction process, construction safety accidents often occur due to misoperation by front-line staff or inadequate supervision from managers, both of which have caused huge economic losses. The testing methods of concrete strength can be divided into destructive and nondestructive testing. The destructive testing method, which involves drilling a cylindrical sample from the main structure and testing it inside the laboratory, has higher measurement accuracy but comes with high costs and is time-consuming. Most importantly, the method may cause irreparable damage to the concrete structure, which makes it unusable for some important concrete structures or other important projects with special requirements.
The nondestructive testing method does not impair the building structure and allows for re-testing at the same location to compare the changes in concrete quality. As the concrete is susceptible to a variety of environmental degrading factors which tend to limit its service life, concrete strength should be tested in situ periodically for quality assurance and the evaluation of existing conditions [1]. Among the many nondestructive testing methods, such as ultrasonic pulse velocity [2], ray absorption and scattering, the rebound hammer and the ultrasonic-rebound combined method, the rebound hammer is deemed as the most popular method for concrete quality testing, which is popular for its simple structure, ease of use and low cost [3,4]. The basic principle of the rebound hammer is to use the spring-driven heavy hammer to make the heavy hammer hit the impact bar that is in vertical contact with the concrete surface with constant kinetic energy in order that the local concrete deforms and absorbs part of the energy. The other part of the energy will be converted into the rebound kinetic energy of the heavy hammer. When all the rebound kinetic energy is converted into potential energy, the heavy hammer will rebound to a maximum distance. The rebound number is the ratio of the maximum springback distance to the initial spring length. According to the JGJ/T 23-2011, the rebound hammer uses the rebound number which is related to the surface hardness of the concrete to evaluate the strength of the concrete [5].
Most early rebound hammers involve contact measuring and require manual reading and recording of its rebound value. Due to the friction of the pointer during application, some metal powder may attach to the resistors, which will affect the sensitivity of the sensor, so this type of rebound hammer has lower efficiency and a short lifespan [6]. In order to settle the friction problem, Shejiao’s team developed one intelligent rebound hammer system which uses linear CCD imaging as the non-contact rangefinder sensor to measure the displacement of the hammer; the MCU is used for circuit driving and image processing back in the office after the test and transfers all the measured data to the computer through a USB port [7]. In 2007, they developed another intelligent rebound hammer system which was based on PSD and Zigbee technology and which achieved non-contact range-finding and wireless data transmission [8]. However, for the location information of the test area, it still requires another surveyor to record synchronously. Moreover, limited by weak diffraction, weak signal penetration and the requirement of an ad hoc network for Zigbee technology, it is not convenient for use in actual construction sites [9].
In this paper, we present one novel intelligent rebound system which is based on IoT and speech recognition technology [10]. Using laser ranging sensor to measure the hammer displacement and a voice recognition module to record the location information under testing, the MCU collects the data and sends them to the remote cloud information management system by the IoT module in real time [11]. There is no need for traditional multi-person collaboration and burdensome data transfer. Most importantly, it avoids the risks of artificial modification and entry error of the test date, which seriously affect the quality and safety of the constructions.

2. System Design

The intelligent rebound system should have the functions of hammer displacement measuring, phonetic transcription, real-time data remote transmission, data storage and analysis, etc [12]. Among those elements, the phonetic transcription unit is required to complete the operator’s voice recognition and transcription of location information, such as “101 East Wall Area 1” and “203 North Wall Area 4”. The real-time data remote transmission unit is responsible for sending the hammer rebound value and phonetic transcription data to the cloud server in real time through the IoT module. The cloud information management unit is responsible for storing the data information transmitted by IoT and responding to the web request to render the data to the front-end page [13]. The schematic diagram of the system structure is shown in Figure 1.

2.1. Circuit Design

With consideration for the number of communication interfaces, the size of the hardware circuit board and the expansion space for subsequent system upgrading [14], the STM32F103C8T6 microcontroller is selected as the system MCU, which has up to 37 digital input/output ports, two 12-bit synchronized ADCs, two IICs, three UARTs, two SPIs, one CAN, three 16-bit timers, and 64 KB of program memory. The whole system is powered by a 5 V rechargeable lithium-ion battery pack with a capacity of 8400 mAh, which can work stably for longer than 8 h without interruption.
For non-contact range-finding, we chose a TOF050H module as the ranging sensor to measure the hammer rebound value, which works under 3.3 V and supports serial-mode, modbus-mode and IIC-mode data transfer [15]. In view of the range of rebound value [16], the high precision ranging mode is selected, the module range is 200 mm, accuracy is ±5%, resolution is 1 mm, and the ranging period is set to 200 ms.
For phonetic transcription, we chose a widely used LD3320 module to recognize and transcript the voice information of different locations, which has high-precision A/D and D/A interfaces and can achieve phonetic transcription without additional external auxiliary Flash and RAM [17]. During voice signal processing, the environment noise will firstly be removed from the recognized voice signal. The SPI clock, chip select and input and output pins are connected to the external MCU by SPI protocol to achieve serial interface communication. In view of the limited number of offline entries, the method of word combination is adopted to expand the recognition capability of LD3320, which uses the external MCU to sort and integrate recognized entries according to the time series.
In order to improve the recognition rate, an RC circuit is added to the microphone bias pin (MBS) to ensure a floating voltage is applied on the microphone. The schematic diagram of phonetic transcription unit is shown in in Figure 2.
For data remote transmission, we chose a Quectel BC26 communication module to send the hammer rebound value and phonetic transcription data to the cloud server in real time, which has low power consumption and high performance [18]. The BC26 module communicates with MCU through a UART serial port and builds a connection with the cloud server by TCP protocol [19].
In order to check the phonetic transcription results and the working status of the intelligent rebound hammer in real time, a 2.4-inch touchscreen display was selected as the user interface (TJC3224T124_011R, Taojingchi, Shenzhen, China); it works under 5 V and communicates with MCU through a serial port. The measured rebound value, recognized location information, communication signal strength and sending status are displayed on the display screen. If any errors in phonetic transcription are found, the operator can modify the speech text by the screen keyboard and send the revised text to the external MCU through serial port interrupt, as shown in Figure 3.

2.2. Structure Design

In view of the ranging characteristics of the TOF050H module, the white reflector board is fixed on the slider, which can slide along the sliding rail. The nominal kinetic energy of the hammer is 2.207 J, and the measuring strength range of 10~60 MPa is related to the rebound displacement range of 20~60 mm. In view of the location and field angle of the ranging sensor, the width of the reflector board is set to 17 mm, which ensures the ranging sensor can cover the full field. The touchscreen is fixed on the top of the circuit box, and a 5.0 V rechargeable polymer lithium battery, which provides a power source for the rebound hammer, is fixed inside the circuit box. The schematic view of the intelligent rebound hammer is shown in Figure 4.

2.3. MCU Program Design

In order to distinguish the rebound value and phonetic transcription data from different intelligent rebound hammers, an 8-bit array is set to store the rebound value in which the front two bits are the data category, the middle four bits are the equipment number, and the last two bits are the rebound value. For example, if rebound hammer #1 is used to measure the concrete strength and the rebound value is 40 mm, the uploaded array will be “00000140”. Furthermore, another 12-bit array is set to store the phonetic transcription data in which the front two bits are the data category, the middle four bits are the equipment number, and the last six bits are the phonetic transcription.
When the system is turned on, the system starts initializing, the BC26 module connects to the network. After network attaching, when the BC26 module closes the previous TCP connection and creates a new TCP connection, the system enters the main loop, which includes phonetic transcription, range-finding and data remote transmission. If the voice recognition button is held down, the system enters the process of voice recognition until the release of the button. The MCU sorts and integrates all recognized entries according to the time series, and the final result of phonetic transcription is sent to the cloud server as a 12-bit array. The MCU sends the rebound value and phonetic transcription to the server by calling the AT instruction and checks the returned value to judge the sending status. The program flow chart is shown in Figure 5.

2.4. Web Program Design

After establishing the connection with the server, the rebound hammer sends the collected data to a specified port. The server listens to the port via Python scripts, then analyzes, classifies and stores the received data into the Mysql database. The received 12-bit array will be translated into a text of location information according to the hash table, whereas the received 8-bit array of rebound values will be bound to the location according to the category and equipment number.
The front end of the cloud information management platform is developed by Vue.js, and the back end is developed by Python language. In view of the development cycle and extensibility, the web server is built with a Flask framework and interacts with the database via a PyMySQL module [20]. If the web server receives any requests from the front-end interface, it will render the response results to the browser. The workflow chart is shown in Figure 6.
As shown in Figure 7, on the webpage of the cloud information management platform, the manager can check the received test data, modify related parameters and export them to a text or excel file. After the parameter modification, such as the modification of impact angles, pouring surface and carbonization depth, the back end of the platform will modify the rebound value according to the technical regulations and convert the rebound value to the strength of the concrete automatically according to “Conversion Table of Compressive Strength of Concrete for Test Area”.

3. Experimental Results

In order to check the performance of our home-made intelligent rebound hammer system, we chose one state grid substation construction in Nanjing to test the concrete strength. As shown in Figure 8, we chose four test areas on one load-bearing wall arbitrarily and divided them into 4 × 4 small grids, respectively. According to the JGJ/T 23-2011, before the test, the calibrated steel anvil of 60 ± 2 Rockwell hardness was used to calibrate the two rebound hammers, and the calibration results were within 80 ± 2. With the home-made intelligent rebound hammer, we tested the concrete strength for each small grid. The platform receives 16 rebound values for each test area, deletes 3 maxima and 3 minima, and finally calculates an average rebound value for each test area. In order to compare the performance, we chose another four close test areas in the same load-bearing wall and one commercial digital rebound hammer (YD225P, Daolong Technology Co., Ltd., Shenzhen, China). The test value of YD225P is deemed as the standard value, and the impact angle is set to 0. The test results of four test areas are shown in Table 1.
From Table 1, the relative error between two rebound hammer test results for four test areas is 0%, 0.70%, 0%, and 1.50%, respectively, which proves the good performance of our home-made intelligent rebound hammer system. After hundreds of tests and comparative analyses on different concrete structures in several engineering sites, we have confirmed the working performance and stability of our intelligent rebound hammer system. Most importantly, it can send the data of rebound value and location information to a remote cloud information management system without traditional multi-person collaboration, which avoids the risks of artificial modification or data transfer errors.

4. Conclusions

We have presented one novel intelligent rebound hammer based on IoT and speech recognition technology, which use a TOF050H laser ranging sensor to measure the hammer displacement and a LD3320 voice recognition module to record the location information. All the test data will be sent to a remote cloud information management system by the IoT module in real time, which can solve the problems of multi-person collaboration and burdensome data transfer and consequently avoid the risks of artificial modification and data transfer errors.

Author Contributions

Conceptualization, Z.P.; methodology, Q.W., Y.W. and Z.G.; software, Q.W. and Z.G.; formal analysis, Z.P. and Q.W.; investigation, Q.W., Y.W. and Z.G.; data curation, Q.W. and Y.W.; writing—original draft preparation, Q.W.; writing—review and editing, Z.P. and Q.W.; visualization, Z.P. and Q.W.; supervision, Z.P. All authors have read and agreed to the published version of the manuscript.

Funding

The research is supported by the project of National Natural Science Foundation of China under Grant No. 11604158, and Science and Technology Project of State Grid Jiangsu Electric Power Engineering Consulting Co., Ltd.

Data Availability Statement

The authors are unable or have chosen not to specify which data have been used.

Conflicts of Interest

The authors declare that they have no known competing financial interests or personal relationships that could have appeared to influence the work reported in this paper.

References

  1. McCann, D.M.; Forde, M.C. Review of NDT Methods in the Assessment of Concrete and Masonry Structures. NDT E Int. 2001, 34, 71–84. [Google Scholar] [CrossRef]
  2. Agunwamba, J.; Adagba, T. A Comparative Analysis of the Rebound Hammer and Ultrasonic Pulse Velocity in Testing Concrete. Niger. J. Technol. 2012, 31, 31–39. [Google Scholar]
  3. Kumavat, H.R.; Chandak, N.; Jadhav, D. Experimental Investigation on Relationships between Rebound Index and Compressive Strength of Cement Concrete Specimen Influenced by Physical Factors. In Proceedings of the 2020 Advances in Science and Engineering Technology International Conferences, ASET, Dubai, United Arab Emirates, 4–6 February 2020; pp. 1–5. [Google Scholar] [CrossRef]
  4. Yuasa, N. Topic for Concrete Strength Presumption Using Rebound Hammer —Comparison between Rebound Numbers Using Various Hammers and Proposal of Requesting Method for Relationship between Rebound Numbers and Compressive Strength & mdash. Concr. J. 2010, 48, 23–30. [Google Scholar] [CrossRef] [Green Version]
  5. Kumar, A.; Rattan, J.S.; Kapoor, N.R.; Kumar, A.; Kumar, R. Structural Health Monitoring of Existing Reinforced Cement Concrete Buildings and Bridge Using Nondestructive Evaluation with Repair Methodology. Adv. Technol. Build. Constr. Struct. Anal. 2021, 87. [Google Scholar] [CrossRef]
  6. Breysse, D.; Martínez-Fernández, J.L. Assessing Concrete Strength with Rebound Hammer: Review of Key Issues and Ideas for More Reliable Conclusions. Mater. Struct. 2014, 47, 1589–1604. [Google Scholar] [CrossRef]
  7. Hu, S.; Yang, K.; Liu, Q. Portable Intelligent Rebound Hammer System. J. Hefei Univ. Technol. 2006, 29, 1273–1277. [Google Scholar] [CrossRef]
  8. Chen, Y. Intelligent Rebound Hammer System Based on PSD and Zigbee. Master’s Thesis, Hefei University of Technology, Hefei, China, 2007. [Google Scholar]
  9. Bassoli, M.; Bianchi, V.; De Munari, I.; Ciampolini, P. An IoT Approach for an AAL Wi-Fi-Based Monitoring System. IEEE Trans. Instrum. Meas. 2017, 66, 3200–3209. [Google Scholar] [CrossRef]
  10. Ali, S.; Glass, T.; Parr, B.; Potgieter, J.; Alam, F. Low Cost Sensor With IoT LoRaWAN Connectivity and Machine Learning-Based Calibration for Air Pollution Monitoring. IEEE Trans. Instrum. Meas. 2021, 70, 1–11. [Google Scholar] [CrossRef]
  11. Ferrari, P.; Sisinni, E.; Bellagente, P.; Carvalho, D.F.; Depari, A.; Flammini, A.; Pasetti, M.; Rinaldi, S.; Silva, I. On the Use of LoRaWAN and Cloud Platforms for Diversification of Mobility-as-a-Service Infrastructure in Smart City Scenarios. IEEE Trans. Instrum. Meas. 2022, 71, 1–9. [Google Scholar] [CrossRef]
  12. Gutiérrez, J.; Villa-Medina, J.F.; Nieto-Garibay, A.; Porta-Gándara, M.Á. Automated Irrigation System Using a Wireless Sensor Network and GPRS Module. IEEE Trans. Instrum. Meas. 2014, 63, 166–176. [Google Scholar] [CrossRef]
  13. Zhang, H.; Li, J.; Wen, B.; Xun, Y.; Liu, J. Connecting Intelligent Things in Smart Hospitals Using NB-IoT. IEEE Internet Things J. 2018, 5, 1550–1560. [Google Scholar] [CrossRef]
  14. Reverter, F. Toward Non-CPU Activity in Low-Power MCU-Based Measurement Systems. IEEE Trans. Instrum. Meas. 2020, 69, 15–17. [Google Scholar] [CrossRef]
  15. Lin, J.-T.; Newquist, C.A.; Harnett, C.K. Multitouch Pressure Sensing With Soft Optical Time-of-Flight Sensors. IEEE Trans. Instrum. Meas. 2022, 71, 1–8. [Google Scholar] [CrossRef]
  16. JGJ/T 23-2011; Ministry of Housing and UrbanRural Development of the People’s Republic of China Technical Specification for Inspecting of Concrete Compressive Strength by Rebound Method. Ministry of Housing and UrbanRural Development of the People’s Republic of China: Beijing, China, 2011.
  17. Price, M.; Glass, J.; Chandrakasan, A.P. A Low-Power Speech Recognizer and Voice Activity Detector Using Deep Neural Networks. IEEE J. Solid-State Circuits 2018, 53, 66–75. [Google Scholar] [CrossRef]
  18. Popli, S.; Jha, R.K.; Jain, S. A Survey on Energy Efficient Narrowband Internet of Things (NBIoT): Architecture, Application and Challenges. IEEE Access 2019, 7, 16739–16776. [Google Scholar] [CrossRef]
  19. Gomez, C.; Arcia-Moret, A.; Crowcroft, J. TCP in the Internet of Things: From Ostracism to Prominence. IEEE Internet Comput. 2018, 22, 29–41. [Google Scholar] [CrossRef]
  20. Trianti, C.A.; Kristianto, B. Hendry Integration of Flask and Python on The Face Recognition Based Attendance System. In Proceedings of the 2021 2nd International Conference on Innovative and Creative Information Technology (ICITech), Salatiga, Indonesia, 23–25 September 2021; pp. 164–168. [Google Scholar] [CrossRef]
Figure 1. The schematic diagram of system structure.
Figure 1. The schematic diagram of system structure.
Micromachines 14 00148 g001
Figure 2. The schematic diagram of phonetic transcription unit.
Figure 2. The schematic diagram of phonetic transcription unit.
Micromachines 14 00148 g002
Figure 3. (a) The user interface screen of intelligent rebound hammer. (b) The screen of user interface during modification of the recognized speech text.
Figure 3. (a) The user interface screen of intelligent rebound hammer. (b) The screen of user interface during modification of the recognized speech text.
Micromachines 14 00148 g003
Figure 4. The schematic view of intelligent rebound hammer.
Figure 4. The schematic view of intelligent rebound hammer.
Micromachines 14 00148 g004
Figure 5. The program flow chart of the MCU.
Figure 5. The program flow chart of the MCU.
Micromachines 14 00148 g005
Figure 6. The workflow chart of the cloud information management platform.
Figure 6. The workflow chart of the cloud information management platform.
Micromachines 14 00148 g006
Figure 7. The webpage of the cloud information management platform.
Figure 7. The webpage of the cloud information management platform.
Micromachines 14 00148 g007
Figure 8. The schematic view of the measuring points for four test areas.
Figure 8. The schematic view of the measuring points for four test areas.
Micromachines 14 00148 g008
Table 1. Test Results of Four Test Areas.
Table 1. Test Results of Four Test Areas.
Table 225.YD225CHome-MadeRelative Error
Test ValueMean ValueTest ValueMean Value
14039382538.73939383638.70%
3823534138393939
3839533439393940
3939393837373839
22439394039.44139394039.70.70%
4040403940392440
3939423840395454
3940403940264235
33939383737.73725403837.70%
3635373637362938
3837413937393540
4038233837403841
42738263939.14038393938.51.50%
2639394038383839
4139384037403337
4446423839393938
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Pang, Z.; Wang, Q.; Wang, Y.; Gong, Z. A Novel Intelligent Rebound Hammer System Based on Internet of Things. Micromachines 2023, 14, 148. https://doi.org/10.3390/mi14010148

AMA Style

Pang Z, Wang Q, Wang Y, Gong Z. A Novel Intelligent Rebound Hammer System Based on Internet of Things. Micromachines. 2023; 14(1):148. https://doi.org/10.3390/mi14010148

Chicago/Turabian Style

Pang, Zongqiang, Qing Wang, Yong Wang, and Zhiyin Gong. 2023. "A Novel Intelligent Rebound Hammer System Based on Internet of Things" Micromachines 14, no. 1: 148. https://doi.org/10.3390/mi14010148

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