Skip to content

Commit d635495

Browse files
author
Maximilian Alexander
committed
adding readme details
1 parent 10f5ef3 commit d635495

File tree

1 file changed

+26
-2
lines changed

1 file changed

+26
-2
lines changed

README.md

+26-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,26 @@
1-
# bluetooth-blog-tutorial
2-
A tutorial using Core Bluetooth and Android Bluetooth from Scratch
1+
# Bluetooth Low Energy Sample Apps
2+
3+
Here are sample apps that show how to build apps that can communicate over Bluetooth Low Energy.
4+
5+
## [Getting Started with Core Bluetooth](https://www.ditto.live/blog/posts/getting-started-with-core-bluetooth)
6+
7+
* Read Blog Post - https://www.ditto.live/blog/posts/getting-started-with-core-bluetooth
8+
9+
### Running the sample app
10+
11+
__Prerequisites__:
12+
1. XCode 11 or higher
13+
2. iOS 12 or higher
14+
3. Cocoapods
15+
16+
__Running the iOS BluetoothChat__:
17+
1. Clone this repo with `git clone https://github.com/getditto/bluetooth-blog-tutorial`
18+
2. In terminal go to: `cd iOS/App`
19+
3. Run `pod install --repo-update`
20+
4. Open up `BluetoothChat.xcworkspace`
21+
5. Run the app __on 2 or more physical devices__, the simulator is not recommended.
22+
23+
24+
## Getting Started with Android Bluetooth
25+
26+
Coming Soon!

0 commit comments

Comments
 (0)