Hier vindt u projectlogs van een deel van de projecten die onze deelnemers de afgelopen tijd hebben uitgevoerd.

Meer projecten zijn te vinden op onze wiki.



CyberSCART: the IoT SCART switcher

CyberSCART: the IoT SCART switcher

Published date
We connected our SCART switcher to our home automation system using MQTT using an ESP8266. The SCART switcher The SCART switcher we used is a MODEL 2083E unit from a thrift store. It has four inputs and one output and can be controlled using a button on the front of the unit and using an IR remote. After opening it up we noticed that the device uses three HCF4051BE analog switchers to select the inputs for both audio (left and right) and video.

Barsystem

Published date

TkkrLab heeft een eigen systeem voor het afrekenen van eten en drinken wat in de space verkrijgbaar is. Dit is een webapplicatie geschreven in Python met het Django-framework. Members kunnen met hun iButton afrekenen, en bezoekers kunnen hun naam selecteren.

Github project page downloader

Published date

To allow this website to be generated automatically we create a small script which downloads a file called “PROJECT.md” from all repositories in a Github organisation.

MQTT: meterkast

Published date

In de meterkast van de Tkkrlab hackerspace zijn door Friedzombie drie relais en drie energiemeters geplaatst. Die relais en energiemeters zijn, samen met de space- en verlichtingsschakelaars verbonden met een Arduino Ethernet.

MH-Z19B infrared co2 sensor We’ve connected a MH-Z19B co2 sensor to our MQTT network. This allows us to monitor the co2 concentration in our space. The project itself is fairly simple: we just connected the serial port of the co2 sensor to an Arduino Ethernet and used the software-serial library to communicate with the sensor. The Arduino ethernet then uses the Adafruit MQTT library to send the values read from the sensor to the MQTT network.