Git Product home page Git Product logo

Comments (4)

philips77 avatar philips77 commented on August 17, 2024

Hello,
I believe you're referring to Android BLE Library instead of this one, right?
The Kotlin one (which I'm rewriting, actually) is aiming to replace the Java-baseed one.

from android-ble-library.

izivkov avatar izivkov commented on August 17, 2024

You might be right. I followed the Blinky example referenced from your Kotlin-BLE-Library. I basically extended the BleManager class, and this is where I got these callbacks. I assumed that the Blinky code was using your Kotlin library. Sorry for the confusion.

My goal is to separate the BLE communications from the UI and place it in a separate, domain-specific module. The examples in the README file in this project refer to some UI elements, like buttons and viewModelScope. I would love to see an example of pure BLE connection, scanning, etc.

from android-ble-library.

philips77 avatar philips77 commented on August 17, 2024

In this class you have "Blinky" implementation of the Bluetooth LE layer. It is build using this library (Android BLE Library).

Remote device is exposed to the app via an interface named Blinky. The implementation is private and can be replaced with a mock, for example.

The library does not support scanning, just Client or Client+Server connection mode. Instead, I would recommend 3 options:

  1. Using Android Compat Scanner library - if you plan to support Android 4.3+
  2. Native Android API (e.g. BluetoothLeScanner) - if you like callbacks and builders
  3. Kotlin BLE Library
    • The current version will soon1 be replaced with a new implementation

Current version of nRF Blinky is using the first approach, you may find it here.

I would recommend option 3 and waiting for version 2.0, if you have time, otherwise any other implementation.

Footnotes

  1. I am working on client side at the moment and how to publish something in coming weeks

from android-ble-library.

izivkov avatar izivkov commented on August 17, 2024

from android-ble-library.

Related Issues (20)

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.