Skip to content

khurd21/Audible-Altimeter

Repository files navigation

Audbile-Altimeter

C++ CMake Python Raspberry Pi Logo

Clang Format Build and Test Pico Test

Audible Altimeter is a speaking altimeter. It acts as a mechanism for skydivers to maintain altitude awareness while skydiving. Designed by a skydiver, it aims to match the simplicity and reliability of most modern audible devices, yet still be cost-effective compared to the typical audible altimeters on the market. The audible reports essential altitudes between 15,000 feet to 0 feet. It can be turned on with a simple flick of a switch and is dimensionally designed to fit into most skydiving helmets.

The audible can be assembled at home! Feel free to view the wiki to see how it can be assembled.

Tools Used

This project depends on the following tools. Assuming you have a modern C++ compiler and access to GitHub, the VSCode extensions and cmake tools should install all of these for you. It is recommended to install the recommended extensions in this project, although not strictly necessary in order to develop.

Setup Environment

  1. Clone the repository and install the recommended extensions in VSCode.
  2. In the CMake settings, select the Pico kit for compiling for the Tiny2350, or a compiler of your choice for the general build. NOTE: The general build will not produce a flashable executable and is only intended to allow tests to be run.
  3. Run CMake: build in the Command Palette.