O Introduction
The coal mine integrated monitoring system based on wireless sensor network consists of underground sensor nodes, router nodes, coordinators and surface monitoring computers, data centers, and network servers. Sensor nodes can be fixed underground or worn by personnel. The system collects environmental information such as methane, hydrogen sulfide, carbon monoxide, temperature, humidity, etc. underground by fixed nodes, and transmits environmental information data to the surface monitoring computer through the wireless sensor network composed of sensor nodes, router nodes and coordinators; at the same time, personnel positioning can be realized according to the location information of the nodes worn by personnel, and the identity and physical condition of the corresponding personnel at that time can be obtained through the nodes. This article mainly introduces the design of sensor nodes.
1 Sensor node functional requirements and overall structure
1.1 Functional requirements
The system does not have a dedicated routing node, so the sensor node not only collects sensor signals but also acts as a router. The sensor signals mainly include methane concentration, hydrogen sulfide concentration, oxygen concentration, temperature, humidity, wind speed, pressure and other signals; the personal information includes basic information such as height, weight, blood type, name, etc.
1.2 Overall structure
The circuit structure of the sensor node is shown in Figure 1. It mainly includes sensor conditioning circuit, A/D conversion circuit, alarm circuit, general control output circuit and power supply circuit.
2 Hardware Circuit Design
2.1 Processor and main components selection
The sensor node processor selected the JN5121 wireless module from Jennic, a British company. It is the industry's first low-power, low-cost wireless microcontroller compatible with IEEE 802.15.4. The module has a built-in 32-bit RISC processor, a 2.4 GHz band IEEE 802.15.4 standard RF transceiver, 64 KB ROM, and 96 KB RAM, providing a complete solution for wireless sensor network applications. At the same time, the highly integrated design simplifies the total system cost. The built-in ROM storage of JN5121 integrates the complete protocol stack of point-to-point communication and mesh network communication; the built-in RAM storage of JN5121 can support network routing and control functions without the need for external expansion of any storage space. The built-in hardware MAC address and highly secure AES encryption algorithm accelerator of JN5121 reduce the system's power consumption and processor load. JN5121 can be applied to various ZigBee wireless sensor network nodes running in the 2.4 GHz frequency band, including coordinators, routers, and terminal devices.
The A/D converter selected is ADI's AD7708, which is developed by ADI in the United States and has the advantages of low noise, high resolution, high reliability and good linearity. It is a configurable 10-channel 16-bit A/D converter device using ∑-△ conversion technology. Its flexible serial interface enables AD7718 to be easily connected to a microprocessor or shift register, and can use the SPI bus to communicate with the microprocessor. It can be widely used in industrial process control, measuring instruments, portable test instruments, intelligent transmitters, strain measurement and other fields.
2.2 Methane measurement circuit design
The methane concentration measurement uses a domestically produced catalytic element for coal mine methane detection. The catalytic element works based on the principle of catalytic combustion effect. The detection element and the compensation element are paired to form the two arms of the bridge. When encountering combustible gas, the resistance of the detection element increases, and the output voltage of the bridge changes. The voltage variable increases in direct proportion to the increase in gas concentration. The compensation element plays a reference and temperature and humidity compensation role. The measurement circuit is shown in Figure 2.
2.3 Carbon monoxide and hydrogen sulfide measurement circuit design
Domestic electrochemical gas sensors are used for the measurement of carbon monoxide and hydrogen sulfide concentrations. Electrochemical elements work according to the principle of electrochemistry. The electrochemical oxidation process of the gas to be measured on the working electrode in the electrolytic cell is used. The working electrode and the reference electrode of the electrolytic cell are kept constant at an appropriate potential through electronic circuits. At this potential, electrochemical oxidation of the gas to be measured can occur. Since the Faraday current generated by oxygen during oxidation and reduction reactions is very small and can be ignored, the current generated by the electrochemical reaction of the gas to be measured is proportional to its concentration and follows Faraday's law. In this way, the concentration of the gas to be measured can be determined by measuring the magnitude of the current. The measurement circuit is shown in Figure 3.
[page]
2.4 Selection of other main components
Motorola's air pressure sensor MPX5100 is used for negative pressure measurement, and the integrated digital temperature sensor DS18B20 is used for temperature measurement.
2.5 Power Supply Design
The node power supply is powered by batteries for fixed nodes, and directly from the mining lamp for wearable nodes. Since batteries are used for power supply, the conversion efficiency should be considered when designing the power supply. The power supply design of this system uses three components: CS51412, CS51411, and MAX660. Among them, CS51411 and CS51412 chips are new compensation regulator series products launched by ON Semiconductor. They have high precision, excellent switching frequency performance, and complete functions. They are dedicated to cellular base stations and wireless communication infrastructure. The input voltage range is between 4.5 and 40 V. The MAX660 chip is a power conversion chip launched by MAXIM, which can realize the conversion of +3 V to -3 V power supply. The 12 V to 5 V circuit is shown in Figure 4.
3 Node Software Design
3.1 Development of communication protocol
The design of the communication protocol should fully reduce the coupling between the two communicating parties, so that the increase or decrease of nodes does not affect the normal operation of the monitoring computer software (that is, the host computer software does not need to be modified due to changes in the number and type of sensors). At the same time, the host computer monitoring software can automatically parse the relevant information of the sensor nodes according to the protocol regulations through communication with the nodes. In combination with the characteristics of the system, a set of application layer communication protocols dedicated to the monitoring system has been developed. This protocol runs on ZigBee and is used to standardize the data exchange of the application layer.
The coal mine monitoring application system transmits data in the form of frames, and a frame is a transmission unit. The transmission frame is the data frame actually transmitted in the wireless network, and its structure is: leading + UU encoding packet. The leading byte, data range: 0x61 ~ 0xff, its meaning represents different operation commands in the wireless network. According to different operation commands, the data in the UU encoding packet in the node system can be divided into device description packet, environment data packet, control instruction packet, time synchronization packet, and response packet; followed by the UU encoding packet, all the data to be sent, that is, the actual data, is encoded in the UuEncode mode to obtain the UU encoding packet, of which the maximum is 80 bytes, and the data range of each byte is 0x20 ~ 0x5f printing characters. The frame header can be searched by comparing whether the characters in the received data are greater than 0x61. The hexadecimal data actually to be sent in the wireless network is called the actual frame here, and its structure is shown in Table 1. These data must first be encoded before being sent, and then filled into the UU encoding packet of the sending frame after encoding. Every 3 bytes in the actual frame are converted into 4 bytes in the UU encoded packet, so the maximum capacity of the actual frame is 60 B.
3.2 A/D acquisition program design
The A/D acquisition program consists of two parts: initialization configuration of AD7708 and AD interrupt data reading. The A/D initialization flow chart is shown in Figure 5.
3.3 Node main program design
The node main program mainly includes several parts: node initialization, sending device description packet to apply for joining the network, reading A/D data, and sending data packet. Its flow chart is shown in Figure 6.
4 Conclusion
The terminal sensor node of the integrated coal mine monitoring system based on ZigBee can monitor all kinds of information of underground coal mine production in real time, and can timely discover safety hazards and send them to the monitoring computer above the mine, so that protective measures can be taken in a timely and effective manner. The node is easy to place, has reliable data communication, and has the ability to automatically access the network; nodes can be added and removed at will, and networking is convenient; it solves many drawbacks such as the troublesome wiring of wired networks and the inflexible node placement. The design of this node provides a good solution for establishing an integrated coal mine safety monitoring system.
Previous article:Design of home monitoring system based on ZigBee and infrared
Next article:Highway video surveillance requirements and application difficulties
Recommended ReadingLatest update time:2024-11-16 20:45
- Popular Resources
- Popular amplifiers
- Wireless Sensor Network Technology and Applications (Edited by Mou Si, Yin Hong, and Su Xing)
- Detailed explanation and engineering practice of unmanned monitoring technology (Xie Jianbin, Li Peiqin, Yan Wei, Liu Tong, Lin Chenglong, Hong Quanyi, Zhou Hongfei, Cui Yibing)
- Introduction to Wireless Sensor Networks (Edited by Ma Sasa et al.)
- Introduction to the Internet of Things (Liu Yunhao)
- Mir T527 series core board, high-performance vehicle video surveillance, departmental standard all-in-one solution
- Akamai Expands Control Over Media Platforms with New Video Workflow Capabilities
- Tsinghua Unigroup launches the world's first open architecture security chip E450R, which has obtained the National Security Level 2 Certification
- Pickering exhibits a variety of modular signal switches and simulation solutions at the Defense Electronics Show
- Parker Hannifin Launches Service Master COMPACT Measuring Device for Field Monitoring and Diagnostics
- Connection and distance: A new trend in security cameras - Wi-Fi HaLow brings longer transmission distance and lower power consumption
- Smartway made a strong appearance at the 2023 CPSE Expo with a number of blockbuster products
- Dual-wheel drive, Intellifusion launches 12TOPS edge vision SoC
- Toyota receives Japanese administrative guidance due to information leakage case involving 2.41 million pieces of user data
- Innolux's intelligent steer-by-wire solution makes cars smarter and safer
- 8051 MCU - Parity Check
- How to efficiently balance the sensitivity of tactile sensing interfaces
- What should I do if the servo motor shakes? What causes the servo motor to shake quickly?
- 【Brushless Motor】Analysis of three-phase BLDC motor and sharing of two popular development boards
- Midea Industrial Technology's subsidiaries Clou Electronics and Hekang New Energy jointly appeared at the Munich Battery Energy Storage Exhibition and Solar Energy Exhibition
- Guoxin Sichen | Application of ferroelectric memory PB85RS2MC in power battery management, with a capacity of 2M
- Analysis of common faults of frequency converter
- In a head-on competition with Qualcomm, what kind of cockpit products has Intel come up with?
- Dalian Rongke's all-vanadium liquid flow battery energy storage equipment industrialization project has entered the sprint stage before production
- Allegro MicroSystems Introduces Advanced Magnetic and Inductive Position Sensing Solutions at Electronica 2024
- Car key in the left hand, liveness detection radar in the right hand, UWB is imperative for cars!
- After a decade of rapid development, domestic CIS has entered the market
- Aegis Dagger Battery + Thor EM-i Super Hybrid, Geely New Energy has thrown out two "king bombs"
- A brief discussion on functional safety - fault, error, and failure
- In the smart car 2.0 cycle, these core industry chains are facing major opportunities!
- The United States and Japan are developing new batteries. CATL faces challenges? How should China's new energy battery industry respond?
- Murata launches high-precision 6-axis inertial sensor for automobiles
- Ford patents pre-charge alarm to help save costs and respond to emergencies
- New real-time microcontroller system from Texas Instruments enables smarter processing in automotive and industrial applications
- RF FilterRF knowledge classics to understand
- 【NXP Rapid IoT Review】+Hello world!
- 5G miniaturized terminal and base station antenna technology
- DIY retro game console based on Raspberry Pi Zero
- Transistor static operating point
- The History of DSP and Why No One Mentions DSP Anymore
- RISC-V MCU IDE MRS (MounRiver Studio) development: Add standard math library reference
- A brief introduction to the timer A function of the 430 microcontroller
- [Social Recruitment] Capital Securities Recruitment [Semiconductor Researcher]
- [Lazy self-care fish tank control system] PRINTF output in RTT mode under Keil environment