https://github.com/lorenzofelletti/simplebleapp
A simple app that implements a BLE peripheral
https://github.com/lorenzofelletti/simplebleapp
android ble ble-peripherals bluetooth-low-energy kotlin kotlin-android
Last synced: 11 months ago
JSON representation
A simple app that implements a BLE peripheral
- Host: GitHub
- URL: https://github.com/lorenzofelletti/simplebleapp
- Owner: lorenzofelletti
- Created: 2022-10-14T13:39:42.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-10T16:46:29.000Z (over 3 years ago)
- Last Synced: 2025-06-23T17:49:44.594Z (12 months ago)
- Topics: android, ble, ble-peripherals, bluetooth-low-energy, kotlin, kotlin-android
- Language: Kotlin
- Homepage:
- Size: 215 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SimpleBleApp
A simple app that implements a Bluetooth LE peripheral exposing a service with UUID `0000ffe0-0000-1000-8000-00805f9b34fb` and two characteristics.
The first characteristic has permissions for notifications and read, the second one for read and write.
These characteristic are used by an ad-hoc central to enable the execution of scripts on the central commanded by the peripheral.
The user of the app can command the execution of scripts in broadcast to all connected centrals.