Tag Archives: arduino

Arduino zonneboiler logging with blink

To check the functioning of the Solesta solar water heater, i have used a arduino Wemos D1 with 4 Dallas ds18 temp sensors. Using the blink app and the blink cloud interface a temp logger is created within a couples of hours.

Here you see the all the temperatures over a day in action.

The solesta is switching of the pump to the collector if the water in the boiler is hot enough, so this explains the wave patern.

Quiz system with an arduino

Created a quiz system for playing a party game with 2 teams.

Each team has a box with 4 dome push buttons (sparkfun), so the game can use multiple choice questions.

Each box is connected to the arduino uno that is controlling the detection of the button presses and for giving light feedback. A laptop connected to this arduino is running the game coded in C#/WPF.