Electric lock gate contro lamp mod apk - Download latest version 1.0

Electric lock gate contro lamp.apk 1.0
Name: Electric lock gate contro lamp apk
ID: appinventor.ai_antoniosergiosouzaalmeida.electric_lock_and_gate_control_lamp
Version: 1.0
Size: 1.6 Mb
Android Version: 1.5 and up



Electric lock gate contro lamp Screen Preview

How to mod Electric lock gate contro lamp 1.0 apk for pc
How to download Electric lock gate contro lamp patch 1.0 apk for android
How to install Electric lock gate contro lamp 1.0 unlimited apk for bluestacks

What's new in Electric lock gate contro lamp 1.0

Controle de Portão Eletrônico, Portas com Fechadura Elétrica, Dispositivos Arduino Bluetooth.;
Acionamento(liga e deslida) de luminárias, ventiladores, TV, Som, lâmpadas, abatjours, motores, solenóides, contatores, forno elétrico, eletrodomésticos(110V/220V), etc.
O aplicativo BT Control Buttons Constructor instalado no smartphone controla remotamente o Arduino(via bluetooth), com até 4 canais(porta digital pinos D4, D5, D6 e D7), ou qualquer outro pino, basta alterar o código Arduino.
Através destes pinos podemos conectar uma placa com até 4 relés(vendida no ebay ou mercado livre), onde podemos controlar até 4 equipamentos lidados a rede elétrica residencial(110V/220V);
Acionamento(liga e deslida) de lâmpadas, abatjours, luminárias, motores, solenóides, contatores, forno elétrico, aparelhos eletrodomésticos, etc.
Como Funciona o App. Electric lock gate control lamp:
O smartphone Android conecta com o Arduino através do módulo bluetooth, e quando pressionamos os botões os caracteres de comandos são enviados e recebidos serialmente pelo Arduino que vai interpretar estes dados e tomar decisões de acionamento das portas digitais D4 a D7 respectivamente.
Função dos botões:
Botão1, Botão2 e Botão3: Push Button - Pulse Mode Button, utilizado como pulsador para abrir portão eletrônico ou portas com fechadura elétrica;
Botão4:Switche Mode Button, utilizado como chave liga/desliga para luminárias, ventiladores, eletrodomésticos,etc
Comandos:
Botão1: Envia pressionado envia caractere "A" e solto envia caractere "X"
Botão2: Envia pressionado envia caractere "B" e solto envia caractere "X"
Botão3: Envia pressionado envia caractere "C" e solto envia caractere "X"
Botão4: Envia pressionado modo ON envia caractere "D" e modo OFF envia caractere "E"
Obs.: Os acionamentos podem atuar de forma independente ou simultânea, facilitando sua operação e abrindo multiplas possibilidades ao projeto como exemplo em uma pequena automação residencial.

Veja no Blogger: http://sergioarduino.blogspot.com.br/p/electric-lock-gate-control-lamp.html
PROGRAMA CÓDIGO ARDUINO COMPLETO;
ESQUEMA DE LIGAÇÕES COM LEDS;
ESQUEMA DE LIGAÇÕES COM MÓDULOS DE RELÉS;
LISTA DE MATERIAIS;
FOTOS E VÍDEOS;
DESCRIÇÃO DE FUNCIONAMENTO;
DESCRIÇÃO DE TODOS OS COMANDOS E PINAGENS DO ARDUINO;
CONTROLE DE DISPOSITIVOS LIGADOS A REDE ELÉTRICA 110/220VCA.
PROGRAMA CÓDIGO ARDUINO COMPLETO: Electric lock gate control lamp
//--------------Inclusion of libraries---------------
#include
SoftwareSerial mySerial(2, 3);
//------------Declaration of variables---------------
int ch1 = 4;
int ch2 = 5;
int ch3 = 6;
int ch4 = 7;
int contA = 0;
int contB = 0;
int contC = 0;
int contD = 0;
void setup()
{
mySerial.begin(9600);//Initialize the serial on 9600 bps;

pinMode(ch1, OUTPUT);//Pino digital do Arduino(D4-ch1);
pinMode(ch2, OUTPUT);//Pino digital do Arduino(D5-ch2);
pinMode(ch3, OUTPUT);//Pino digital do Arduino(D6-ch3);
pinMode(ch4, OUTPUT);//Pino digital do Arduino(D7-ch4);
}
void loop()
{
//-------Reading of the character by the serial---------
char caracter = mySerial.read();
//-----Receives and character counts between 1 and 2-----
if(caracter == 'A')
{
digitalWrite(ch1,HIGH);
}
if(caracter == 'B')
{
digitalWrite(ch2,HIGH);
}
if(caracter == 'C')
{
digitalWrite(ch3,HIGH);
}
if(caracter == 'D')
{
digitalWrite(ch4,HIGH);
}
if(caracter == 'E')
{
digitalWrite(ch4,LOW);
}
if(caracter == 'X')
{
digitalWrite(ch1,LOW);
digitalWrite(ch2,LOW);
digitalWrite(ch3,LOW);
}

delay(10);

}

Blogger: http://sergioarduino.blogspot.com.br/p/electric-lock-gate-control-lamp.html
Electric lock gate contro lamp | 2 Reviewers | | Rating: 4

Electric lock gate contro lamp Permissions

Modify or delete the contents of your usb storage - allows the app to write to the usb storage
Read phone status and identity - allows the app to access the phone features of the device. this permission allows the app to determine the phone number and device ids, whether a call is active, and the remote number connected by a call
Access bluetooth settings - allows the app to configure the local bluetooth device, and to discover and pair with remote devices
Full network access - allows the app to create network sockets and use custom network protocols. the browser and other applications provide means to send data to the internet, so this permission is not required to send data to the internet
View network connections - allows the app to view information about network connections such as which networks exist and are connected
View wi-fi connections - allows the app to view information about wi-fi networking, such as whether wi-fi is enabled and name of connected wi-fi devices
Pair with bluetooth devices - allows the app to view the configuration of bluetooth on the device, and to make and accept connections with paired devices
Read the contents of your usb storage - allows the app to read the contents of your usb storage

Download Electric lock gate contro lamp patch 1.0 APK



Search terms:
How to download Electric lock gate contro lamp 1.0 unlimited apk for android
Download Electric lock gate contro lamp unlimited apk for Bluestacks
Electric lock gate contro lamp 1.0 modded apk
Electric lock gate contro lamp lastet apk

Previous
Next Post »