Temperature monitoring. Android app: https://github.com/fartem/android-remote-temperature-control-client.
Contains in src
folder.
Requirements:
- Android application;
- Arduino (tested on UNO (original and copy));
- power cable (using a standard cable);
- Bluetooth module (tested on HC-05 and HC-06);
- temperature and humidity sensor (tested on DHT22, now adopted only for this sensor series);
- resistor for temperature and humidity sensor;
- wires for connecting components.
Contains in test
folder.
Requirements:
- Android application;
- Arduino (tested on UNO (original and copy));
- power cable (using a standard cable);
- Bluetooth module (tested on HC-05 and HC-06);
- wires for connecting components.
Read Commit Convention. Make sure your changes cannot crash the program and submit your pull request.
- @fartem as Artem Fomchenkov