Skip to content

Commit 8fd7ed2

Browse files
committed
improve README.md
1 parent 7207fa3 commit 8fd7ed2

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

README.md

+6-7
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
# MicroPython Sensirion SCD30 CO2 Sensor Module I2C driver
1+
# Sensirion SCD30 CO² Sensor I2C driver for MicroPython
22

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
44
a I2C driver written in Python 3 for MicroPython.
55

66
## Getting Started
77

88
### Prerequisites
99

10-
* Sensirion SCD30 Sensor
10+
* Sensirion SCD30 Sensor Module
1111
* MicroPython board with I2C interface
1212

1313
### Wiring
@@ -41,15 +41,15 @@ while True:
4141
scd30.read_measurement()
4242
```
4343

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
4545
should be kept powered to achieve a reasonable measurement interval (e.g. <5
4646
minutes). To save power the sensors measurement inverval can be tweaked. See
4747
also the [Low Power Mode for SCD30](https://docs-emea.rs-online.com/webdocs/16c9/0900766b816c9dc7.pdf)
4848
application note.
4949

5050
### Calibration
5151

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
5353
(Automatic Self-Calibration). This only describes the former.
5454

5555
Essentially the sensor is already calibrated at factory. However, when setting a
@@ -68,8 +68,7 @@ the old offset into account!
6868
## Built With
6969

7070
* [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/)
7372

7473
## License
7574

0 commit comments

Comments
 (0)