Kehittäjä: algologix (2)
Hinta: Ilmainen
Rankingissa: 0 
Arvostelut: 0 Kirjoita arvostelu
Listat: 0 + 0
Pisteet: 0 + 68 (3.8) ¡
Google Play

Kuvaus

Bluetooth Smart Switch
Source Code and Pin Mode

Arduino UNO to Bluetooth module PIN Mode : RX pin 10 and TX pin 11.

Code:
#include
SoftwareSerial mySerial(10, 11); //Pin 10=TX, Pin 11=RX Bluetooth TX,RX

#define relay1 2 //Relay IN1 connected to PinOut 2 Arduino
#define relay2 3 //Relay IN2 connected to PinOut 3 Arduino
#define relay3 4 //Relay IN3 connected to PinOut 4 Arduino
#define relay4 5 //Relay IN4 connected to PinOut 5 Arduino

char val;
void setup()
{
pinMode(relay1,OUTPUT);
pinMode(relay2,OUTPUT);
pinMode(relay3,OUTPUT);
pinMode(relay4,OUTPUT);
digitalWrite(relay1,HIGH);
digitalWrite(relay2,HIGH);
digitalWrite(relay3,HIGH);
digitalWrite(relay4,HIGH);

mySerial.begin(9600);
Serial.begin(9600);
}

void loop() {//cek data serial from bluetooth android App
if( mySerial.available() >0 )
{
val = mySerial.read();
Serial.println(val);
}
//Relay is on

/*
--->you can connected to relay modul 4 channel
Serial data sending from Arduino Bluetooth Relay 4CH.apk
data '1'-'4' to on is Ralay CH 1-4
data 'A'-'D' to off is Ralay CH 1-4
data '9' to on ALL CH 1-4
data 'I' to off ALL CH 1-4
*/
if( val == '1' )
{
digitalWrite(relay1,LOW);
}
else if( val == '2' )
{
digitalWrite(relay2,LOW);
}
else if( val == '3' )
{
digitalWrite(relay3,LOW);
}
else if( val == '4' )
{
digitalWrite(relay4,LOW);
}
//relay all on
else if( val == '9' )
{
digitalWrite(relay1,LOW);
digitalWrite(relay2,LOW);
digitalWrite(relay3,LOW);
digitalWrite(relay4,LOW);
}
//relay is off
else if( val == 'A' )
{
digitalWrite(relay1,HIGH);
}
else if( val == 'B' )
{
digitalWrite(relay2,HIGH);
}
else if( val == 'C' )
{
digitalWrite(relay3,HIGH);
}
else if( val == 'D' )
{
digitalWrite(relay4,HIGH);
}
//relay all off
else if( val == 'I' )
{
digitalWrite(relay1,HIGH);
digitalWrite(relay2,HIGH);
digitalWrite(relay3,HIGH);
digitalWrite(relay4,HIGH);
}

}
Lisää ↓
Ad

Näyttökuvat

#1. Bluetooth Smart Switch (Android) Tekijänä: algologix
#2. Bluetooth Smart Switch (Android) Tekijänä: algologix
#3. Bluetooth Smart Switch (Android) Tekijänä: algologix
#4. Bluetooth Smart Switch (Android) Tekijänä: algologix
#5. Bluetooth Smart Switch (Android) Tekijänä: algologix

Uutta

  • Versio: 2.0
  • Päivitetty:
  • English

Hinta

  • Tänään: Ilmainen
  • Vähintään: Ilmainen
  • Enintään: Ilmainen
Seuraa hintoja

Kehittäjä

Ad

Pisteet

0 ☹️

Rankingissa

0 ☹️

Listat

0 ☹️
  • Bluetooth Smart Switch

Arvostelut

Ole ensimmäinen tarkistaa 🌟

Lisätietoja

Yhteystiedot

Bluetooth Smart SwitchBluetooth Smart Switch Lyhennetty URL: Kopioitu!
  • 🌟 Jaa
  • Google Play

Saatat myös pitää

    • RMG Bluetooth Smart Switch for
    • Android Sovellukset: Työkalut  Tekijänä: RMG AUTOMATION
    • Ilmainen  
    • Listat: 0 + 0  Rankingissa: 0  Arvostelut: 0
    • Pisteet: 1 + 0  Versio: 1.2   With the advent of app-based, wireless network through smart phone and tablet, the popularity of home automation had increased greatly in recent years. RMG automation introduces a ...
        ⥯ 
    • Bluetooth mains switch
    • Android Sovellukset: Työkalut  Tekijänä: Intelismart
    • Ilmainen  
    • Listat: 0 + 0  Rankingissa: 0  Arvostelut: 0
    • Pisteet: 0 + 0  Versio: 3.0   Bluetooth Mains 2 Channel Switch uses long range class 1 Bluetooth technology to talk to your Smart Phone. *NO NEED TO CARRY EXTRA KEYS OR FOBS* Another advantage of our Switch is that
        ⥯ 
    • Smart Switch : Phone Clone
    • Android Sovellukset: Työkalut  Tekijänä: BallitoApps
    • * Ilmainen  
    • Listat: 0 + 0  Rankingissa: 0  Arvostelut: 0
    • Pisteet: 0 + 0  Versio: 9.0   Smart Switch: Phone Clone app allows to transfer data between two android phones. It can be used to transfer all your files, apps, and settings from one android device to another Smart
        ⥯ 
    • Smart switch - copy my data
    • Android Sovellukset: Työkalut  Tekijänä: Simple things for life
    • * * Ilmainen  
    • Listat: 0 + 0  Rankingissa: 0  Arvostelut: 0
    • Pisteet: 1 + 4,878 (3.9)  Versio: 111.0   Check the Smart Switch app for quick transfer of personal data and settings between two gadgets! Our program is one of the best tools for transferring files between devices. File ...
        ⥯ 
    • Smart Switch - Share Files
    • Android Sovellukset: Työkalut  Tekijänä: StarsDev market
    • * Ilmainen  
    • Listat: 0 + 0  Rankingissa: 0  Arvostelut: 0
    • Pisteet: 0 + 108 (3.8)  Versio: 16.0   Smart Switch: Transfer Data: Copy all data and phone clone. Samsung Smart Switch makes it more easer to transfer photos , files and important data from your old mobile devices to your ...
        ⥯ 
    • Bluetooth Smart Auto Connect
    • Android Sovellukset: Työkalut  Tekijänä: Tech that app
    • * * Ilmainen  
    • Listat: 0 + 0  Rankingissa: 0  Arvostelut: 0
    • Pisteet: 0 + 1,102 (3.4)  Versio: 19.0   Looking for a Reliable Bluetooth Auto Connector? Bluetooth Smart Auto Connect is the ultimate solution for seamless Bluetooth pairing and reconnections. Designed to make your life ...
        ⥯ 
    • Smart Switch - Files Transfer
    • Android Sovellukset: Työkalut  Tekijänä: EchooByte
    • * * Ilmainen  
    • Listat: 0 + 0  Rankingissa: 0  Arvostelut: 0
    • Pisteet: 0 + 6,343 (4.1)  Versio: 6.14   Smart Switch is a Smart transfer app for all android devices to copy my data from one phone to another phone. Smart switch is a data transfer app to transfer and copy my data any kind ...
        ⥯ 
    • Smart Switch Mobile: Transfer
    • Android Sovellukset: Työkalut  Tekijänä: OZI Apps Global
    • * * Ilmainen  
    • Listat: 0 + 0  Rankingissa: 0  Arvostelut: 0
    • Pisteet: 0 + 4,284 (4.0)  Versio: 4.1.3   Smart switch mobile/Phone backup app helps transfer mobile data and switch from phone to another over WiFi network. Copy data from one phone to another with smart switch restore. Copy ...
        ⥯ 
    • Smart Switch: Phone Clone App
    • Android Sovellukset: Työkalut  Tekijänä: SMMAH Tech
    • * * Ilmainen  
    • Listat: 0 + 0  Rankingissa: 0  Arvostelut: 0
    • Pisteet: 0 + 0  Versio: 1.11   Smart Switch: Phone Clone & Data Transfer is the fastest, safest, and easiest way to move to Android. Transfer everything apps, photos, videos, contacts, messages, and files securely ...
        ⥯ 
    • Smart Switch: Copy My Data
    • Android Sovellukset: Työkalut  Tekijänä: Send Files
    • * Ilmainen  
    • Listat: 0 + 0  Rankingissa: 0  Arvostelut: 0
    • Pisteet: 0 + 0  Versio: 6.0   Smart switch Data phone clone is about transfer data from one android mobile to another android phone. Smart Switch transfer data makes data transfer very simple and comfortable for ...
        ⥯ 
    • Smart switch : Data Transfer
    • Android Sovellukset: Työkalut  Tekijänä: WE Studio Apps
    • * * Ilmainen  
    • Listat: 0 + 0  Rankingissa: 0  Arvostelut: 0
    • Pisteet: 0 + 0  Versio: 1.13   Smart switch data transfer app allows you to transfer data easily from one phone to another.With the help of smart switch phone transfer app users can copy and send the data ...
        ⥯ 
    • smart switch phone transfer
    • Android Sovellukset: Työkalut  Tekijänä: Auxillary Cloning studio
    • * * Ilmainen  
    • Listat: 0 + 0  Rankingissa: 0  Arvostelut: 0
    • Pisteet: 0 + 456 (3.9)  Versio: 1.54   - Switch Mobile My Phone - Swift Data Transfer - Smart Switch Mobile app - switch mobile data transfer - transfer my data Clone phone, send data, smart mobile transfer with smart ...
        ⥯ 
    • Smart Switch Mobile Transfer
    • Android Sovellukset: Työkalut  Tekijänä: Cherry Ball
    • * * Ilmainen  
    • Listat: 0 + 0  Rankingissa: 0  Arvostelut: 0
    • Pisteet: 0 + 419 (3.8)  Versio: 1.94   Smart Switch Mobile Transfer Move Your Data in Minutes Switching to a new phone? Smart Switch My Phone makes it quick, secure, and effortless to transfer all your data i.e. contacts, ...
        ⥯ 
    • Smart Switch: Data Transfer
    • Android Sovellukset: Työkalut  Tekijänä: Key Stone
    • * * Ilmainen  
    • Listat: 0 + 0  Rankingissa: 0  Arvostelut: 0
    • Pisteet: 0 + 0  Versio: 1.1.3   Smart Transfer: File Sharing Copy My Data application that helps you conveniently content transfer like your pictures, videos , and contacts from the phone-to-phone file transfer The ...
        ⥯ 

Saatat myös pitää

AppAggissa käytettävät hakuoperaattorit
Lisää AppAggiin
AppAgg
Aloita - se on ilmainen.
Rekisteröidy
Kirjaudu sisään