Giter Club home page Giter Club logo

kl05_alarm_clock's Introduction

MKL05_Alarm_Clock

This is a final academic project for the Microprocessor Programming Techniques module. The Keil uVision5 environment is used with FRDM-KL05Z board from NXP. It's a bare-metal programming style project in C language.

Schematic

An external buzzer connected through the resistor is used. The buzzer is connected to pin 6 (GND) and Port B 13 as a GPIO output to turn it on. A simple schematic is provided below.

Prerequisites

1. Keil MDK uVision5 environment is used to program the device, also a complete and configurated project file is provided with .uvprojx extension.
2. The user interface is provided through UART communication, so the user needs to use some serial port terminal (such as Termite or PuTTy).
3. Current PEmicro drivers
4. PEmicro Debug-App bootloader

Usage

During startup user should configure through UART terminal current date and time in following format:

<day>/<month>/<year>|<hour>:<min>:<sec>

Example:

17/01/20|16:20:00

After that, the user has two input options:

s – to set an alarm
t – to display current hour

When the alarm is properly set, two additional options are available:

c – to check alarm date and hour
r – to delete existing alarm

When the alarm finally is triggered:

a – to stop alarm
d – to set the snooze

Authors

kl05_alarm_clock's People

Contributors

kamkali avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.