【實用通訊app】Bluetooth Arduino LEDs|最夯免費app

【實用通訊app】Bluetooth Arduino LEDs|最夯免費app

分享好友

【免費通訊App】Bluetooth Arduino LEDs-APP點子

Controlar Arduino mediante bluetooth, puede prender y apagar un Led

Datos que envia el APP

Boton Rojo = 'r'

Boton Verde = g'

Boton Azul = 'b'

【免費通訊App】Bluetooth Arduino LEDs-APP點子

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

Cómo ejemplo Usaremos los temrnales 5, 6 y 7 u otros según criterio; Logo Bluetooth para conectar

//INICIO

int LedR = 5; // Boton Rojo

int LedG = 6; // Boton Verde

int LedB = 7; // Boton Azul

int vel = 255; // Intencidad de Colores

int estado = 'a'; // inicia detenido o Apagado

int Status=0;

void setup() {

Serial.begin(9600); // inicia el puerto serial para comunicacion con el Bluetooth

pinMode(LedR, OUTPUT);

pinMode(LedG, OUTPUT);

pinMode(LedB, OUTPUT);

}

void loop(){

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

Status= Serial.read();

}

if (Status =='r'){

digitalWrite(LedR,HIGH);

digitalWrite(LedG,LOW);

digitalWrite(LedB,LOW);

}

if (Status =='g'){

digitalWrite(LedR,LOW);

digitalWrite(LedG,HIGH);

digitalWrite(LedB,LOW);

}

if (Status =='b'){

digitalWrite(LedR,LOW);

digitalWrite(LedG,LOW);

digitalWrite(LedB,HIGH);

}

}

//FIN

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

免費玩Bluetooth Arduino LEDs APP玩免費

免費玩Bluetooth Arduino LEDs App

Bluetooth Arduino LEDs APP LOGO

Bluetooth Arduino LEDs LOGO-APP點子

Bluetooth Arduino LEDs APP QRCode

Bluetooth Arduino LEDs QRCode-APP點子
熱門國家系統支援版本費用APP評分上架日期更新日期
未知Android
Google Play
1
App下載
免費
1970-01-012015-04-19
分享app
上一個APP
下一個APP

高評價通訊App推薦

지구시민톡

지구시민들의 행복한 커뮤니티, 지구시민톡!지구시민 프로젝트는 양심이 밝고, 건강한 지구인들이 더 많은 지구인들과 행복과 홍익을 함께 하고자 시작되었습니다. 지구시민은 인류의 발전을 일군 인간의 ‘의식’이 이제는 ‘나’라는 울타리를 넘어 지구인과 지구를 모두 이롭게 하는 …
DartTalk

DartTalk是PHOENIX官方手機應用程序,這是專門為所有鏢友提供的免費聊天工具。盡情體驗DartTalk的各種功能吧!-多功能交流: 聊天,相片,視頻,圖貼,表情,等功能,與朋友享受便捷的交流。-創建群體: 可以申請加入朋友們,一起共享相片,視頻,比賽信息等,共同享受娛樂。-共享日程:與群友 …
Print Fax

This app will best fax a file from your phone. 5 free faxes per day, with an additional offer. Pay for it once only. Useful for printing pictures on a …
蓝牙聊天

跟你的朋友,而无需访问WiFi网络或Internet。 在会议中,在工作中,在教室,音乐节和俱乐部Exchange邮件... 安全,快速,方便和乐趣。 享受这个优秀的应用程序。 请帮助我们提出意见和评论! 关键词:蓝牙,聊天,留言,通讯免費玩蓝牙聊天 APP玩免費免費玩蓝牙聊天 App蓝牙聊天 AP …