Steps to read data from SCD30

  • run the following command on the xterm widow :
    • python3 -m pip install scd30_i2c
  • To test if the pi sees the sensor works, run the example.py file you copy to /home/pi directory.
  • In your SSH terminal at the pi home directory, type:
  • Python3 example.py
  • If you see this, the wiring is right.
  • do a ctr-c to stop.