|
8 | 8 |
|
9 | 9 | === "datasheet" |
10 | 10 |
|
11 | | - | Sensor | Datasheet | Dimensions | Connector | |
12 | | - | ------ | ----------- | ---------- | --------- | |
13 | | - | SPS30 | [en][sps30] | | [5 pin] | |
| 11 | + | Sensor | Datasheet | Dimensions | Connector | |
| 12 | + | ------ | --------------- | ------------ | --------- | |
| 13 | + | SPS30 | [en][datasheet] | 41x41x12 mm³ | [5 pin] | |
14 | 14 |
|
15 | | -[Sensirion]: https://www.sensirion.com/en/environmental-sensors/particulate-matter-sensors-pm25/ |
16 | | -[sps30]: https://www.sensirion.com/fileadmin/user_upload/customers/sensirion/Dokumente/9.6_Particulate_Matter/Datasheets/Sensirion_PM_Sensors_Datasheet_SPS30.pdf |
| 15 | +[Sensirion]: https://sensirion.com/products/catalog/particulate-matter-sensors/ |
| 16 | +[datasheet]: https://sensirion.com/media/documents/8600FF88/64A3B8D6/Sensirion_PM_Sensors_Datasheet_SPS30.pdf |
17 | 17 |
|
18 | 18 | [SPS30]: #sps30 |
19 | 19 | [5 pin]: #connector |
@@ -43,9 +43,9 @@ Serial protocol is UART 115200 8N1 5V TTL :material-alert: 3.3V compatible. |
43 | 43 | However, new measurements are not streamed. Each measurement has to be requested. |
44 | 44 | This behavior is consistent with `passive_mode`/single-shot operation in other sensors. |
45 | 45 |
|
46 | | - The `sleep`/`wake` commands listed here (stop measurement/start measurement on the [datasheet][sps30]), |
| 46 | + The `sleep`/`wake` commands listed here (stop measurement/start measurement on the [datasheet]), |
47 | 47 | behave consistently with the rest of the supported PM sensors. |
48 | | - There are also `deep-sleep`/`wake-up` commands (sleep/wake-up on the [datasheet][sps30]), |
| 48 | + There are also `deep-sleep`/`wake-up` commands (sleep/wake-up on the [datasheet]), |
49 | 49 | which are not implemented. As `deep-sleep` disable the UART interface and `wake-up` is a 2 stage procedure. |
50 | 50 |
|
51 | 51 | | Command | Description | `message` | |
|
0 commit comments