10

Bluetooth 4.0 is the latest specification to be adopted by the Bluetooth cabal, which notably adds Bluetooth low energy into the mix, which is designed to allow radios that sip battery like 802.15.4 ("ZigBee") to directly connect to consumer devices.

It sounds great, and according to a search for "bluetooth 4.0 devices", we are swimming in them because they all showed up Q4 2010, however I can barely find more than a single chip (TI CC2540), let alone any consumer product that is BT 4.0. Where are they?

Youssif Saeed
  • 221
  • 1
  • 9
Nick T
  • 12,360
  • 2
  • 44
  • 71

5 Answers5

7

Consumer Devices

Android

  • Samsung phones[specify]
  • HTC phones[specify]

Android 4.3 (API level 18) comes with an official Bluetooth Low Energy API. In older versions, BLE was not integrated into the Android API so each manufacturer had/has their own API.

Apple

iOS

  • iPhone 4S, 5+
  • iPad 3g, 4g, mini
  • iPod Touch 5g, Nano 7g

OS X

  • MacBook Air (Mid 2011/Model 4,x+)
  • Mac Mini (Mid 2011/Model 5,x+)

Modules

BlueGiga

  • BLE112 - single mode, programmable micro (8051) with spare GPIO/ADC
  • BLE113 - like 112 but with USB interface and additional BlueGiga stack software(?)
  • BT111 - dual mode (LE/classic), programmable micro

RedBear

Laird Technologies

muRata Technologies

connectBlue

Roving Networks, acquired by Microchip


ICs

TI

  • CC2541 BLE SoC
  • CC2560 Bluetooth 4.0 dual mode supported
  • lots.

Nordic Semi

Nick T
  • 12,360
  • 2
  • 44
  • 71
3

CSR8000

http://www.csr.com/products/54/csr8000-platform

Toby Jaffey
  • 28,796
  • 19
  • 96
  • 150
2
hromanko
  • 121
  • 2
0

We've used the CC256x from TI which is a dual mode radio. Capable of Bluetooth and BLE. You need an external microcontroller but idesign isn't difficult.

Gustavo Litovsky
  • 7,619
  • 3
  • 25
  • 44
0

I've been using the Dialog DA14580 quite a lot. There is a development kit available with a lot of source code and documentation. It's an integrated ARM Cortex-M0 with an integrated BLE radio running the rivierawaves BLE software stack.

It may be worth to look it up.

Barry
  • 171
  • 1
  • 7