Skip to content
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.

Latest commit

 

History

History
20 lines (12 loc) · 456 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 456 Bytes

hardware design part

hardware requirement

  • Sensirion SCD30 sensor

  • raspberry pi 4B

Install

you should first clone this to your raspberry 4B.

git clone https://github.com/CRI-Project/hardware-design.git

Install the related packages by using

pip install -r requirements.txt

Note: we used Python version 3.x to test this code.