You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+42-8Lines changed: 42 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -5,9 +5,16 @@ Overview
5
5
* Title: Micro-controller Countdown Timer
6
6
* Description: Countdown Timer: Range 1-99 minutes.
7
7
Output time (mm:ss) to seven segment display and Audio to Buzzer.
8
-
Input: Push button to start. 10K Pot used for time select.
8
+
Input: Push button to start. Potentiometer used for time select.
9
9
* Author: Gavin Lyons
10
10
11
+
12
+
libraries
13
+
--------------------
14
+
15
+
None
16
+
17
+
11
18
Software Used
12
19
------------------
13
20
Arduino 1.8.5
@@ -26,15 +33,15 @@ You will need following parts.
26
33
>
27
34
> Resistors: 20 ohms , 220 ohms, 660 ohms, 10K
28
35
>
29
-
> 4 digit seven segment module
36
+
> 4 digit seven segment module (SMA420564)
30
37
>
31
-
> one 10 k potentiometer
38
+
> one 50 k potentiometer
32
39
>
33
40
> one pushbutton
34
41
>
35
42
> One on/off SPST switches
36
43
>
37
-
> One piezo buzzer
44
+
> One piezo buzzer passive
38
45
>
39
46
> One 16 Mhz crystal
40
47
>
@@ -44,14 +51,41 @@ You will need following parts.
44
51
>
45
52
46
53
Features
47
-
----------------------
48
-
The user selects the countdown time (1-99 minutes) with the potentiometer then starts with the pushbutton.
49
-
Time remaining is displayed on seven segment display. When finished the buzzer is activated and done displayed on 4 digit 7-segment display.
54
+
------------------------
55
+
The user selects the countdown time (1-99 minutes) with the potentiometer then starts with the pushbutton.
56
+
Time remaining is displayed on seven segment display. When finished the buzzer is activated and Zero displayed on 4 digit 7-segment display for a few minutes, The unit then shuts off display and buzzer.
50
57
51
-

52
58
59
+
LED Array Pin Layout
53
60
61
+
| Pin Uno | Pin Atmega | 7 Segment pin |
62
+
| --- | --- | --- | --- |
63
+
| D2 | PD2 | a |
64
+
| D3 | PD3 | b |
65
+
| D4 | PD4 | c |
66
+
| D5 | PD5 | d |
67
+
| D6 | PD6 | e |
68
+
| D7 | PD7 | f |
69
+
| D8 | PB0 | g |
70
+
| n/c | n/c | p |
71
+
| D10 | PB2 | d4 |
72
+
| D11 | PB3 | d3 |
73
+
| D12 | PB4 | d2 |
74
+
| D13 | PB5 | d1 |
54
75
76
+
77
+
The 4-digit seven segment display (SMA420564 or SM420564) is a common-cathode display.
78
+
4 Digit 7 Segment Cathode Red LED Display 0.56" SM420564.
0 commit comments