Skip to content

Commit a738f41

Browse files
init repo
0 parents  commit a738f41

File tree

6 files changed

+2925
-0
lines changed

6 files changed

+2925
-0
lines changed

.gitignore

Whitespace-only changes.

README.md

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
2+
Overview
3+
--------------------------------------------
4+
* Name: timer_arduino_two
5+
* Title: Micro-controller Countdown Timer
6+
* Description: Countdown Timer: Range 1-99 minutes.
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.
9+
* Author: Gavin Lyons
10+
11+
12+
13+
Software Used
14+
------------------
15+
Arduino 1.8.5
16+
17+
Eagle 9.3.0
18+
19+
20+
Parts List
21+
------------------------------
22+
The schematic drawn in eagle is in documents section.
23+
24+
You will need following parts.
25+
26+
>
27+
> ATmega328p micro-controller as per schematic or alternatively a Arduino uno/nano module.
28+
>
29+
> Resistors: 20 ohms , 220 ohms, 660 ohms, 10K
30+
>
31+
> 4 digit seven segment module
32+
>
33+
> one 10 k potentiometer
34+
>
35+
> one pushbutton
36+
>
37+
> One on/off SPST switches
38+
>
39+
> One piezo buzzer
40+
>
41+
> One 16 Mhz crystal
42+
>
43+
> One Lm317 voltage regulator
44+
>
45+
> Capacitors. two x 22pF, three x 100nF , 1uF
46+
>
47+
48+
Features
49+
----------------------
50+
The user selects the countdown time (1-99 minutes) with the potentiometer then starts with the pushbutton.
51+
Time remaining is displayed on seven segment display. When finished the buzzer is activated and done displayed on 4 digit 7-segment display.
52+
53+
![ScreenShot schematic one ](https://github.com/gavinlyonsrepo/timer_arduino_two/blob/master/documentation/eagle/timer_arduino_two.jpg)
54+
55+
56+
57+
Copyright
58+
---------
59+
Copyright (C) 2018 Gavin Lyons
60+
see LICENSE.md in documentation section
61+
for more details
62+

documentation/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
### Changelog
2+
3+
* version 1.0-1 December 2018
4+
* first release
5+
6+
7+
8+

0 commit comments

Comments
 (0)