Skip to content

nivowski/iaq-sensor-demo

Repository files navigation

IAQ Sensor Demo

Mbed OS application measuring interior air quality.

Requirements

Hardware requirements

The following boards are required:

  • Zest_Core_FMLR-72
  • Zest_Sensor_T-RH
  • Zest_Sensor_CO2

Software requirements

IAQ Sensor Demo makes use of the following libraries (automatically imported by mbed deploy or mbed import):

  • zest-core-fmlr-72
  • 2smpb-02e
  • ams-as621x
  • htu21d
  • scd4x

Usage

To clone and deploy the project in one command, use mbed import and skip to the target enabling instructions:

mbed import https://gitlab.com/catie_6tron/iaq-sensor-demo.git iaq-sensor-demo

Alternatively:

  • Clone to "iaq-sensor-demo" and enter it:

    git clone https://gitlab.com/catie_6tron/iaq-sensor-demo.git iaq-sensor-demo
    cd iaq-sensor-demo
  • Deploy software requirements with:

    mbed deploy

Enable the custom target:

cp zest-core-fmlr-72/custom_targets.json .

Compile the project:

mbed compile

Program the target device with a Segger J-Link debug probe and sixtron_flash tool:

sixtron_flash stm32l071rz BUILD/ZEST_CORE_FMLR-72/GCC_ARM/iaq-sensor-demo.elf

Debug on the target device with the probe and Segger Ozone software.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages