Skip to content

Latest commit

 

History

History
56 lines (34 loc) · 1.69 KB

README.md

File metadata and controls

56 lines (34 loc) · 1.69 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

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