1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/drivers/sps30
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

Test Application for the Sensirion SPS30 Particulate Matter Sensor

About

This is a simple test application for the SPS30 driver.

Expected result

If everything is working as expected the following message should be printed at the end sps30 test: [SUCCESS].

Details

The test application will execute every function supported by the sps30 driver and check if it returns successfully. Some steps in the test execution take a few seconds, but the overall test should finish within one minute. Shortly after the start you should hear the fan of the sensor spinning up for a manual fan cleaning cycle. After that, proper operation of the auto-clean update is verified and 10 measurements are printed to the console.