SimpleDHT library:
Components:
1 x DHT11 Humidity_Temperature Sensor
1 x HC-05 Bluetooth Module
1 x LCD Screen 16 x 2
1 x Arduino Uno R3
1 x Breadboard
* x Jumper Wires (*- as many as you need)
Schematics:
HC-05 Bluetooth Module Connection:
RX to pin 13
TX to pin 12
VCC to 5 V
GND to GND
DHT 11 Sensor Connection:
VCC to 5 V
GND to GND
Data to pin 7
LCD Screen Connection:
VCC to 5 V
GND to GND
SDA to Analog A4
SDC to Analog A5
Code for Arduino: https://drive.google.com/drive/folders/0B4XBFvTTDF-jWDAxTGJRczlVSjA?usp=sharing
App Link:https://drive.google.com/file/d/0B4XBFvTTDF-jRk5qNXE2eFZDdUk/view?usp=sharing
NOTE: Anyone installing your app (which is an ".apk" file) will need to change the setting on their phone to allow installation of non-market applications:
To find this setting on versions of Android prior to 4.0, go to "Settings > Applications" and then check the box next to "Unknown Sources". For devices running Android 4.0 or above, go to "Settings > Security" or "Settings > Security & Screen Lock" and then check the box next to "Unknown Sources" and confirm your choice.
Credits: I downloaded the DHT and the LCD libraries from the following websites.
No comments:
Post a Comment