SCD30 Driver Installation

All ESP32 boards running MicroPython.
Target audience: MicroPython users with an ESP32 board.
Post Reply
dsaad
Posts: 6
Joined: Wed Sep 22, 2021 11:06 am

SCD30 Driver Installation

Post by dsaad » Wed Sep 22, 2021 11:15 am

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.

User avatar
Roberthh
Posts: 3667
Joined: Sat May 09, 2015 4:13 pm
Location: Rhineland, Europe

Re: SCD30 Driver Installation

Post by Roberthh » Wed Sep 22, 2021 12:43 pm

You can just copy the driver file to the board.

dsaad
Posts: 6
Joined: Wed Sep 22, 2021 11:06 am

Re: SCD30 Driver Installation

Post by dsaad » Wed Sep 22, 2021 1:29 pm

Thanks a lot! :)

Post Reply