The Raspberry Pi Pico project to track indoor air quality.
- Based on Pico SDK and BTStack
- Using CMake build system
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.
- Create a build directory from the project's root:
mkdir build && cd build
- Run CMake to generate Makefiles:
cmake -DPICO_BOARD=pico_w ../
- Build binarie:
make -j4
- Load them to Pico W:
sudo picotool load iaq_tracker.uf2