This project is a demo of the Sensirion SPS30 sensor connected to the Raspberry Pi Pico. These pins are used:
- I2C0 SDA: GP4 pin 6
- I2C0 SCL: GP5 pin 7
Use the Makefile to copy the Python code to the board.
A copy to main.py can be made in order to start the demo at power-up.
The source code is taken from the following repository and is adapted to the Raspberry Pi Pico.
Prior installation of MicroPython is required.