Skip to content

codermarcos/skymeter-pull-sensor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

9 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸͺ‚ 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:

About

πŸͺ‚ Skymeter is group of projects for skydive. PullSensor is an extendable audible altimeter.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published