πͺ Skymeter is group of projects for skydive. PullSensor is an extendable audible altimeter.
This project is built using raspberry pi pico and Pico C/C++ SDK.
To build it please use a linux or WSL. This repository uses:
| Dependencies | Description | Docs |
|---|---|---|
| C/C++ | π | |
| CMake | π |
You can use [NVM][nvm-download] to select correct node version based on file
.nvmrc.
- Clone this project:
git clone git@github.com:codermarcos/skymeter-pull-sensor.git- Clone pico-sdk:
git clone git@github.com:raspberrypi/pico-sdk.gitThe folder structure should be something like that:
- skymeter-pull-sensor
- pico-skd
- Enter into the project folder
skymeter-pull-sensor
cd skymeter-pull-sensor- Run build command using cmake:
cmake --fresh -B ./build -S . -DPICO_SDK_PATH=../pico-sdk
make -C ./build cleanInstall GCC on Ubuntu Packages:
sudo apt update
sudo apt install build-essentialTo learn more about this project, take a look at the following resources:
- Pico SDK - understand about pico sdk.