BTLE (Bluetooth Low energy) development kit - must have proximity profile

Radu picture Radu · Sep 11, 2012 · Viewed 14.8k times · Source

Can anyone point me towards a tried and tested development kit (board) for Bluetooth Low Energy?

I am especially interested in the proximity profile, and compatibility with smartphone (especially iPhones and Android devices - but also any other that would have BTLE).

Also, can you tell me which smartphones would support the proximity profile?

Answer

andyh picture andyh · Sep 11, 2012

If you are looking for API support for BT LE features then there is very little at the moment. For example, Android at API16 does not support. It is all rather disappointing so far. In many instances the HW supports it but the middleware / upper layers do not. There is SOME support on iOS (with Iphone4s) and with certain Moto phones (need the SDK add on) but it is limited. iOS is probably your best bet (who'd have thought that). Personally I am looking to use the GAP and GATT interface on Android (ICS/JB), which is mandatory for a BT4.0 listed device (such as the BT ICs in high end smartphones) but GAP does not seem to be exposed.

Oh, and if you need a dev kit (for SW dev then this link might help > http://blog.bluetooth-smart.com/2011/10/05/bluetooth-low-energy-development-kits-2/)