Smart Sensors Android App
This Android APP is used to connect a current Android phone with a smart sensor via Bluetooth Low Energy (BLE). This project is still in development, but it is in a usable state by now.
Why?
I wanted to learn Android development and use my ESP32 Bluetooth connectivity.
Supported Sensors
The following sensors are currently supported:
- rv-smart-tanklevel (a Tank level indicator)
Show me how it looks
Screenshots from the mobile UI
How to build this Android Project
The best way to use it, by opening it with Android Stuido. If you want to run it on the command line, please proceed as follows:
- Install Java runtime 11 or newer
- Run these commands:
> ./gradlew build
License
Smart Sensor App (c) by Martin Verges.
Smart Sensor App is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.
You should have received a copy of the license along with this work. If not, see http://creativecommons.org/licenses/by-nc-sa/4.0/.