Arduino Bluetooth DHT11

by Emmanouel SPIRIDAKIS


Education

free



With this application you can connect an Arduino with temperature sensor and display Humidity and Temperature over your android phone or tablet. The connection diagram and the code are included The Arduino sends through the Bluetooth serial the e temperature and the humidity with a string of numbers divided by comma. The application splits the received string and displays it on the screen. There is a button to convert the Celsius to Fahrenheit degrees and vice versa.