https://github.com/tfeldmann/qlocktoo
A QlockTwo Remake
https://github.com/tfeldmann/qlocktoo
Last synced: about 1 year ago
JSON representation
A QlockTwo Remake
- Host: GitHub
- URL: https://github.com/tfeldmann/qlocktoo
- Owner: tfeldmann
- License: other
- Created: 2013-03-20T21:35:59.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2019-07-26T13:39:59.000Z (about 7 years ago)
- Last Synced: 2024-10-16T15:07:17.939Z (almost 2 years ago)
- Language: Python
- Size: 15 MB
- Stars: 4
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: License.txt
Awesome Lists containing this project
README
QlockToo
========
In this repository you find the software, firmware and hardware design for the
"QlockToo", an open-source remake of the QLOCKTWO by BIEGERT & FUNK.
It is built by four Westfälische Hochschule master mechatronics students.
Software
--------
The QlockToo Software Suite is written in PySide.

Firmware
--------
We use an Arduino Micro as the central microcontroller.
License
-------
MIT-License - please refer to the License.txt in this repository.
Api
---
@(get|set)brightness
min int 0 - 255
max int 0 - 255
@(get|set)_nightmode
brightness int 0 - 255
hour_start int 0 - 23
hour_end int 0 - 23
minute_start int 0 - 59
minute_end int 0 - 59
@(get|set)kioskmode
duration_words int, minutes
duration_seconds int, minutes
duration_temperature int, minutes
# matrix stream
@m
row int 0 - 10
values bytearray
Errors
------
!001 Unknown Command
!002 Incorrect parameters
Authors
-------
- Thomas Feldmann
- Marlene Feldmann
- Manuel Fehmer
- Carsten Hußmann