ammonia gas sensor

ammonia gas sensor

ammonia gas sensor

Product catalog summary
Introduction
The M1002 ammonia gas sensor module is designed to detect NH3 gas in the air using a MEMS micro gas sensor. It offers high sensitivity and stability, with features such as aging, commissioning, and calibration for consistent long-term performance.

Main Features
The module boasts high sensitivity and resolution, low power consumption, long life, and multiple output modes including UART, analog voltage signal, and PWM waveform. It is noted for its high stability and excellent linear output.

Technical Parameters
  • Sensor Model: M1002
  • Detected Gas: NH3
  • Interference Gas: H2S, Ethanol, etc.
  • Detection Range: 0 ~ 300 ppm
  • Resolution: 2 ppm
  • Output Data: UART output (3 V level)
  • Working Voltage: 3.3 V
  • Working Current: ≤ 20 mA
  • Preheating Time: 3-5 min
  • Response Time: ≤60 s
  • Recovery Time: ≤120 s
  • Operating Temperature: -10-55 ℃
  • Operating Humidity: 15%-90% RH
  • Storage Temperature: -10-55 ℃
  • Dimension: 20×25×5mm
  • Expected Lifetime: ≥ 5 Years


Size and Pin Definition
The module includes various pins for PWM, UART, LED indicators, and power supply, with specific functions assigned to each pin.

UART Communication Settings
  • Baud Rate: 9600
  • Data Bit: 8bit
  • Stop Bit: 1bit
  • Check Bit: None
  • Flow Control: None
Data is sent every 3 seconds in a fixed 24-byte format, with specific bytes allocated for temperature, voltage, gas type, concentration, and a cumulative check code.

Precautions
  • Avoid exposure to volatile silicon compounds, highly corrosive environments, water contact, and icing.
  • Minimize condensation, high-concentration gas exposure, and long-term storage without power.
  • Store in a sealed bag free of volatile silicon compounds and allow for recommended aging time based on storage duration.
  • Avoid long-term exposure to extreme environments.
See more

Catalog excerpts

ammonia gas sensor-1

MEMS Ammonia Sensor Module Introduction The M1002 ammonia gas sensor module is an ammonia gas module developed using a MEMS micro gas sensor that can be used to detect the NH3 gas content in the air. The module has a high sensitivity to NH3 gas. The module is aging, commissioned, calibrated, and calibrated for good consistency and long-term stability. Main Feature High sensitivity, high resolution, low power consumption, long life, multiple output modes such as UART, analog voltage signal, PWM waveform, high stability, excellent linear output.

 Open the catalog to page 1
ammonia gas sensor-3

The data length reported by the serial port of the module is fixed at 24 bytes, and the current valid bits are: frame header (0xAA) + temperature (4 bytes) + voltage 1 + voltage 2 + voltage 3 (all voltages are 4 bytes) + gas Type (1 byte) + Concentration (4 bytes) + Alarm/Level (1 byte) + The 24th byte is fixed as cumulative check code Temperature, voltage, concentration and other 4 bytes of data are in hexadecimal When parsed into decimal, the high-order is in the back, the low-order is in the front, and then divided by 1000 to get the decimal floating-point number.

 Open the catalog to page 3
ammonia gas sensor-4

Gas concentration 8F 02 00 00 -->02 8F --> 655 -->0.655 Alarm level 00 Inspection code (cumulative) 72 The analysis procedure of the cumulative check code is as follows: uint8_t Checksum(uint8_t *p,uint8_t len) { uint8_:i; uint32_t sum = 0; for(i = G;i < len;i++) { sum -= p[i]; } sum = sum & (OxFF); return sum; } Serial port command: The module can send commands through the serial port to achieve some functions, as follows: (1) AA 00 FA switches the module to question and answer mode or active upload, the module initializes the default active upload mode, through this command can be in two modes...

 Open the catalog to page 4
ammonia gas sensor-5

Precautions 1. Conditions that must be avoided 1.1 Exposure to volatile silicon compound vapor The module should avoid exposure to silicon adhesives, hair spray, silicone rubber, putty or other places where volatile silicon compounds are present. Otherwise, the sensitivity of the module will be reduced or will not respond. 1.2 Highly corrosive environment Exposure of the module to high concentrations of corrosive gases (such as H2S, SOX, Cl2, HCl, etc.) will cause corrosion or destruction of the sensor heating materials and sensor leads in the module, and will cause sensitivity The irreversible...

 Open the catalog to page 5
*Prices are pre-tax. They exclude delivery charges and customs duties and do not include additional charges for installation or activation options. Prices are indicative only and may vary by country, with changes to the cost of raw materials and exchange rates.