1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/drivers/mhz19
Hugues Larrive 3c465836f2 examples and tests: add atmega8 to relevent Makefile.ci
using dist/tools/insufficient_memory/add_insufficient_memory_board.sh
2023-07-11 21:22:02 +02:00
..
app.config.test tests/drivers: move all driver tests into own folder 2023-05-04 12:45:07 +02:00
main.c tests/drivers: move all driver tests into own folder 2023-05-04 12:45:07 +02:00
Makefile tests/drivers: move all driver tests into own folder 2023-05-04 12:45:07 +02:00
Makefile.ci examples and tests: add atmega8 to relevent Makefile.ci 2023-07-11 21:22:02 +02:00
README.md tests/drivers: move all driver tests into own folder 2023-05-04 12:45:07 +02:00

MH-Z19/MH-Z19B Driver Test

Introduction

This test will test if the MH-Z19 C02 gas sensor is working. The MH-Z19B seems to be newer design which also works with this driver.

Configuration

When testing the UART mode, set TEST_MODE to 1. To test the PWM mode, set TEST_MODE to 2. In UART mode, make sure that TEST_UART points to the interface to use. In PWM mode, make sure to define TEST_PWM.

Expected result

The sensor should continuously (every 1 sec) output the CO2 ppm level. When the sensor is disconnected, it should display a failure message every second.