en0b / rPi-Pico-micropython-Simple-SCD30

a very simple python script to read out the Sensirion SCD30 CO2 sensor and print the measured values.
GNU General Public License v3.0
1 stars 0 forks source link

Using data from SCD30 to trigger relays #2

Closed WRCHAP closed 2 years ago

WRCHAP commented 2 years ago

Many thanks for the script - works out of the box! I have ordered a book on MicroPython from Elector to gain more insight into Micropython. While I have been able to trigger a relay using the built-in temperature sensor on the Pi Pico, my attempts to do the same with the SCD30 sensor data has not worked. None of the information that I have found while researching has provided any guidance on the control side of such a project.

en0b commented 2 years ago

Glad to hear that my script helped you to get the SCD30 up and running. Good Luck with your project!