Android Bluetooth Low Energy Terminal build with Android studio
Android 4.3 introduces built-in platform support for Bluetooth Low Energy , allows Android apps to communicate with BLE devices that have low power requirements, such as proximity sensors, heart rate monitors, fitness devices, and so on.
Android (API Level 18 or above) & Android studio
- async connect and data operate.
- data encode/decode with utf-8 format.
- background server with low payload to your phone.
- easy extension display text widget.
- easy wrapped communication interface.
a docker image used to build the project to build the docker image
docker build -t="android-gradle" .
enter the docker and build the project
docker run -v $(pwd):/opt/ws -it android-gradle bash
git clone https://github.com/Lembed/Android-BLE-Terminal.git
cd Android-BLE-Terminal
./gradlew build