Introduction
At present, with the continuous development of mining technology, the safety of underground operations is increasingly guaranteed, but there are still many mining enterprises with low mechanization levels, which pose a potential threat to the life safety of on-site mining workers. In particular, there are still hidden dangers in the detection and alarm of gas. There are still many major accidents caused by gas leakage every year. Gas is a gas formed in the coal-forming process and stored in large quantities in the coal seam. It is the most harmful gas in coal mines. Gas is a colorless and odorless gas, the main component of which is methane (CH4), with a density of 0.716kg/m3. The harm to the human body is that it can cause suffocation and death if it exceeds the time limit. During underground mining, a certain amount of CH4, CO and SO2 gases often leak in the well. The latter has a small content and is easily soluble in water. After being treated by water spraying during coal mining, it becomes acid. However, the first two gases have a large content and are almost insoluble in water, and are flammable and explosive gases.
Due to the danger of gas itself and the huge harm it causes to people's production and life, the detection and alarm of gas is a necessary task. Gas alarm refers to the use of gas sensor technology to compare the detected gas concentration with the standard value. When it is higher than a certain concentration value, a corresponding sound and light alarm is issued to remind the personnel who are working to take corresponding measures, organize personnel to evacuate or ventilate the mine to avoid unsafe accidents, which plays a very important role in the safety of the current mining industry. The author has designed a low-cost combustible gas alarm design that can monitor the concentration of gas in the mine, display the measurement results, make judgments on the current environmental status, and issue alarm information.
System Function Design
System Design
The gas alarm designed in this design consists of six parts: sensor, LCD display, sound and light alarm, control circuit, A/D conversion and power module. The gas sensor used in the sensor part can sense a certain gas in the environment and convert information related to the type and concentration of the gas into an electrical signal. This electrical signal is a continuously changing analog signal that needs to be converted into a discrete digital signal through A/D conversion. The control circuit is based on a single-chip microcomputer, which can process and judge the collected digital signals, use a certain algorithm to calculate the composition and concentration of the gas to be detected, and send it to the LCD display for display. When the concentration of the detected gas exceeds the set alarm threshold, an audible and visual alarm is given. This system can store the detected data and the set threshold parameters and has its own power supply. The system block diagram is shown in Figure 1.
Figure 1 Overall functional block diagram
According to the portable requirements of the use environment for product design, the core component of the control circuit uses the AT89LV51 low-voltage microcontroller, and the sensor uses the MQ5 gas sensor. In order to reduce the occupation of the microcontroller port and further expand other functions, the A/D conversion part uses TI's TLC1543, and the LCD display uses dm12232f. The A/D conversion and LCD are connected to the microcontroller in serial mode. The sound and light alarm circuit uses a buzzer and a light-emitting diode for alarm. This design can meet the application of different occasions. The test results are stable and reliable. The 10-bit TLC1543 A/D conversion chip can meet the accuracy requirements of the system measurement. The system circuit is shown in Figure 2.
Figure 2 System circuit diagram
The system uses AT89LV51 microcontroller as the core of the control part. AT89LV51 is a low-voltage, high-performance CMOS 8-bit microcontroller produced by ATMEL. It contains 4K bytes of repeatedly erasable read-only program memory (PEROM) and 128 bytes of random access memory (RAM), which is compatible with the standard MCS-51 instruction system. It has a built-in general 8-bit central processing unit (CPU) and Flash storage unit. AT89LV51 can work under a power supply voltage of 2.7~6.0V. The core device TLC1543 of the A/D conversion part has three control input terminals CS, I/O CLOCK, ADDRESS and a data output terminal DATA OUT that follows the serial peripheral interface SPI protocol. The 51 series microcontroller does not have a built-in SPI interface, but the SPI protocol can be simulated by software. In terms of hardware, the five ports of TLC1543, CS, I/O CLOCK, ADDRESS, DATA OUT, and EOC, are connected to the five I/O ports of AT89LV51. The alarm module uses a buzzer as a sound alarm device to remind users that the current gas concentration has exceeded the warning line and they should stop working immediately and take appropriate measures to avoid danger. It can be used in conjunction with the LCD display to effectively remind the staff of the working environment around them and help them improve their safety awareness. In the circuit of the alarm module, when the level of the P0.7 port is low, the transistor is cut off; when the level of the P0.7 port is high, the transistor is turned on and the buzzer produces an alarm sound. [page]
Introduction
At present, with the continuous development of mining technology, the safety of underground operations is increasingly guaranteed, but there are still many mining enterprises with low mechanization levels, which pose a potential threat to the life safety of on-site mining workers. In particular, there are still hidden dangers in the detection and alarm of gas. There are still many major accidents caused by gas leakage every year. Gas is a gas formed in the coal-forming process and stored in large quantities in the coal seam. It is the most harmful gas in coal mines. Gas is a colorless and odorless gas, the main component of which is methane (CH4), with a density of 0.716kg/m3. The harm to the human body is that it can cause suffocation and death if it exceeds the time limit. During underground mining, a certain amount of CH4, CO and SO2 gases often leak in the well. The latter has a small content and is easily soluble in water. After being treated by water spraying during coal mining, it becomes acid. However, the first two gases have a large content and are almost insoluble in water, and are flammable and explosive gases.
Due to the danger of gas itself and the huge harm it causes to people's production and life, the detection and alarm of gas is a necessary task. Gas alarm refers to the use of gas sensor technology to compare the detected gas concentration with the standard value. When it is higher than a certain concentration value, a corresponding sound and light alarm is issued to remind the personnel who are working to take corresponding measures, organize personnel to evacuate or ventilate the mine to avoid unsafe accidents, which plays a very important role in the safety of the current mining industry. The author has designed a low-cost combustible gas alarm design that can monitor the concentration of gas in the mine, display the measurement results, make judgments on the current environmental status, and issue alarm information.
System Function Design
System Design
The gas alarm designed in this design consists of six parts: sensor, LCD display, sound and light alarm, control circuit, A/D conversion and power module. The gas sensor used in the sensor part can sense a certain gas in the environment and convert information related to the type and concentration of the gas into an electrical signal. This electrical signal is a continuously changing analog signal that needs to be converted into a discrete digital signal through A/D conversion. The control circuit is based on a single-chip microcomputer, which can process and judge the collected digital signals, use a certain algorithm to calculate the composition and concentration of the gas to be detected, and send it to the LCD display for display. When the concentration of the detected gas exceeds the set alarm threshold, an audible and visual alarm is given. This system can store the detected data and the set threshold parameters and has its own power supply. The system block diagram is shown in Figure 1.
Figure 1 Overall functional block diagram
According to the portable requirements of the use environment for product design, the core component of the control circuit uses the AT89LV51 low-voltage microcontroller, and the sensor uses the MQ5 gas sensor. In order to reduce the occupation of the microcontroller port and further expand other functions, the A/D conversion part uses TI's TLC1543, and the LCD display uses dm12232f. The A/D conversion and LCD are connected to the microcontroller in serial mode. The sound and light alarm circuit uses a buzzer and a light-emitting diode for alarm. This design can meet the application of different occasions. The test results are stable and reliable. The 10-bit TLC1543 A/D conversion chip can meet the accuracy requirements of the system measurement. The system circuit is shown in Figure 2.
Figure 2 System circuit diagram
The system uses AT89LV51 microcontroller as the core of the control part. AT89LV51 is a low-voltage, high-performance CMOS 8-bit microcontroller produced by ATMEL. It contains 4K bytes of repeatedly erasable read-only program memory (PEROM) and 128 bytes of random access memory (RAM), which is compatible with the standard MCS-51 instruction system. It has a built-in general 8-bit central processing unit (CPU) and Flash storage unit. AT89LV51 can work under a power supply voltage of 2.7~6.0V. The core device TLC1543 of the A/D conversion part has three control input terminals CS, I/O CLOCK, ADDRESS and a data output terminal DATA OUT that follows the serial peripheral interface SPI protocol. The 51 series microcontroller does not have a built-in SPI interface, but the SPI protocol can be simulated by software. In terms of hardware, the five ports of TLC1543, CS, I/O CLOCK, ADDRESS, DATA OUT, and EOC, are connected to the five I/O ports of AT89LV51. The alarm module uses a buzzer as a sound alarm device to remind users that the current gas concentration has exceeded the warning line and they should stop working immediately and take appropriate measures to avoid danger. It can effectively remind the staff of the working environment around them and help them improve their safety awareness in the alarm module circuit. When the level of the P0.7 port is low, the transistor is cut off; when the level of the P0.7 port is high, the transistor is turned on and the buzzer generates an alarm sound.
Previous article:Design of CAN and RS-232 Converter Based on Single Chip Microcomputer
Next article:Small resistance tester based on 51 single chip microcomputer
- Popular Resources
- Popular amplifiers
Professor at Beihang University, dedicated to promoting microcontrollers and embedded systems for over 20 years.
- 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
- [15th Anniversary] Let's DIY an electronic toolbox together, I want the tool software - DFlash (tentative)
- When adding LIB library in PROTEL99 under WIN10, it prompts FILE IS NOT RECOGNIZED. Is it only possible to modify AdvSch?
- TI MSP430F55xx ultra-low-power MCUs enable smarter connectivity
- 30. "Wanli" Raspberry Pi car - Phase 1 completed demonstration (introduction from scratch)
- Design of small signal precision rectifier circuit
- C6678 power-on timing analysis
- EEWORLD University ---- Computer Architecture (Huazhong University of Science and Technology)
- Embedded C language self-cultivation: from chips, compilers to operating systems
- Innovative application of capacitive touch buttons in the elevator industry
- The role of inductance