Bluetooth Arduino LED

Bluetooth Arduino LED

Net Andino
Aug 9, 2015
  • 1.5 MB

    파일 크기

  • Android 1.5+

    Android OS

Bluetooth Arduino LED 정보

통신 아두 이노 블루투스 동기화

Controlar Arduino mediante bluetooth, puede prender y apagar un Led

Datos que envia el APP

Boton Verde "Encender" = 'h'

Boton Rojo "Apagar" = 'l'

Boton Enlaces = Esta selecciona el Modulo Bluetooth a que se va a conectar y/o sincronizar

Cómo ejemplo Usaremos el 13 y GND; Prenda con Botorn Verde y Apague con Boton Rojo

//INICIO

int Led = 13;

int Status=0;

void setup(){

Serial.begin(9600);

pinMode(Led,OUTPUT);

}

void loop(){

if(Serial.available()!=0){

Status= Serial.read();

}

if (Status =='h'){

digitalWrite(Led,HIGH);

}

if(Status=='l'){

digitalWrite(Led,LOW);

}

}

//FIN

Más Manuales en http://manual.netandino.net

더 보기

What's new in the latest 1.1

Last updated on 2015-08-10
Control Exlusivo Para uso de LEDs
더 보기

비디오 및 스크린 샷

  • Bluetooth Arduino LED 포스터
  • Bluetooth Arduino LED 스크린샷 1

Bluetooth Arduino LED의 오래된 버전

APKPure 아이콘

APKPure 앱을통한매우빠르고안전한다운로드

한번의클릭으로 Android에 XAPK/APK 파일을설치할수있습니다!

다운로드 APKPure
thank icon
사용자 환경을 개선하기 위해 이 웹 사이트의 쿠키 및 기타 기술을 사용합니다.
이 페이지의 링크를 클릭하면 당사의 개인 정보 보호 정책쿠키 정책에 동의하는 것입니다.
더 알아보기