Skip to content

Instantly share code, notes, and snippets.

View EDsteve's full-sized avatar

EDsteve EDsteve

View GitHub Profile
@EDsteve
EDsteve / vario_button.ino
Last active December 25, 2022 16:13
Vario with Mode Button.ino
// Original code by Rolf R Bakke, Oct 2012,
// Modified May 2017 by Thomas Gilson. tbgilson@gmail.com
// code is for the arduino pro/pro mini, using MS5611 barometer and speaker on pin 2.
// can be hooked up to a button for different mode changes on the "fly" (he he).
// made especially for paragliders.
// before using this, you should know roughly what your min sink rate will be.
// this code is designed to sound no tone when descending normally at speeds near your min sink rate.
// it sounds (relatively) continuous low frequency tones when descending faster than user-settable sink threshold.
// it sounds high-frequency beeps when gaining altitude faster than user-settable ascend threshold.
// it may detect when you are getting thermal uplift but still descending. This can be disabled if preferred.
@EDsteve
EDsteve / MS5611.ino
Created June 4, 2017 11:20
Vario Paragliding
// Original code by Rolf R Bakke, Oct 2012,
// Modified May 2017 by Thomas Gilson. tbgilson@gmail.com
// code is for the arduino pro/pro mini, using MS5611 barometer and speaker on pin 2.
// can be hooked up to a button for different mode changes on the "fly" (he he).
// made especially for paragliders.
// before using this, you should know roughly what your min sink rate will be.
// this code is designed to sound no tone when descending normally at speeds near your min sink rate.
// it sounds (relatively) continuous low frequency tones when descending faster than user-settable sink threshold.
// it sounds high-frequency beeps when gaining altitude faster than user-settable ascend threshold.
// it may detect when you are getting thermal uplift but still descending. This can be disabled if preferred.