Skip to content

The Raspberry Pi Pico project to track indoor air quality

Notifications You must be signed in to change notification settings

krucios/iaq_tracker

Repository files navigation

IAQ tracker

The Raspberry Pi Pico project to track indoor air quality.

  • Based on Pico SDK and BTStack
  • Using CMake build system

How to use this project

Make sure you have Pico SDK and Pico extras. Also, check that corresponding env variables are set correctly: PICO_SDK_PATH and PICO_EXTRAS_PATH. For tools required please refer to Pico documentation.

  1. Create a build directory from the project's root: mkdir build && cd build
  2. Run CMake to generate Makefiles: cmake -DPICO_BOARD=pico_w ../
  3. Build binarie: make -j4
  4. Load them to Pico W: sudo picotool load iaq_tracker.uf2

About

The Raspberry Pi Pico project to track indoor air quality

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published