ApkDownload

Bluetooth Arduino LED APK

Dernière version 1.1 pour Windows
Mise à jour 26 February 2015

Informations

Version 1.1 (#11)

Mise à jour 26 February 2015

Taille APK 1.5 MB

Nécessite Android Android 1.5+ (Cupcake)

Proposée par Net Andino

Catégorie App de Enseignement Gratuits

App id appinventor.ai_ventasnetandino.BluetoothArduino

Notes d'auteur Communication Arduino Bluetooth Synchronisation

Captures d'écran

Cliquez sur l'image pour la voir en taille réelle

Dernières mises à jour

Nouveautés sur Bluetooth Arduino LED 1.1

Control Exlusivo Para uso de LEDs

Description

Contrôle Arduino via Bluetooth, vous pouvez activer et désactiver un conduit

Les données qui envoie l'APP

Pin vert "Power" = 'h'
Red Button "Off" 'L' =

liens Pin = Ce sélectionne le module Bluetooth à connecter et / ou synchroniser

Comment par exemple utilisera le GND et 13; Botorn vêtement avec Vert et Rouge Button Switch avec

// HOME
Int Led = 13;
Statut int = 0;

void setup () {
Serial.begin (9600);
pinMode (LED, SORTIE);
}

void loop () {
if (Serial.available ()! = 0) {
Status = Serial.read ();
}
if (statut == 'h') {
digitalWrite (LED, HIGH);
}
if (statut == 'l') {
digitalWrite (LED, LOW);
}
}
// FIN

Plus de manuels http://manual.netandino.net

Notes et avis

Note: 3.0 sur 5 · Less than 100 votes

(*) est nécessaire

Versions précédentes

Bluetooth Arduino LED 1.1 APK pour Windows (#11, 1.5 MB)