Skip to content

Latest commit

 

History

History
75 lines (47 loc) · 2.06 KB

File metadata and controls

75 lines (47 loc) · 2.06 KB

🪂 Skymeter - PullSensor

🪂 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.

🎉 Getting Started

Requirements to run this project

To build it please use a linux or WSL. This repository uses:

Dependencies Description Docs
c-version C/C++ 📚
cmake-version CMake 📚

You can use [NVM][nvm-download] to select correct node version based on file .nvmrc.

Developing in this project

  1. Clone this project:
git clone git@github.com:codermarcos/skymeter-pull-sensor.git
  1. Clone pico-sdk:
git clone git@github.com:raspberrypi/pico-sdk.git

The folder structure should be something like that:

  • skymeter-pull-sensor
  • pico-skd
  1. Enter into the project folder skymeter-pull-sensor
cd skymeter-pull-sensor
  1. Run build command using cmake:
cmake --fresh -B ./build -S . -DPICO_SDK_PATH=../pico-sdk
make -C ./build clean

Install C

Install GCC on Ubuntu Packages:

sudo apt update
sudo apt install build-essential

📖 Learn More

To learn more about this project, take a look at the following resources: