/ble_plant_monitor_android

Android app for ble_plant_monitor

Primary LanguageJava

BlueTanist plant monitor

Based on the android BluetoothLeGatt sample.

Introduction

This application shows a list of available BlueTanist monitor devices and provides an interface to connect and display sensor data.

It creates a Service for managing connection and data communication with a GATT server hosted on a given BlueTanist monitor device.

The Activities communicate with the Service, which in turn interacts with the Bluetooth LE API.

Pre-requisites

  • Android SDK 28
  • Android Build Tools v28.0.3
  • Android Support Repository

Screenshots

Screenshot Screenshot

Getting Started

This application uses the Gradle build system. To build this project, use the "gradlew build" command or use "Import Project" in Android Studio.