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

fartem/android-remote-temperature-control-client

Repository files navigation

Android Remote Temperature Control Client

GitHubActions Codebeat Codecov Android Arsenal

About

Remote client for Arduino temperature project.

How to run

With Arduino module

  1. run Arduino module;
  2. pair your Android device and Arduino Bluetooth module from a device settings;
  3. install devicebt app flavor;
  4. run app and select Arduino Bluetooth module from devices list.

Without Arduino module

Install debugbt app flavor.

Screenshots


How to contribute

Read Commit Convention. Make sure your build is green before you contribute your pull request. Then:

$ ./gradlew clean
$ ./gradlew build

If you don't see any error messages, submit your pull request.

Contributors