-
Notifications
You must be signed in to change notification settings - Fork 40
/
README
47 lines (36 loc) · 1.39 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
#############################
# #
# GNUVario #
# #
# The open source and open #
# hardware variometer #
#############################
For complete documentation and help see the GNUVario website :
https://prunkdump.github.io/GNUVario
Or you can contact me at :
prunkdump@gmail.com
Features :
---------
- High precision altitude with improved ms5611 code
- High precision vertical velocity with InvenSense accelerometer (optionnal)
- Screen display with Nokia 5110 : altitude, vertical speed, ground speed, glide ratio and more (optionnal)
- Ground speed and glide ratio with GPS device (optionnal)
- Flight tracking with SD card reader and GPS (optionnal)
- Bluetooth communication with external device (optionnal)
- Battery level (optionnal)
Where to start :
----------------
If you are new on the Arduino community. Buy :
- a breadboard
- an Arduino Board (Arduino Nano is good to start)
- a ms5611 + mpu9250 module
- a buzzer (with a 120 Ohms resistor)
And learn to compile the code :
https://prunkdump.github.io/GNUVario/code.html
And to build the variometer on the breadboard :
https://prunkdump.github.io/GNUVario/assets/schematic.pdf
https://prunkdump.github.io/GNUVario/schematics.html
If you are more experienced :
-----------------------------
Check curefully all the pages of the website :
https://prunkdump.github.io/GNUVario