Skip to content

Commit e4778d0

Browse files
Version 1.0
1 parent 14a4881 commit e4778d0

File tree

5 files changed

+398
-1174
lines changed

5 files changed

+398
-1174
lines changed

README.md

Lines changed: 42 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,16 @@ Overview
55
* Title: Micro-controller Countdown Timer
66
* Description: Countdown Timer: Range 1-99 minutes.
77
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.
99
* Author: Gavin Lyons
1010

11+
12+
libraries
13+
--------------------
14+
15+
None
16+
17+
1118
Software Used
1219
------------------
1320
Arduino 1.8.5
@@ -26,15 +33,15 @@ You will need following parts.
2633
>
2734
> Resistors: 20 ohms , 220 ohms, 660 ohms, 10K
2835
>
29-
> 4 digit seven segment module
36+
> 4 digit seven segment module (SMA420564)
3037
>
31-
> one 10 k potentiometer
38+
> one 50 k potentiometer
3239
>
3340
> one pushbutton
3441
>
3542
> One on/off SPST switches
3643
>
37-
> One piezo buzzer
44+
> One piezo buzzer passive
3845
>
3946
> One 16 Mhz crystal
4047
>
@@ -44,14 +51,41 @@ You will need following parts.
4451
>
4552
4653
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.
5057

51-
![ScreenShot schematic one ](https://github.com/gavinlyonsrepo/timer_arduino_two/blob/master/documentation/eagle/timer_arduino_two.jpg)
5258

59+
LED Array Pin Layout
5360

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 |
5475

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.
79+
80+
![ScreenShot seven segment ](https://github.com/gavinlyonsrepo/timer_arduino_two/blob/master/documentation/image/7segpinout.png)
81+
82+
83+
Schematic
84+
----------------
85+
86+
![ScreenShot schematic one ](https://github.com/gavinlyonsrepo/timer_arduino_two/blob/master/documentation/eagle/timer_two_arduino.png)
87+
88+
5589
Copyright
5690
---------
5791
Copyright (C) 2018 Gavin Lyons

0 commit comments

Comments
 (0)