Category: English

Donwload Arduino home automation library

  rc-switch: operate remote radio controlled devices. This will most likely work with all popular low cost power outlet sockets. If yours doesn’t work, you might need to adjust the pulse length.All you need is a Arduino or Raspberry Pi, a 315/433MHz AM transmitter and one or more devices with one of the supported chipsets: […]

Arduino domotics course, special functions.

Special functions are user-programmed code blocks. These can be programmed by timetable, triggers and activated from the app or web app directly. When activated, all the code programmed is executed. In this example we will turn off a series of control circuits for an RGB with only a special function. All this video is applicable […]

Course of Arduino home automation, using conditioned.

Course of Arduino home automation, using conditioned. conditioned is Boolean array, support two values true or false (enabled or disabled) These can be activated and deactivated from the software, by timetable or code. They are a simple way to activate or deactivate behavior programmed by the user. In the following video you can see how […]

Arduino home automation course, Using scenes.

The scenes allow to create environments. This is a preconfigured group of  circuits states. For example, turn off all lights, turn on all  lights, lower all blinds. The scenes can be activated directly from the control software, by using schedules and by code too. In the following video you can see how to use scenes. […]

Arduino home automation course, Add new device connection.

In the previous entry of our home automation course with arduino we saw how to install software and make the first connection with arduino compatible equipment. In this new entry we will see how to make a new connection, with a second arduino comatible , although we recommend our professional hardware for domotica with arduino. […]

Configure arduino home automation system in just six minutes.

Course for arduino home automation ,  Installation and configuration in just five minutes. With the ExControl software you can generate impressive automation projects with arduino in a very short time. In this first entry of the course for home automation with arduino we will perform the configuration from scratch to control a domotic control system […]

Circuit Tab

The circuits tab  has the following appearance.     We can program up to 30 circuits per arduino, all configurable by scenes, schedules …. To add a new circuit press the  add button, this is  located in the upper left (relay with sign +). To change the type of a circuit we will press the […]

Code Edit Tool

The code editor allows you to customize the automation system, you can configure advanced control options for experienced programmers.       It allows you to embed additional libraries in the project, create global variables, create personal functions and a set of functions already established to control inputs, outputs, timers, etc. This tool looks like […]

Digital Output Tab

This is the configuration tab of the digital outputs in configuration tool.   Departures   The digital outputs are normally connected to the relay board and assigned a pin number which must be attached to the board. Just like the digital inputs the pin and name can be modified by clicking on it, and we […]

marzo 30, 2017 English, Home automation

Network Tab

This data allow conection between arduino and app, for each arduino with network card we need to configure the following data. Ethernet shield type. It defines the network card installed in our arduino, compatible with network cards based on the w5100 chip (wired network card) and official arduino wifi shield. IP adress. This is a […]

marzo 30, 2017 English, Home automation
1 2