Skip to content

RedBearLab/iOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

It currently supports iOS 7 and Mac OSX 10.9.2.
OSX 10.7.5, 10.8.x and iOS 6 also support BLE but not tested.
OSX 10.9.0 and 10.9.1 have bugs, so we will not support.

For iOS devices, only iPhone 4s/5/5s, iPod touch 5 and iPad 3/4/Air/Mini have BLE 4.0 support.
For Mac devices, if no BLE hardware built-in, you need to buy an USB Bluetooth 4.0 dongle (CSR or Broadcom).

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.

The examples are for our BLE development boards, currently, it supports:

  • BLE Shield
  • BLE Mini
  • Blend Micro
  • Blend
  • BLE Nano
  • RBL nRF51822

Please refer to their repositories at https://github.com/RedBearLab/

License

Copyright (c) 2012-2014 RedBearLab

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Provides a BLE framework for developing BLE App on iOS/OSX platform using RBL BLE Service.

Resources

Stars

Watchers

Forks

Packages

No packages published