1
- # MicroPython Sensirion SCD30 CO2 Sensor Module I2C driver
1
+ # Sensirion SCD30 CO² Sensor I2C driver for MicroPython
2
2
3
- Sensirion SCD30 is a CO2 , Humidity and Temperature sensor on a module. This is
3
+ Sensirion SCD30 is a CO² , Humidity and Temperature sensor on a module. This is
4
4
a I2C driver written in Python 3 for MicroPython.
5
5
6
6
## Getting Started
7
7
8
8
### Prerequisites
9
9
10
- * Sensirion SCD30 Sensor
10
+ * Sensirion SCD30 Sensor Module
11
11
* MicroPython board with I2C interface
12
12
13
13
### Wiring
@@ -41,15 +41,15 @@ while True:
41
41
scd30.read_measurement()
42
42
```
43
43
44
- Note that the CO2 sensor needs some time to stabilize. Therefor the sensor
44
+ Note that the CO² sensor needs some time to stabilize. Therefor the sensor
45
45
should be kept powered to achieve a reasonable measurement interval (e.g. <5
46
46
minutes). To save power the sensors measurement inverval can be tweaked. See
47
47
also the [ Low Power Mode for SCD30] ( https://docs-emea.rs-online.com/webdocs/16c9/0900766b816c9dc7.pdf )
48
48
application note.
49
49
50
50
### Calibration
51
51
52
- The CO2 sensor has two modes of calibration: FRC (Forced Recalibration) or ASC
52
+ The CO² sensor has two modes of calibration: FRC (Forced Recalibration) or ASC
53
53
(Automatic Self-Calibration). This only describes the former.
54
54
55
55
Essentially the sensor is already calibrated at factory. However, when setting a
@@ -68,8 +68,7 @@ the old offset into account!
68
68
## Built With
69
69
70
70
* [ MicroPython] ( http://micropython.org/ )
71
- * [ SCD30] ( https://www.sensirion.com/en/environmental-sensors/carbon-dioxide-sensors-co2/ )
72
- - SCD30 Sensor Module (available from various suppliers)
71
+ * [ SCD30 Sensor Module] ( https://www.sensirion.com/en/environmental-sensors/carbon-dioxide-sensors-co2/ )
73
72
74
73
## License
75
74
0 commit comments