Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

kroimon/WordQlock

Repository files navigation

WordQlock

Firmware for a QlockTwo clone by Stefan Rado

Hardware

The WordQlock is based on an ATmega328p in a Wiring/Arduino compatible environment.

It closely follows the instructions on http://code.google.com/p/grosses-bastelwochenende/ as developed by Christian Aschoff with small changes.

It's using some different components and the pin configuration of the RBBB differs a lot. For temperature display there is a DS1621 Digital Thermometer connected via I2C and the RTC is integrated onto a JeeLabs RTC Plug.

The pin configuration can be found in Config.h.

Software

The firmware for the clock was written from scratch with influences from the original firmware by Christian and the multiqlock firmware by Andreas.

Warning: In contrast to the other firmwares around, this one is written to be compiled with Wiring, not Arduino. Most of the code is compatible as Arduino is based on Wiring, but some timer specific lines would need changes.

All configration directives may be found in Config.h.

Required libraries

The following libraries are currently required to compile the firmware:

License

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

About

Firmware for a QlockTwo clone

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published