Counter Up Arduino Bluetooth
Install Now
Counter Up Arduino Bluetooth
Counter Up Arduino Bluetooth

Counter Up Arduino Bluetooth

Arduino Bluetooth Counter Up HC05 With IR Obstacle

Developer: Agung Hari Wahyudi
App Size: Varies With Device
Release Date: Jun 14, 2019
Price: Free
Price
Free
Size
Varies With Device

Screenshots for App

Mobile
Wiring
Arduino With IR Obstacle
PIN 7 --------------- Out
5V ---------------- 5V
GND --------------- GND

Arduino With Bluetooth HC05
        Tx ---------------- Rx
Rx ---------------- Tx
5V ---------------- 5V
GND --------------- GND

Arduino Sketch
int n;
void setup () {
  pinMode (7, INPUT);
  Serial.begin (9600);
}
void loop () {
    
    if (digitalRead (7) == LOW) {
        n ++;
        Serial.print (n);
             delay (1000);
                 }
}
Show More
Show Less
Counter Up Arduino Bluetooth 1.0 Update
2019-06-15 Version History
Counter Up

~Agung Hari Wahyudi
More Information about: Counter Up Arduino Bluetooth
Price: Free
Version: 1.0
Downloads: 17
Compatibility: Android 4.0
Bundle Id: com.appybuilder.agunghariwahyudi002.IrObstackel
Size: Varies With Device
Last Update: 2019-06-15
Content Rating: Everyone
Release Date: Jun 14, 2019
Content Rating: Everyone
Developer: Agung Hari Wahyudi


Whatsapp
Vkontakte
Telegram
Reddit
Pinterest
Linkedin
Hide