Skip to content
This repository was archived by the owner on Jan 28, 2025. It is now read-only.
/ Arduino-clock Public archive

This is just a Arduino clock based on ATmega 328...

License

Notifications You must be signed in to change notification settings

Morshu8800/Arduino-clock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Arduino-clock

Ардуино часы

Русский

Обычные часы на Ардуино с функцией будильника и измерения температуры и влажности на базе МК ATmega 328... Проект был создан ради моего обучения программированию и это мой первый большой проект.

Версия 1.0

  • Первая версия;
  • Реализованы простейшие часы с вышеперечисленным функцианалом;
  • Нет сохранения состояния и времени будильника;
  • Настройка времени только с ПК;
  • Создана простейшая система энергосбережения.

Версия 1.1

  • Ничего особенного, только увеличение времени работы экрана.

Версия 1.2

  • Множество изменений;
  • Можно настраивать время с устройства;
  • Подключена библиотека Энергосбережения;
  • Подключена библиотека EEPROM;
  • Изменена индикация будильника.

English

Conventional Arduino clock with alarm function and temperature and humidity measurement based on MK ATmega 328... The project was created for my learning to program and this is my first big project.

Version 1.0

  • First version;
  • Implemented the simplest clock with the above functionality;
  • No saving state and alarm time;
  • Time setting only from PC;
  • The simplest energy saving system has been created.

Version 1.1

  • Nothing special, just an increase in screen time.

Version 1.2

  • Many changes;
  • You can set the time from the device;
  • energy saving library included;
  • EEPROM library included;
  • Changed alarm indication.