Back to Top
Counter Up Arduino Bluetooth Screenshot 0
Counter Up Arduino Bluetooth Screenshot 1
Counter Up Arduino Bluetooth Screenshot 2
Counter Up Arduino Bluetooth Screenshot 3
Free website generator for mobile apps; privacy policy, app-ads.txt support and more... AppPage.net

About Counter Up Arduino Bluetooth

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

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

Sketch Arduino
int n ;
void setup() {
pinMode(7,INPUT);
Serial.begin(9600);
}
void loop() {

if (digitalRead(7) == LOW) {
n ++;
Serial.print(n);
delay(1000);
}
}

Similar Apps

Kebutuhan Air Putih Perhari

Kebutuhan Air Putih Perhari

0.0

Aplikasi untuk menghitung kebutuhan air putih perhari berdasarkan berat badan...

Undangan Paijo

Undangan Paijo

0.0

Jasa pembuatan aplikasi undangan nikah berbasis android...

Bore Up Engine

Bore Up Engine

0.0

Application for calculating volume, stroke, diameter piston engine...

Hitung Kapasitas Volume Mesin

Hitung Kapasitas Volume Mesin

0.0

Aplikasi untuk menghitung kapasitas volume mesin motor berdasarkan diameter piston dan langkah...

Hitung Kabel Listrik

Hitung Kabel Listrik

0.0

Aplikasi untuk menghitung luas penampang dan diameter kabel listrik berdasarkan daya, tegangan,...

Hitung Lampu LED Rumah

Hitung Lampu LED Rumah

0.0

Aplikasi Untuk Menghitung Daya dan Jumlah Lampu LED Berdasarkan Luas Ruangan Di...