Skip to content
This repository has been archived by the owner on Aug 15, 2021. It is now read-only.

fartem/arduino-temperature-control

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Android Temperature Control

Android Arsenal

About

Temperature monitoring. Android app: https://github.com/fartem/android-remote-temperature-control-client.

Release configuration

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.

Test configuration

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.

How to contribute

Read Commit Convention. Make sure your changes cannot crash the program and submit your pull request.

Contributors