https://github.com/dariuszseweryn/2019-ios-ble-introduction
An example app using RxBluetoothKit to get accelerometer data from a SensorTag using RxBluetoothKit library
https://github.com/dariuszseweryn/2019-ios-ble-introduction
Last synced: 3 months ago
JSON representation
An example app using RxBluetoothKit to get accelerometer data from a SensorTag using RxBluetoothKit library
- Host: GitHub
- URL: https://github.com/dariuszseweryn/2019-ios-ble-introduction
- Owner: dariuszseweryn
- Created: 2019-04-09T13:00:43.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-09T13:02:59.000Z (over 6 years ago)
- Last Synced: 2025-03-30T14:23:56.250Z (6 months ago)
- Language: Swift
- Size: 238 KB
- Stars: 5
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Introduction app for BLE on iOS
This application is an introduction to BLE on iOS using RxBluetoothKit library. It aims to show how little is needed to successfully scan,
connect and get some data from a BLE peripheral. In this situation the peripheral is a Texas Instruments SensorTag CC2541.This application was successfully build using XCode 10.1 — as for this moment it is not compatible with XCode 10.2 which assumes usage of
Swift 5. RxBluetoothKit is not yet compatible with Swift 5.All connection code is in `BluetoothDemo/ViewController.swift`