Flex Control PIC e Arduino

Flex Control PIC e Arduino$0.85

Rated 4.20/5 (5) —  Free Android application by Willian Gabriel Soares

Advertisements

About Flex Control PIC e Arduino

Este versátil e agradável aplicativo tem como função enviar comandos programados via Ethernet ou Bluetooth para microcontroladores, em especial: PIC (Microchip) e Arduino (Atmel).

Para acessar/esconder as configurações de comunicação, basta tocar no logo do aplicativo.
Nas configurações aparecerão as opções Ethernet e Bluetooth para selecionar e usar

Em comunicações via Ethernet, é possível colocar o endereço de "IP e porta TCP" para conexão "LAN (Local)" ou o "domínio e porta TCP" para conexão WAN (remota via internet).

Em comunicações via Bluetooth, basta tocar em "CONECTAR BLUETOOTH", se o dispositivo já estiver pareado e pronto para uso, aparecerá na lista para selecionar e conectar.
Obs.: O Bluetooth do Smartphone tem que estar habilitado.

Módulo ideal para comunicação Ethernet: HLK-RM04.
Módulo ideal para comunicação Bluetooth: HC-06.

*** Características do App ***

1 - 10 botões para envio de comando de "Status", "Ligar" e "Desligar".
2 - 10 Slider 's para envio de comando variável de 100 a 200 (P/ controle de Dimmer).
3 - Respostas interativas com a cor de cada botão.
4 - Função de renomear os botões por voz (Mantenha-o pressionado).
5 - Campo para envio de comandos por voz.

******** Modo de uso ********

Obs.: Para o funcionamento esperado, o microcontrolador deve ser programado corretamente para o "recebimento" dos comandos e o "envio" de respostas, de acordo com o descritivo abaixo:

1 - Utilizando os botões (a cor dos mesmos mudará de acordo coma as respostas explicada mais abaixo):
A cor original dos botões é "Preta".
Quando for pressionado com a cor "Preta", enviará um pedido de "Status":
"[STXX]", onde XX é o número do botão entre 00 e 10, e entre "aspas" é o que será enviado).
Quando for pressionado com a cor "Vermelha", enviará um pedido de "Desligar":
"[CXXD]".
Quando for pressionado com a cor "Verde", enviará um pedido de "Ligar":
"[CXXL]".

2 - Utilizando os Slider 's:
Cada Slider possui uma faixa que vai de:
100 a 200, respectivamente de 0 a 100%.
O comando do Slider terá o seguinte formato:
"[SXXYYY]", onde XX é o número do Slider entre 00 e 10, e YYY é a faixa entre 100 e 200).

3 - Respostas interativas com as cores dos botões:
Obs.: Repostas do Microcontrolador para alterar as cores dos botões:

* Respostas usando Bluetooth:
Para colorir o botão de vermelho, após receber o comando "[CXXL]",
envie: "RXXL".
Para colorir o botão de verde, após receber o comando "[CXXD]",
envie: "RXXD".
Obs.: Via bluetooth, os Slides não necessitam de respostas

* Respostas usando Ethernet:
Para colorir o botão de vermelho, após receber o comando "[CXXL]",
envie:
"HTTP/1.1 200 OKn"
"Content-Type: text/htmln"
"Content-Length: 4nn"
"RXXL"
Para colorir o botão de verde, após receber o comando "[CXXD]",
envie:
"HTTP/1.1 200 OKn"
"Content-Type: text/htmln"
"Content-Length: 4nn"
"RXXD"
A cada comando de Slider recebido,
Obrigatoriamente envie:
"HTTP/1.1 200 OKn"
"Content-Type: text/htmln"
"Content-Length: 4nn"
"SLOK"

4 - Renomeando os botões por comando de voz:
Para personalizar os nomes dos botões, basta mantê-lo pressionado.
Feito isso, a função de captação de voz aparecerá.
Basta falar para mudar o nome do botão pressionado, o que você falar será escrito no botão.

5 - Enviando qualquer palavra via voz:
Use o botão "USE A VOZ" para enviar o que quiser para o microcontrolador.
Para isso, basta tocar no botão e falar. Abaixo do mesmo aparecerá o que foi captado e enviado.

Se existir dúvidas sobre o uso, me mande um E-mail:
- williamgabriel13@hotmail.com
Divirta-se! This versatile and pleasant application has the function to send commands programmed via Ethernet or Bluetooth for microcontrollers, in particular: PIC (Microchip) and Arduino (Atmel).

To access / hide the communication settings, simply tap on the logo of the application.
The settings appear Ethernet and Bluetooth options for selecting and using

Communications via Ethernet, you can put the address of "IP and TCP port" to connect "LAN (Local)" or "domain and TCP port" for WAN connection (remote via internet).

Communications via Bluetooth, just tap "CONNECT BLUETOOTH" if the device is already paired and ready for use, appear in the list to select and connect.
Obs .: The Bluetooth Smartphone has to be enabled.

ideal module for Ethernet communication: HLK-RM04.
ideal module for Bluetooth communication: HC-06.

*** Features *** App

1-10 buttons for sending command "Status", "On" and "Off".
2 - 10 Slider's command variable for sending 100 to 200 (W / dimmer control).
3 - interactive responses to the color of each button.
4 - Function rename the voice buttons (Hold it down).
5 - Field for sending voice commands.

******** How to use ********

Obs .: For the expected operation, the microcontroller must be set correctly for the "receipt" of the commands and the "send" response in accordance with the description below:

1 - Using the buttons (the color of them will change according eat the answers explained below):
   The original color of the buttons is "Black".
   When pressed with the "Black" color, send a request for "Status":
   "[STXX]", where XX is the number button between 00 and 10, and in "quotes" is what will be sent).
   When pressed with the "Red" color, send a request to "Off":
   "[CXXD]".
   When pressed with the "Green" color, send a request to "Connect":
   "[CXXL]".

2 - Using the Slider's:
   Each slider has a range that goes from:
   100 to 200 respectively from 0 to 100%.
   The command Slider will have the following format:
   "[SXXYYY]" where XX is the number between the slider 00 and 10, and YYY is the range between 100 and 200).

3 - interactive responses with the colors of buttons:
     Obs .: Responses of the microcontroller to change the colors of buttons:

     * Posts using Bluetooth:
     To color the red button, after receiving the command "[CXXL]"
     send: "RXXL".
     To color the green button, after receiving the command "[CXXD]"
     send: "RXXD".
     Obs .: Via Bluetooth, Slides do not need answers
     
     * Posts using Ethernet:
     To color the red button, after receiving the command "[CXXL]"
     send:
     "HTTP / 1.1 200 OK n"
     "Content-Type: text / html n"
     "Content-Length: 4 n n"
     "RXXL"
     To color the green button, after receiving the command "[CXXD]"
     send:
     "HTTP / 1.1 200 OK n"
     "Content-Type: text / html n"
     "Content-Length: 4 n n"
     "RXXD"
     Each Slider command received,
     Mandatorily submit:
     "HTTP / 1.1 200 OK n"
     "Content-Type: text / html n"
     "Content-Length: 4 n n"
     "Slok"

4 - Renaming the buttons by voice command:
   To customize the button names, just keep it down.
   After that, the voice capture function appears.
   Just talk to rename the button pressed, what you speak will be written on the button.

5 - Sending any word by voice:
   Use the "USE THE VOICE" button to submit whatever you want to the microcontroller.
   Simply touch the button and talk. Below it appears that was captured and sent.

If there is doubt about the use, send me an E-mail:
- williamgabriel13@hotmail.com
  Have a good time!

How to Download / Install

Download and install Flex Control PIC e Arduino version 1.0 on your Android device!
Downloaded 10+ times, content rating: Everyone
Android package: appinventor.ai_willwgs.Flex_Control_PIC_e_Arduino, download Flex Control PIC e Arduino.apk

All Application Badges

Paid
app
Android
1.6+
For everyone
Android app

App History & Updates

More downloads  Flex Control PIC e Arduino reached 10 - 50 downloads

Oh snap! No comments are available for Flex Control PIC e Arduino at the moment. Be the first to leave one!

Share The Word!


Rating Distribution

RATING
4.25
5 users

5

4

3

2

1