Hi there,
I upgraded my SDK from 1.1a to 1.2.1, but I found that the TI's demo App on iPhone 4S doesn't work properly with the newer version of SDK. Thanks for help.
Here is my NSLogs:
Keyfob demo with SDK 1.2.1 F/W:
didDiscoverPeripheral Stopped Scanning Known peripherals : 1 List of currently known peripherals : 0 | 00000000-0000-0000-826E-35448A150116 ------------------------------------ Peripheral Info : UUID : 00000000-0000-0000-826E-35448A150116 RSSI : 0 Name : CC2540DK-mini Keyfo isConnected : 0 ------------------------------------- Connecting to peripheral with UUID : 00000000-0000-0000-826E-35448A150116 Connection to peripheral with UUID : 00000000-0000-0000-826E-35448A150116 successfull 2012-05-19 20:39:51.672 BLE Demo[290:707] Disconnected!!!
Keyfob demo with SDK 1.1a F/W:
didDiscoverPeripheral Stopped Scanning Known peripherals : 1 List of currently known peripherals : 0 | 00000000-0000-0000-826E-35448A150116 ------------------------------------ Peripheral Info : UUID : 00000000-0000-0000-826E-35448A150116 RSSI : 0 Name : CC2540DK-mini Keyfo isConnected : 0 ------------------------------------- Connecting to peripheral with UUID : 00000000-0000-0000-826E-35448A150116 Connection to peripheral with UUID : 00000000-0000-0000-826E-35448A150116 successfull Services of peripheral with UUID : 00000000-0000-0000-826E-35448A150116 found Fetching characteristics for service with UUID : <1800> Fetching characteristics for service with UUID : <1801> Fetching characteristics for service with UUID : <180a> Fetching characteristics for service with UUID : <1803> Fetching characteristics for service with UUID : <1802> Fetching characteristics for service with UUID : <1804> Fetching characteristics for service with UUID : <ffb0> Fetching characteristics for service with UUID : <ffa0> Fetching characteristics for service with UUID : <ffe0> Characteristics of service with UUID : <1800> found Found characteristic <2a00> Found characteristic <2a01> Found characteristic <2a02> Found characteristic <2a03> Found characteristic <2a04> Characteristics of service with UUID : <1801> found Found characteristic <2a05> Characteristics of service with UUID : <180a> found Found characteristic <2a23> Found characteristic <2a24> Found characteristic <2a25> Found characteristic <2a26> Found characteristic <2a27> Found characteristic <2a28> Found characteristic <2a29> Found characteristic <2a2a> Characteristics of service with UUID : <1803> found Found characteristic <2a06> Characteristics of service with UUID : <1802> found Found characteristic <2a06> Characteristics of service with UUID : <1804> found Found characteristic <2a07> Characteristics of service with UUID : <ffb0> found Found characteristic <ffb1> Found characteristic <ffb2> Characteristics of service with UUID : <ffa0> found Found characteristic <ffa1> Found characteristic <ffa2> Found characteristic <ffa3> Found characteristic <ffa4> Found characteristic <ffa5> Characteristics of service with UUID : <ffe0> found Found characteristic <ffe1> Finished discovering characteristicsEnabling accelerometer Updated notification state for characteristic with UUID <ffa3> on service with UUID <ffa0> on peripheral with UUID 00000000-0000-0000-826E-35448A150116 Updated notification state for characteristic with UUID <ffa4> on service with UUID <ffa0> on peripheral with UUID 00000000-0000-0000-826E-35448A150116 Updated notification state for characteristic with UUID <ffa5> on service with UUID <ffa0> on peripheral with UUID 00000000-0000-0000-826E-35448A150116 Updated notification state for characteristic with UUID <ffe1> on service with UUID <ffe0> on peripheral with UUID 00000000-0000-0000-826E-35448A150116 Updated notification state for characteristic with UUID <2a07> on service with UUID <1804> on peripheral with UUID 00000000-0000-0000-826E-35448A150116
Regards, Cheong
|