This is an extremely simple consumer of the BLEDevice API. The aim is to demonstrate the smallest program that is sensibly detected on a device. Be careful with the name! iOS caches device names, and so you can't necessarily guarantee how long you'll be stuck with the first one you choose first time iOS sees your board.
Dependencies: BLE_API mbed nRF51822
History
The default advertising period seems too slow for the name to show up fast.; ; As that's the sole point of this example, let's decrease the interval
2015-01-28, by JonnyA [Wed, 28 Jan 2015 01:01:47 +0000] rev 1
The default advertising period seems too slow for the name to show up fast.; ; As that's the sole point of this example, let's decrease the interval
Basic BLEDevice with a name; ; This adds a very simple BLE device that does nothing except have a name. Useful for your very first program if you want iOS to cache a particular name.
2015-01-28, by JonnyA [Wed, 28 Jan 2015 00:50:59 +0000] rev 0
Basic BLEDevice with a name; ; This adds a very simple BLE device that does nothing except have a name. Useful for your very first program if you want iOS to cache a particular name.