@@ -14,15 +14,12 @@ Mechanical fixation will be realized using action cam standard allowing tones of
14
14
* Arduino Nano Atmega328 * [ 4.33€] *
15
15
* Piezo Buzzer passive * [ 2.49€] *
16
16
* BMP280 sensor * [ 2.66€] *
17
- * Batterie Shield * [ 3.49 €] *
17
+ * Batterie Shield * [ 2.99 €] *
18
18
* Battery * [ 12.23€] *
19
19
* Switch On/Off * [ 0.28€] *
20
+ * I2c DC - DC adapter * [ 0.80€] *
20
21
21
- Total Price ** 25.48€**
22
-
23
- Debug only components
24
- * LCD 16* 2 * [ 3.18€] *
25
- * Breadboard and cables * [ 8€] *
22
+ Total Price ** 25.78€**
26
23
27
24
-----------------------------------------------------------------------
28
25
@@ -56,42 +53,21 @@ Debug only components
56
53
57
54
-----------------------------------------------------------------------
58
55
59
- ## Debug mode and callibration mode
56
+ ## Callibration mode
60
57
61
- Software allows 3 debug and callibration modes
58
+ Software allows debug and callibration modes
62
59
63
60
### Serial mode
64
61
65
62
Using USB serial console to print information. Buzzers are disabled quiet mode.
66
63
67
64
Uncomment ``` #define DEBUG 1 ``` to activate.
68
65
69
- ### Display mode
70
-
71
- Using arduino LCD to display information
72
- Temperature and vertical speed in m/s.
73
- Up or down movement detection.
74
-
75
- Uncomment ``` #define DISPLAY 1 ``` to activate.
76
-
77
66
### Sound setup
78
67
79
68
In order to test and found best suitable sound you can use these mode and serial debug link to test buzzer sound.
80
69
81
- Uncomment ``` #define TONE_SETUP 1 ``` to activate.
82
-
83
- -----------------------------------------------------------------------
84
-
85
- ## Electronic
86
-
87
- ** Debug Breadboard**
88
- ![ circuit] ( ./schematic/display.png )
89
-
90
- ** Debug Schematic**
91
- ![ schematic] ( ./schematic/schematic_display.jpg )
92
-
93
- ** Debug Picture**
94
- ![ proto] ( ./schematic/proto1.png )
70
+ Uncomment ``` #define SOUND_TEST 1 ``` to activate.
95
71
96
72
-----------------------------------------------------------------------
97
73
0 commit comments