SunriseAlarmClock

A semester project for the SER 456 class on embedded systems where an ATmega168 is programmed as an alarm clock when the sun rises.

This documentation is written around an ATMEGA168 programmed through an AVR. It might (should) be compatible with other microcontrollers but you will need to tweak the program and the set up a little bit here and there.

For software side installation instruction, please go to https://github.com/binhonglee/SunriseAlarmClock

Requirements

The parts that is used in building the project includes:

Optional:

Putting it together

  1. Solder your USBtinyISP according to the tutorial.

  2. Put all the parts onto the breadboard according to this diagram. (If you do not have any LEDs or Resistors, ignore them) image

  3. Connect everything together onto your computer.

  4. (Optional) If you have the LEDs and Resistors connected, make sure the LEDs is lightened up.

  5. Proceed to flash the microcontroller with the program following the instructions here.

  6. Congratulations, you have it all put together!