Skip to content

Latest commit

 

History

History
48 lines (29 loc) · 1.57 KB

README.md

File metadata and controls

48 lines (29 loc) · 1.57 KB

CO2 train sign

CO2 monitoring, displaying on the train signs.

picture of train sign showing environment information

For more information about the train signs, see https://github.com/sheffieldhackspace/train-signs

For more information about the environment monitor, see https://github.com/alifeee/co2-monitoring

Note that the sensor is within the sign enclosure, so the measurements are probably not very accurate, as there is likely not much airflow into the enclosure.

Project layout

This project consists of two folders:

Development

  1. install https://platformio.org/
  2. cd into the relevant folder
  3. run the relevant command below (or use the VSCode GUI extension)

build

pio run

upload

pio run -t upload

monitor

pio device monitor

wiring

picture of controller board connected to monitor board via Serial

picture of monitor board connected to controller board via Serial, and connected to SCD40 via I2C