/ble_explorer

Tinkering with Android BLE

Primary LanguageKotlinBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

BLE Explorer

This is a refresher exploration of BLE utilizing patterns I have used in the past, but adding new types for managing received data such as Kotlin Flows. I have been tinkering with this locally on my computer (not in git) for a few months now. This is currently a work-in-progress. I have been updating the codebase as libraries have been updated.

NOTE This is definitely not a hardened app.

As of right now it:

  • Scans for devices
  • Connects to devices

ANOTHER NOTE* Development is slow moving here, not everything is perfect or necessarily even "good".