Skip to content

Commit ddcb8a6

Browse files
authored
Merge pull request #1521 from jeroenst/patch-14
Update SCD4x.md
2 parents 9f3d99c + b24b29a commit ddcb8a6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/SCD4x.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,14 +63,15 @@ and in MQTT topic (according to TelePeriod):
6363
- Return data: -1 in case of error, "value" otherwise
6464
- Exec(ms): time in ms needed for execution
6565
- DPM: may be executed during periodic measurements
66+
- Use SCD40Stop before changing settings. Use SCD40Pers and SCD40strt after changing settings.
6667

6768
| Command | Returns | Exec(ms) | DPM | Function |
6869
|---|---|---|---|---|
6970
| SCD40Alt | data | 1 | no | Get Sensor Altitude (in m)
7071
| SCD40Alt x | errorvalue | 1 | no | Set Sensor Altitude in range 0-3000 (in m)
7172
| SCD40Auto | data | 1 | no | Get CalibrationEnabled status (bool)
7273
| SCD40Auto x | errorvalue | 1 | no | Set CalibrationEnabled status (bool)
73-
| SCD40Toff | data | 1 | no | Set Temperature offset (centigrades)
74+
| SCD40Toff | data | 1 | no | Set Temperature offset (centigrades) (higher value is lower reading, no negative value)
7475
| SCD40Toff x | errorvalue | 1 | no | Set Temperature offset (centigrades) (some rounding may occur)
7576
| SCD40Pres x | errorvalue | 1 | yes | Set Ambient Pressure in range 700-1200(mbar) (overrides Sensor Altitude setting)
7677
| SCD40Cal x | errorvalue | 400 | no | Perform forced recalibration (ppm CO2)

0 commit comments

Comments
 (0)