- An iOS app built with Swift and CoreBluetooth.
- Functions as a BLE Central to connect with a specific BLE peripheral.
- Scans for devices and connects using a predefined UUID.
- Discovers services and characteristics on the connected device.
- Subscribes to notifications via
rxCharacteristic. - Sends data to the peripheral using
txCharacteristic. - Simple UIKit-based interface with:
UITextFieldfor user inputUITextViewfor real-time debug log
- Designed for easy testing and interaction with custom BLE hardware.
-
Notifications
You must be signed in to change notification settings - Fork 0
TarikToha/BlueApp
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
BLE Central iOS App