CuVoodoo #020 – spark abacus



energy monitoring for 3-phase 4-wire mains:
In episode #014 I presented the spark counter, my custom wireless electricity meter. This electricity meter will only work for 1-phase 2-wire power distribution systems though. Since I have a 3-phase 4-wire system it was time to do it right, with the spark abacus. We will explore the different ways to collect electricity consumption measurements: using the S0 impulse output from a 3-pahse 4-wire electricity meter (DDM100TC), using the UART interface of 3 cheap power meters (peacefair PZEM-004T, one per phase), and using the Modbus/RS-485 bus of 3 nice power analyzers (Eastron SDM120-Modbus, one per pahse). A micro-controller (STM32F103) will collect the measurement values and store then using a WiFi module (ESP-01, ESP8266) into a time series database (influxDB) on a single board computer (Orange Pi PC).

documentation source files watch on other devices (youtube)


Published: 2017-02-01 by King Kévin

CuVoodoo #019 – time to spark!



real power vs. apparent power:
We all know voltage times current is power, real power, but don't forget the time component since the RMS values will only give you apparent power, and this is by a power factor different.

watch on other devices (youtube)


Published: 2016-12-24 by King Kévin

CuVoodoo #018 – sparks! unite and vanish



introduction to 3-phase 4-wire power distribution:
After showing the tools used to protect myself against the sparks coming out of mains we will see the magic behind three-phase four-wire power distribution and why my custom electricity meter, the spark counter, cannot be used for such installations.

watch on other devices (youtube)


Published: 2016-12-03 by King Kévin

CuVoodoo #017 – listening to a radio clock tower



adding DCF77 time synchronisation to the LED clock:
By adding a DCF77 receiver to the LED clock presented in episode 16, the clock can automatically update the time (in Europe) in order to compensate for the RTC drift. I've also used the opportunity to find out how the "analog" clock works.

documentation source files watch on other devices (youtube)


Published: 2016-08-01 by King Kévin

CuVoodoo #016 – colourful times



use LEDs on a wall to show time progress:
The LED clock is an add-on for round wall clocks. The purpose is to have LEDs on the circumference of the clock to show the progress of the time using coloured light.

documentation source files watch on other devices (youtube)

For that you will need:

  • a WS2812b RGB LEDs strip (long enough to go around the clock)
  • a development board with a STM32F103 micro-controller and 32.768 kHz oscillator for the Real Time Clock (such as the blue pill)
  • a coin cell battery to keep the RTC running (optional)
  • a GL5528 photo-resistor to adjust the LED brightness (optional)

Published: 2016-04-15 by King Kévin

CuVoodoo #015 – conducting fireflies



driving a vacuum fluorescent display:
The vacuum fluorescent display I salvaged from a Samsung SER6540II was only waiting to get used. This was the ideal opportunity to learn how these retro style displays work (through Supertex HV518 drivers) and get familiar with a new micro-controller (ARM Cortex-M3 based STM32F103).

documentation source files watch on other devices (youtube)


Published: 2016-02-06 by King Kévin

CuVoodoo #014 – the spark counter



my custom wireless electricity meter:
While renewing my distribution board the land lord decided to remove the electricity meter. Now I can't note how much electricity I am using. So I decided to build and install my own electricity meter: the spark counter. Using a cheap power meter (i.e. peacefair PZEM-004), a microcontroller (i.e. Arduino Nano 3.0), radio transceivers (i.e. nordic nRF24L01+), a single board computer (i.e. Raspberry Pi), and some storage and visualization tools (i.e. influxDB and grafana) I am now able to measure, log, and monitor my electricity consumption.

documentation source files watch on other devices (youtube)

I also briefly describe how to use a Saleae Logic clone logic analyzer with PulseView and sigrok.

warning: the electricity meter I am presenting will only work for 1 phase 2 wires power distribution systems. I have a 3 phases 4 wires system and I am doing it wrong.


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

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 #011 – believe in what I do, not what I say



testing the accuracy of a power supply:
It was time to get a decent power supply, and so I found the EA-PS 2084-03B. It fulfilled all my criteria: good quality, silent, wide voltage range, and most importantly with PC connectivity. But somehow the reading on the LCD does not match what is output. So I implemented a program to remotely control and monitor this power supply, and with a PC connected UT61E multimeter I can compare what is set to what is output. This way I can measure the power supply's accuracy.

documentation source files watch on other devices (youtube)

recipe:


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