Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #32

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Introduction
============

This BLE SDK for iOS provides a framework for Mac OSX and iOS developers to develop Bluetooth 4.0 Low Energy (aka BLE) Apps easily using a simeple TXRX Service for exchanging data. It is based on Apple's CoreBluetooth framework.
This BLE SDK for iOS provides a framework for Mac OSX and iOS developers to develop Bluetooth 4.0 Low Energy (aka BLE) Apps easily using a simple TXRX Service for exchanging data. It is based on Apple's CoreBluetooth framework.

It currently supports iOS 7 and Mac OSX 10.9.2.<br/>
OSX 10.7.5, 10.8.x and iOS 6 also support BLE but not tested.<br/>
Expand All @@ -11,7 +11,7 @@ OSX 10.9.0 and 10.9.1 have bugs, so we will not support.<br/>
For iOS devices, only iPhone 4s/5/5s, iPod touch 5 and iPad 3/4/Air/Mini have BLE 4.0 support.<br/>
For Mac devices, if no BLE hardware built-in, you need to buy an USB Bluetooth 4.0 dongle (CSR or Broadcom).<br/>

Since BLE is a new technology, if you found your App does not run correctly, it might be the OS issue, try to restart your device to try again.
Since BLE is a new technology and if you find your App does not run correctly, restart your device.

The examples are for our BLE development boards, currently, it supports:<br/>
- BLE Shield
Expand Down