Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 816 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 816 Bytes

Bluetooth Low Energy Sample Apps

Here are sample apps that show how to build apps that can communicate over Bluetooth Low Energy.

Running the sample app

Prerequisites:

  1. XCode 11 or higher
  2. iOS 12 or higher
  3. Cocoapods

Running the iOS BluetoothChat:

  1. Clone this repo with git clone https://github.com/getditto/bluetooth-blog-tutorial
  2. In terminal go to: cd iOS/App
  3. Run pod install --repo-update
  4. Open up BluetoothChat.xcworkspace
  5. Run the app on 2 or more physical devices, the simulator is not recommended.

Getting Started with Android Bluetooth

Coming Soon!