1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/driver_sps30
Gerson Fernando Budke 4a9f0efb6d boards: introduce atmega328p-xplained-mini
Add ATmega328P Xplained Mini board.  The board is an official
development kit from MCHP based on the Arduino UNO, reduced
hardware, with a xplainedmini debugger and CDC ACM serial
converter.

Signed-off-by: Gerson Fernando Budke <nandojve@gmail.com>
2021-03-27 14:10:19 -03:00
..
app.config.test tests/driver_s*: add Kconfig configuration files 2021-01-21 11:24:31 +01:00
main.c drivers/sps30: Add sleep mode 2020-08-25 16:20:18 +02:00
Makefile tests: add test application for Sensirion SPS30 sensor driver 2020-02-20 14:26:55 +01:00
Makefile.ci boards: introduce atmega328p-xplained-mini 2021-03-27 14:10:19 -03:00
README.md tests: add test application for Sensirion SPS30 sensor driver 2020-02-20 14:26:55 +01: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.