Skip to content

Commit 091fedd

Browse files
committed
update SPS30 links
1 parent 131c42d commit 091fedd

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

docs/sensors/Sensirion.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88

99
=== "datasheet"
1010

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] |
1414

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
1717

1818
[SPS30]: #sps30
1919
[5 pin]: #connector
@@ -43,9 +43,9 @@ Serial protocol is UART 115200 8N1 5V TTL :material-alert: 3.3V compatible.
4343
However, new measurements are not streamed. Each measurement has to be requested.
4444
This behavior is consistent with `passive_mode`/single-shot operation in other sensors.
4545

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]),
4747
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]),
4949
which are not implemented. As `deep-sleep` disable the UART interface and `wake-up` is a 2 stage procedure.
5050

5151
| Command | Description | `message` |

0 commit comments

Comments
 (0)