tfeldmann / QlockToo

A QlockTwo Remake

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

Software

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

About

A QlockTwo Remake

License:Other


Languages

Language:Python 87.4%Language:C++ 10.1%Language:Processing 1.5%Language:C 0.9%