Inlägg av Daniel

Automated web test using Protractor

Protractor is a neat test framework for AngularJS apps and since the web app we made in previous post is made using Angular, we’re going to create a simple Protractor test. You find the previous post here. What do you need to start using Protractor An Angular based web app uploaded to a web server. […]

Creating an MVC structured UI using Angular

Angular is a nice JavaScript framework for creating more structured web solutions and presenting data. As shown in previous post, jQuery works just as good, but some advantages of Angular are that your code is easier to read, you can piggy-back on the functionality of Angular meaning less development time, and it is meant for […]

Starting with Arduino

If you love playing around with hardware, you’ll love Arduino. And if you don’t like hardware, you’ll love Arduino equally as much since you don’t have to be a hardware engineer to get that LED blink or program your Arduino to act as a thermometer. Arduino simply is a super quick and cheap way to […]

Adding a Z-Wave power plug in Domoticz

It’s time to add our first device to our Z-Wave network consisting of: Raspberry Pi 2 Model B Razberry add-on card Domoticz home automation software running on our Raspberry If you’re new to Z-Wave it’s recommended to start with a simple sensor such as a power plug. If you start with a 110 dB siren, […]