Skip to content

CO2 monitoring, displaying on the train sign

Notifications You must be signed in to change notification settings

sheffieldhackspace/co2-train-sign

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Environment monitor

The monitor is an SCD40: https://sensirion.com/products/catalog/SCD40

It has an accuracy of:

  • CO2 accuracy: ±50.0 ppm
  • temperature accuracy: 0.8 °C
  • relative humidity accuracy: 6 %RH

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

About

CO2 monitoring, displaying on the train sign

Resources

Stars

Watchers

Forks

Languages