Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ddland/mp_sps30
MicroPython driver for the SPS30 sensor
https://github.com/ddland/mp_sps30
Last synced: 5 days ago
JSON representation
MicroPython driver for the SPS30 sensor
- Host: GitHub
- URL: https://github.com/ddland/mp_sps30
- Owner: ddland
- License: mit
- Created: 2024-09-11T11:36:52.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-09-11T11:45:29.000Z (2 months ago)
- Last Synced: 2024-09-11T17:31:19.375Z (2 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mp_sps30
MicroPython driver for the SPS30 sensor## Wiring
The sensor works with 5V powersupply and 3.3V SDA/SCL signal values. The Raspberry Pi Pico provides (just) enough power.
```
---------------
| 12345 |
| * * * * |
---------------
Pin layout:
1: VDD (5V)
2: SDA
3: SCL
4: GRND (for I2C)
5: GND
```## Usuage
When the sensor starts (`sps30.start_meaurement`) the fan will run for 10 seconds at maximum power to clean the device.In the `main.py` file the sensor writes the measurement data to the serial port. In Thonny it will display the data on screen.