Skip to content

XT95/bipbip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

BipBip - DIY Variometer

Bipbip is a simple but effective variometer for paragliding purpose.

When you are flying, it's hard to know if you climb or sink. This variometer make beeps with high frequency when going up and with low frequency when going down.

drawing drawing

Hardware

  • Arduino Nano 3
  • Piezzo Buzzer
  • Resistor 100ohm
  • Pressure sensor BMP390L
  • Switch on/off
  • Battery 9v 1000mAh with usb charger

Electronic

* 9V Battery :
  + -> Switch ON/OFF -> VIN
  - -> GND

* Buzzer : 
  + -> 100ohm resistor -> D9
  - -> D10 

* Pressure Sensor :
  GND -> GND
  VDD -> 3.3V
  SCL -> A5
  SDA -> A4  

Software

Checkout program.ino

  • Play a jingle at the beginning
  • Average altitudes values each 500 ms
  • Beep if you go up or down

About

DIY Variometer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages