face detection opencv dan visual studio face detection opencv dan visual studio

programnya............ #include "visualcontrol.h" #include "webcamwidget.h" #include #include #include #include #include #include #include #include #include #include #include #include "cognition/detector/facedetector.h" #include "cognition/trainerimage.h" namespace gui { const cv::Size …

Read more »
25Oct2015

volume control tangki air arduinovolume control tangki air arduino

flowchart programnya..... /*----------------------------------------------------- '   '     VOLUME CONTROL TANGKI AIR '     TRIG --> Pin 9 '     ECHO --> Pin 8 '     RELAY --> Pin 10 '     Hasilnya tampilkan ke LCD ' '------------------------*/ #define ECHOPIN 9                           #define…

Read more »
23Oct2015

tongkat tunatentra ultrasonik arduinotongkat tunatentra ultrasonik arduino

flowchart programnya............... /*----------------------------------------------------- '      '     TONGKAT TUNA NETRA '     TRIG --> Pin 8 '     ECHO --> Pin 9 '     BUZZER --> Pin 11 '     Hasilnya tampilkan ke LCD '     '------------------------*/ #define ECHOPIN 9                          …

Read more »
22Oct2015

kran otomatis arduino dan ultrasonikkran otomatis arduino dan ultrasonik

flowchart programnya......... /*----------------------------------------------------- '   '     KRAN OTOMATIS '     TRIG --> Pin 8 '     ECHO --> Pin 9 '     Relay --> Pin 10 '     Hasilnya tampilkan ke LCD '   '------------------------*/ #define ECHOPIN 9                         #define TRIGPIN…

Read more »
22Oct2015

penghitung jumlah orang otomatis pake arduinopenghitung jumlah orang otomatis pake arduino

flowchart /*----------------------------------------------------- '   '     PENGHITUNG JUMLAH ORANG '     TRIG --> Pin 8 '     ECHO --> Pin 9 '     Hasilnya tampilkan ke LCD '   '------------------------*/ #define ECHOPIN 9                           #define TRIGPIN 8                           #…

Read more »
22Oct2015

penghitung tinggi badan arduinopenghitung tinggi badan arduino

flowchart /*----------------------------------------------------- '      '     PENGHITUNG TINGGI BADAN '     TRIG --> Pin 8 '     ECHO --> Pin 9 '     Hasilnya tampilkan ke LCD ' '------------------------*/ #define ECHOPIN 9                            #define TRIGPIN 8                             #…

Read more »
22Oct2015

Early warning system Banjir via smsEarly warning system Banjir via sms

flowchart /*----------------------------------------------------- '     SMS ERALY WARNING '     TRIG --> Pin 8 '     ECHO --> Pin 9 '     Baud Rate 9600 bps '     Hasilnya tampilkan ke LCD '------------------------*/ #include #include #define ECHOPIN 9                           #define TRIGPIN 8…

Read more »
22Oct2015

alarm parkir mobil dengan arduinoalarm parkir mobil dengan arduino

flowchart alarm parkir mobil dengan arduino /*----------------------------------------------------- '     APLIKASI 2 '     ALARM PARKIR MOBIL '     TRIG --> Pin 8 '     ECHO --> Pin 9 '     BUZZER --> Pin 11 '     Hasilnya tampilkan ke LCD '  dadan ahmad dani '------------------------*/ #define ECH…

Read more »
22Oct2015

ULTRASONIC RANGE METERULTRASONIC RANGE METER

flowchart ULTRASONIC RANGE METER /*----------------------------------------------------- '     APLIKASI 1 '     ULTRASONIC RANGE METER '     TRIG --> Pin 8 '     ECHO --> Pin 9 '     Hasilnya tampilkan ke LCD '   '------------------------*/ #define ECHOPIN 9                           #define TRIG…

Read more »
22Oct2015

program telemetri by requestprogram telemetri by request

//program telemetri by request #include #include LiquidCrystal lcd(2,3, 4, 5, 6, 7); const int rxpin = 8; const int txpin = 9; SoftwareSerial gsm(rxpin, txpin); String inString=""; String inString2=""; String Stemp=""; String inbox=""; String noPengirim=""; char str,f; int adc0,temp,t; int i,j,…

Read more »
22Oct2015

Telemetri : kirim suhu secara continueTelemetri : kirim suhu secara continue

//program telemetri continue #include #include LiquidCrystal lcd(2,3, 4, 5, 6, 7); const int rxpin = 8; const int txpin = 9; SoftwareSerial gsm(rxpin, txpin); String inString=""; char str,f; int adc0,temp,t; void getmodem() {  f=1;  while(f)  {    if(gsm.available())        {        str=gsm.rea…

Read more »
22Oct2015

Mengirim SMS dengan trigger switchMengirim SMS dengan trigger switch

//program scan switch #include #include LiquidCrystal lcd(2,3, 4, 5, 6, 7); const int rxpin = 8; const int txpin = 9; SoftwareSerial gsm(rxpin, txpin); String inString=""; char str,f,scan; void getmodem() {  f=1;  while(f)  {    if(gsm.available())        {        str=gsm.read();        Serial.p…

Read more »
22Oct2015

program kontrol LEDvia smsprogram kontrol LEDvia sms

//program kontrol LED #include #include LiquidCrystal lcd(2,3, 4, 5, 6, 7); const int rxpin = 8; const int txpin = 9; SoftwareSerial gsm(rxpin, txpin); String inString=""; String inString2=""; String Stemp=""; String inbox=""; char str,f; int i,j; void setup() {     gsm.begin(9600);   lcd.begi…

Read more »
22Oct2015

program terima SMSprogram terima SMS

//program terima SMS #include #include LiquidCrystal lcd(2,3, 4, 5, 6, 7); const int rxpin = 8; const int txpin = 9; SoftwareSerial gsm(rxpin, txpin); String inString=""; String inString2=""; String Stemp=""; String inbox=""; char str,f; int i,j; void setup() {   Serial.begin(9600);   gsm.begin…

Read more »
22Oct2015

program kirim SMSprogram kirim SMS

//program kirim SMS #include #include LiquidCrystal lcd(2,3, 4, 5, 6, 7); const int rxpin = 8; const int txpin = 9; SoftwareSerial gsm(rxpin, txpin); String inString=""; char str,f; void getmodem() {  f=1;  while(f)  {    if(gsm.available())        {        str=gsm.read();        Serial.print(st…

Read more »
22Oct2015

program kontrol Relayprogram kontrol Relay

//program kontrol Relay #include #include LiquidCrystal lcd(2,3, 4, 5, 6, 7); const int rxpin = 8; const int txpin = 9; SoftwareSerial gsm(rxpin, txpin); String inString=""; String inString2=""; String Stemp=""; String inbox=""; char str,f; int i,j; void setup() {     gsm.begin(9600);   lcd.be…

Read more »
22Oct2015

source code door locksource code door lock

# include #include LiquidCrystal lcd(7,6,5,4,3,2); int row[]={A0,A1,A3,A4};// Defining row pins of keypad connected to Arduino pins int col[]={10,11,12,13};//Defining column pins of keypad connected to Arduino int i,j,lcd_count,count=1,key_id=0,flag,entry=0;// See About the Program int col_scan;//…

Read more »
21Oct2015
 
Cyber Code © 2014. All Rights Reserved. Powered by Blogger
Top