Category Archives: building hardware

CuVoodoo #012 – to the edge of the horizon, and beyond



building an ambient light for the screen:
The CuVoodoo ScreenLight mimics the Philips ambient lighting. The idea is to have LEDs on the back of the screen, lighting on the sides the same color as the border on the screen, creating an ambient light. To implement this I used: VLC (with the AtmoLight video filter) or boblight (way better) to output over serial the colors to be shown on the LEDs; an Atmel ATmega328P microcontroller at 16 MHz (i.e. Arduino Nano 3.0) to control the LEDs and show the values received over serial; a strips of WS2812B chained LEDs (i.e. BlinkyTape), individually controlled using a data line.

documentation source files watch on other devices (youtube)

recipe:


Published: 2015-08-07 by King Kévin

CuVoodoo #009 – taming glouttonous lions



building an electronic cat repeller to guard the fridge:
My sneaky cat can open all doors, even the fridge door. No meat is safe any more. To prevent that I built a cat repeller using an Atmel ATmega328P Arduino Nano 3.0 board. An HC-SR501 PIR motion detector checks if the cat is nearby. Then an E18-D80NK range detector verifies if the cat is in front of the fridge. If this is the case a ~24 kHz PWM signal will generate an ultrasound using a piezoelectric diaphragm, encouraging the cat to leave the premisses. If it still opens the fridge, a human audible alarm will sound until it is closed.

documentation source files watch on other devices (youtube)


Published: 2015-04-07 by King Kévin

CuVoodoo #008 – attaching sunbeams to the ceilling



LED strip based light installation:
Using LED strips, an ATX power supply, and a custom board I created a nice and bright light installation for my room.

documentation source files watch on other devices (youtube)

additional links:


Published: 2015-03-08 by King Kévin

CuVoodoo #007 – building an infrared cock grenade



Using infra-red LEDs I re-implemented the LaserTag protocol MilesTag v2. With that I made an LaserTag grenade by putting a custom board placed in a cock shell.

documentation source files watch on other devices (youtube)


Published: 2015-02-10 by King Kévin

CuVoodoo #002 – osmotoserial



The osmotoserial is a small board to restart automatically and communicate with osmocom baseband phones Motorola C1xx

documentation source files watch on other devices (youtube)

additional links:


Published: 2014-11-22 by King Kévin