Page 1 of 1 · 6 of 6 publications

DEC 10 2016
MainframeSourceAuthor: sre

I²C Tiny USB

For the access control system and different private and space related projects sre regularly uses I²C sensors/devices. For testing purposes it helps a lot, if those devices can be connected to a notebook. So far he either used a VGA adapter (VGA cables contain an I²C signal to transport the display’s DDC information. Most of the open source linux graphic card drivers allow users to access the i2c bus on the adapter using standard tools). Unfortunately newer hardware no longer provides VGA…

Read more

DEC 10 2016
MainframeSourceAuthor: sre

CFA1000 Display Grabber

Cover

For our access control system, we needed a motor lock for our main door. After having a look how other hackspaces solved the problem, we decided to get ourself an ABUS CFA1000. It’s quite popular among Hackspaces, Fablabs and Makerspaces for two reasons:

  • It’s cheap (< 100€) compared to other solutions, which often cost over 500€
  • It does not require door modifications (our main door probably contains asbestos)
  • The schematics are available from the Internet

Once we received the piece of…

Read more

DEC 09 2016
MainframeSourceAuthor: sre

Tiny WS2812 Controller

For our access control system we needed wanted a few multi-colored status LEDs. Nowadays that basically means, that one gets a few ws2812b LEDs, since they are quite cheap and already provide a serial interface. Unfortunately most microcontrollers including the Raspberry Pi have no hardware accelerated interface for their protocol. For our access control system we thus use an ATtiny85 to translate from the ws2812 protocol to a more common serial protocol: I²C.

Below you can see how the ATtiny85…

Read more

DEC 06 2016
MainframeSourceAuthor: sre

Hackspace Access Control System

Hacs logo

While the status-switch is nice, it does not help to actually get into a hackspace. For this you need some keys and with multiple people having access rights having a single key is quite annoying. While there are a few simple solutions they usually lack some desired features. Thus we decided to implement a digital access control system, that can open our doors.

Hardware

As visible in the Space Map, there are multiple ways to get into our Hackspace. Let’s have a look at the main entrance for…

Read more

JUL 14 2013
MainframeSourceAuthor: sre

Smartphone Debug Adapter

Dieser Artikel beschreibt den Bau eines Debug-Adapters für das Nokia N900 Smartphone. Dieser ermöglicht den Zugriff auf eine die serielle Schnittstelle, so dass Debug-Ausgaben des Kernels abgefangen werden können.

Hürden für den Bau eines solchen Adapters stellen hauptsächlich zwei Probleme:

  • Die Testpads sind unter dem Akku plaziert
  • Die Testpads arbeiten mit einer Spannung von 2.7 Volt

Um einen nicht bootenden Linux-Kernel genauer zu analysieren wird üblicherweise auf eingebetteten Geräten JTA…

Read more

DEC 01 2011
MainframeSourceAuthor: sre

Shopsystem

Mit steigender Mitgliederzahl und mehr als 5 verschiedenen Produkten im “Kiosk“des Hackspaces wurde das führen und auswerten von Strichlisten immer aufwändiger. Aus diesem Grund wurde von uns Software entwickelt, welche die Daten von Beginn an digital vorhält.

Das Shopsystem läuft auf einem Raspberry Pi, an welchen ein serieller Barcode Scanner angeschlossen ist. Des Weiteren ist an den Raspberry Pi ein Monitor angeschlossen, welcher die letzten Vorgänge protokolliert. Jedes Mitglied kann sich…

Read more