Page 1 of 1

SCD30 Driver Installation

Posted: Wed Sep 22, 2021 11:15 am
by dsaad
Hi

I want to read a SCD30 CO2 Sensor with an ESP32.
There is a driver for it, Here on GitHub by agners.

My Question, how should I install it on my board? Just by copying and pasting it to the board. Or I need to do it with python setuptools?

I'm using rshell to connect to my board over ssh.

Thanks a lot in advance for any help.

Re: SCD30 Driver Installation

Posted: Wed Sep 22, 2021 12:43 pm
by Roberthh
You can just copy the driver file to the board.

Re: SCD30 Driver Installation

Posted: Wed Sep 22, 2021 1:29 pm
by dsaad
Thanks a lot! :)