SlideShare a Scribd company logo
1 of 15
FINAL PROJECT
BRAVERA MAHA DANTA 120216025
JAMES PHILIP MONTOLALU 13021106048
ADIWARMAN PUTRA PAPUTUNGAN 13021106099
Aplikasi Teknologi Nirkabel
Project :
Merangkai Sensor Suhu dan Kelembaban
Arduino Uno
 Input  Sensor Suhu dan Kelembaban DHT 11
 Process  Mikrokontroler Arduino UNO, Bluetooth HC-05
 Output  LCD, Serial Monitor , Android
Alat dan Bahan
Cara Perakitan
 Sensor Suhu DHT11:
(+) di pin POWER 3.3V
(-) di pin POWER GND
(output) di pin 2
 Bluetooth HC-05
VCC di pin POWER 5V
GND di pin POWER GND
TX di pin 11
RX di pin 10
 LCD i2c
VCC kabelnya di gabung dengan kabel VCC dari HC-05 di pin POWER 5V
GND di pin POWER GND
SCL di pin Analog in A5
SDA di pin Analog in A4
Setelah pemasangan lakukan coding
pada arduino
#include <Wire.h>
#include <LiquidCrystal_I2C.h>
LiquidCrystal_I2C lcd(0x27,16,2);
#include <SoftwareSerial.h>
SoftwareSerial Genotronex(11, 10);
#include "DHT.h"
#define DHTPIN 2
#define DHTTYPE DHT11
DHT dht(DHTPIN, DHTTYPE);
void setup() {
lcd.init();
lcd.backlight();
lcd.clear();
Genotronex.begin(9600);
Genotronex.println("connected");
Serial.begin(9600);
Serial.println("DHTxx test!");
dht.begin();
}
void loop() {
delay(2000);
float h = dht.readHumidity();
float t = dht.readTemperature();
float f = dht.readTemperature(true);
if (isnan(h) || isnan(t) || isnan(f)) {
Serial.println("Failed to read from DHT sensor!");
return;
}
float hif = dht.computeHeatIndex(f, h);
float hic = dht.computeHeatIndex(t, h, false);
Serial.print("Humidity: ");
Serial.print(h);
Serial.print(" %t");
Serial.print("Temperature: ");
Serial.print(t);
Serial.print(" *C ");
Serial.print(f);
Serial.print(" *Ft");
Serial.print("Heat index: ");
Serial.print(hic);
Serial.print(" *C ");
Serial.print(hif);
Serial.println(" *F");
lcd.print("Humidity :");
lcd.setCursor(1,1);
lcd.print(h);
lcd.setCursor(7,1);
lcd.print("%");
delay(1500);
lcd.clear();
delay(100);
lcd.print("Suhu:");
lcd.setCursor(6,0);
lcd.print(t);
lcd.setCursor(12,0);
lcd.print("*C");
lcd.setCursor(6,1);
lcd.print(f);
lcd.setCursor(12,1);
lcd.print("*F");
delay(1250);
lcd.clear();
delay(100);
lcd.print("Heat Indeks:");
lcd.setCursor(0,1);
lcd.print(hic);
lcd.setCursor(5,1);
lcd.print("*C");
lcd.setCursor(8,1);
lcd.print(hif);
lcd.setCursor(13,1);
lcd.print("*F");
delay(1250);
lcd.clear();
delay(250);
Genotronex.print("Humidity: ");
Genotronex.print(h);
Genotronex.println(" %n");
Genotronex.println("Temperature: ");
Genotronex.print(t);
Genotronex.println(" *C ");
Genotronex.print(f);
Genotronex.println(" *Fn");
Genotronex.print("Heat index: n");
Genotronex.print(hic);
Genotronex.println(" *C n");
Genotronex.print(hif);
Genotronex.println(" *F");
delay(1500);
}
Kemudian buat Aplikasi Android
dengan APP INVERTOR (home)
(about)
Tampilan pada serial monitor
Tampilan pada handphone
Arduino yang sudah jadi
TERIMA KASIH

More Related Content

More from James Montolalu

Aplikasi penampil profil biodata mahasiswa unsrat berbasis web uas
Aplikasi penampil profil biodata mahasiswa unsrat berbasis web uasAplikasi penampil profil biodata mahasiswa unsrat berbasis web uas
Aplikasi penampil profil biodata mahasiswa unsrat berbasis web uasJames Montolalu
 
Tutorial Pentaho - Membuat Data base werehaouse
Tutorial Pentaho - Membuat Data base werehaouseTutorial Pentaho - Membuat Data base werehaouse
Tutorial Pentaho - Membuat Data base werehaouseJames Montolalu
 
Kelompok 14 - [presentasi sistem transportasi}]
Kelompok 14 - [presentasi sistem transportasi}]Kelompok 14 - [presentasi sistem transportasi}]
Kelompok 14 - [presentasi sistem transportasi}]James Montolalu
 
Pemodelan web dengan web ml
Pemodelan web dengan web mlPemodelan web dengan web ml
Pemodelan web dengan web mlJames Montolalu
 
James philip montolalu 13021106048
James philip montolalu   13021106048James philip montolalu   13021106048
James philip montolalu 13021106048James Montolalu
 
Tugas final 2 presentasi
Tugas final 2 presentasiTugas final 2 presentasi
Tugas final 2 presentasiJames Montolalu
 
Indeks kami ( keamanan informasi )
Indeks kami ( keamanan informasi )Indeks kami ( keamanan informasi )
Indeks kami ( keamanan informasi )James Montolalu
 
Arsitektur dan Organisasi Komputer
Arsitektur dan Organisasi KomputerArsitektur dan Organisasi Komputer
Arsitektur dan Organisasi KomputerJames Montolalu
 
Tugas keamanan sistem informasi4
Tugas keamanan sistem informasi4Tugas keamanan sistem informasi4
Tugas keamanan sistem informasi4James Montolalu
 

More from James Montolalu (20)

Aplikasi penampil profil biodata mahasiswa unsrat berbasis web uas
Aplikasi penampil profil biodata mahasiswa unsrat berbasis web uasAplikasi penampil profil biodata mahasiswa unsrat berbasis web uas
Aplikasi penampil profil biodata mahasiswa unsrat berbasis web uas
 
Tutorial Pentaho - Membuat Data base werehaouse
Tutorial Pentaho - Membuat Data base werehaouseTutorial Pentaho - Membuat Data base werehaouse
Tutorial Pentaho - Membuat Data base werehaouse
 
Kelompok 14 - [presentasi sistem transportasi}]
Kelompok 14 - [presentasi sistem transportasi}]Kelompok 14 - [presentasi sistem transportasi}]
Kelompok 14 - [presentasi sistem transportasi}]
 
Proposal
ProposalProposal
Proposal
 
Pemodelan web dengan web ml
Pemodelan web dengan web mlPemodelan web dengan web ml
Pemodelan web dengan web ml
 
James philip montolalu 13021106048
James philip montolalu   13021106048James philip montolalu   13021106048
James philip montolalu 13021106048
 
Ifc modul 7 (queue)
Ifc   modul 7 (queue)Ifc   modul 7 (queue)
Ifc modul 7 (queue)
 
Ifc modul 6 (stack)
Ifc   modul 6 (stack)Ifc   modul 6 (stack)
Ifc modul 6 (stack)
 
Ifc modul 5 (searching)
Ifc   modul 5 (searching)Ifc   modul 5 (searching)
Ifc modul 5 (searching)
 
Ifc modul 4(sotring)
Ifc   modul 4(sotring)Ifc   modul 4(sotring)
Ifc modul 4(sotring)
 
Ifc modul 3 (adt)
Ifc   modul 3 (adt)Ifc   modul 3 (adt)
Ifc modul 3 (adt)
 
Ifc modul 2 (array)
Ifc   modul 2 (array)Ifc   modul 2 (array)
Ifc modul 2 (array)
 
Ifc modul 1 (fungsi)
Ifc   modul 1 (fungsi)Ifc   modul 1 (fungsi)
Ifc modul 1 (fungsi)
 
Tugas final 2 presentasi
Tugas final 2 presentasiTugas final 2 presentasi
Tugas final 2 presentasi
 
Presentation2 ver 1.1
Presentation2 ver 1.1Presentation2 ver 1.1
Presentation2 ver 1.1
 
Indeks kami ( keamanan informasi )
Indeks kami ( keamanan informasi )Indeks kami ( keamanan informasi )
Indeks kami ( keamanan informasi )
 
Topologi jaringan
Topologi jaringanTopologi jaringan
Topologi jaringan
 
Ansis
AnsisAnsis
Ansis
 
Arsitektur dan Organisasi Komputer
Arsitektur dan Organisasi KomputerArsitektur dan Organisasi Komputer
Arsitektur dan Organisasi Komputer
 
Tugas keamanan sistem informasi4
Tugas keamanan sistem informasi4Tugas keamanan sistem informasi4
Tugas keamanan sistem informasi4
 

Final project Aplikasi Teknologi dan dNirkabel