Doce uvas (Twelve Grapes) bell and led bolls

What is it? In Spain the typical celebration at new years midnight is to eat twelve grapes, one at every strike of the bell. Wiki even has some pages of it https://es.wikipedia.org/wiki/Doce_uvas and https://en.wikipedia.org/wiki/Twelve_Grapes In order to achieve this celebration in places without a big bell in the square or TV, I have created this … Read more

Sinterklaas surprise on an ESP8266 with Arduino IDE

What is it? For the Dutch Sinterklaas surprise (like secret Santa or invisible friend), I had to create something new. I found https://github.com/esp8266/Arduino a while ago and decided this was a perfect opportunity to work with it. This project lights 8 led’s red upon booting, spawns an WiFi access-point and hosts a website. The website … Read more

Air humidifier

What is it? When we first used this device, a Medisana Humidifier AH 665, around the house, you could notice the increased level of humidity. I guess it was really needed as I did not really measure the humidity before that good. After using this humidifier for a couple of days, it woke us up … Read more

MysensorsInformation

Table of contents What is it? Setting up the Arduino NRF24Sniffer Running the ASP.NET Core 1.0 website Install .NET runtime if you are not on Windows Download and run the application Configuring the settings Explanation of the data on the NRF24Sniffer page Explanation of the data on the MysensorListener page Understanding the raw package information … Read more

Outside temperature

What is it? It is a very easy way to measure the temperature outside of my apartment. The protoboard is placed in a tupperware style box to protect against the rain and placed in the shadow part of my balcony. In my Vera3 environment this looks like Eagle layout Most of the projects I use … Read more

Heater fans

What is it? My radiators are all equipped with a measuring device, making it possible to measure the used heat by a single radiator and once per year device the costs between different apartment owners. This device measures the temperature of the radiator, and compares it (with some kind of formula) with the room temperature. … Read more

Wifi button controller

What is it? The wifi button controller project is a button pad / slider controller for some of the lights around my house. Every button (in a 4 by 4 grid) represents a light source around the house that can be controlled via my Vera3. Upon a button press, the 100mm linear motorized sliders will … Read more

WS2801 projects

What is it? This project is used a couple (mabye around 10 times) in my house. It makes sure I can controle a WS28xx ledstrip via the mysensors environment. I have called the project WS2801, but I have to agree that most of the ledstrips I use are WS2812 versions, still I refuse to change … Read more

7Segment power meter

What is it? Every 10 seconds my smart home power meter sends out data, this can be captured by a simple serial connection. This project aims to get the latest data from my Vera3 via wifi. Every 10 seconds a webpage is requested, this page returns a json object with all the information of my … Read more

SMS receiver

What is it? In the remote connection / VPN world, RSA tokens and other two-way authentication methods are used to increase security. Sometimes a sms (text message) is send with an one-time-password. This box is able to receive these smses and display them over a telnet session, making it unnecessary to find that one specific … Read more

The orangebox

What is it? This box, called the orangebox, was created to solve a simple problem: Find which pin of a cable is connected to which pin on the other side of the cable. The cables involved typically look like DB9 to RJ45, but can come with some other connectors as well. An example schema of … Read more