Giter VIP home page Giter VIP logo

bluetooth-low-energy-terminal-android-ble-library's Introduction

Bluetooth Low Energy Terminal

android Status

This Android app provides a line-oriented terminal / console for Bluetooth LE (4.x) devices implementing a custom serial profile For an overview on Android BLE communication see Android Bluetooth LEOverview.

This app includes UUIDs for widely used serial profiles:

  • Nordic Semiconductor nRF51822

  • Texas Instruments CC254x

  • Microchip RN4870/1

  • Telit Bluemod

  • Filtering, scanning, linking, reading, writing, notification subscription and cancellation in a simple way.

  • Support custom scan rules

  • Support multi device connections

  • Support configuration timeout for conncet or operation

Requirements

  • A device's location services can use Bluetooth to detect Bluetooth beacons and provide a more accurate location
  • In Android 11 or lower, individual apps require location permissions to use BLE scanning
  • From Android 12, the BLUETOOTH_SCAN, BLUETOOTH_ADVERTISE, and BLUETOOTH_CONNECT permissions can allow apps to scan for nearby devices without needing to request the location permission. For more information, see New Bluetooth permissions in Android 12.
  • My BLE library work on Android 5.0+ (API level 21+) .

Install

Step 1 :

Add it in your root build.gradle at the end of repositories:

allprojects {
    repositories {
        ...
        maven { url 'https://jitpack.io' }
    }
}

Step 2 :

Add the dependency

dependencies {
    implementation 'com.github.Amir-yazdanmanesh:Bluetooth-Low-Energy-Terminal-Android-BLE-Library:1.0.6'
	}

Preview

bluetooth-low-energy-terminal-android-ble-library's People

Contributors

amir-yazdanmanesh avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.