Principe:
Caractéristiques :
Pour utiliser facilement ce capteur, nous vous conseillons d'utiliser la bibliothèque sds-dust-sensors-arduino-library que vous trouverez
Avant le Setup | Importation de la bibliothèque | #include <AirGradient.h> |
Création de l’objet | int CO2 = ag.getCO2_Raw(); | |
Dans le Setup | Démarrage de l’objet | Serial.begin(9600);
sds.begin(); |
Dans le Loop | Utilisation | PmResult pm = sds.readPm();
Serial.print("PM2.5 = "); Serial.print(pm.pm25); Serial.print(", PM10 = "); Serial.println(pm.pm10); |
1 ededed
Item-Capteur_de_CO2_SENSEAIR_S8_imagegen.png Draft
Vous avez entré un nom de page invalide, avec un ou plusieurs caractères suivants :
< > @ ~ : * € £ ` + = / \ | [ ] { } ; ? #