File tree 1 file changed +26
-2
lines changed
1 file changed +26
-2
lines changed Original file line number Diff line number Diff line change 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!
You can’t perform that action at this time.
0 commit comments