
We provide ON-OFF Led Arduino Bluetooth online (apkid: appinventor.ai.techhome.techhomeproyecto0) in order to run this application in our online Android emulator.
Description:

Run this app named ON-OFF Led Arduino Bluetooth using MyAndroid.
You can do it using our Android online emulator.
An LED on and off from your phone Android.
Character description sent:
"E" for Power
"A" to Off
char input; // variable of type character
void setup () {
Serial.begin (9600); // Start the serial
pinMode (2, OUTPUT); // Set the output pin 2
}
void loop () {
if (Serial.available ()> = 1) {
Serial.read input = (); // Read a character
if (input == 'E') {// If 'E', the LED is connected to pin 2 ARDUINO ACROSS A 220 OHM RESISTOR will turn ON
digitalWrite (2, HIGH);
delay (200);
}
if (input == 'A') {// If 'A', the LED is connected to pin 2 ARDUINO ACROSS A 220 OHM RESISTANCE WILL SHUT OFF
digitalWrite (2, LOW);
delay (200);
}
}
}
Character description sent:
"E" for Power
"A" to Off
char input; // variable of type character
void setup () {
Serial.begin (9600); // Start the serial
pinMode (2, OUTPUT); // Set the output pin 2
}
void loop () {
if (Serial.available ()> = 1) {
Serial.read input = (); // Read a character
if (input == 'E') {// If 'E', the LED is connected to pin 2 ARDUINO ACROSS A 220 OHM RESISTOR will turn ON
digitalWrite (2, HIGH);
delay (200);
}
if (input == 'A') {// If 'A', the LED is connected to pin 2 ARDUINO ACROSS A 220 OHM RESISTANCE WILL SHUT OFF
digitalWrite (2, LOW);
delay (200);
}
}
}
MyAndroid is not a downloader online for ON-OFF Led Arduino Bluetooth. It only allows to test online ON-OFF Led Arduino Bluetooth with apkid appinventor.ai.techhome.techhomeproyecto0. MyAndroid provides the official Google Play Store to run ON-OFF Led Arduino Bluetooth online.
©2024. MyAndroid. All Rights Reserved.
By OffiDocs Group OU – Registry code: 1609791 -VAT number: EE102345621.