This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

MSP430 Bluetooth software question

Other Parts Discussed in Thread: CC2560

We have an issue with the CC2560 firmware development

 

Platform:               MSP-EXP430F5438 + PAN1315ETU CC2560

Demo firmware :  MSP430BT5190-CC2560 SDK

Issue :

       1.  changed the "Bluetooth device  name " (SDK_CONFIG_DEVICE_NAME)   from  sdk_config.h ,but it doesn't work , always get  the device name like "BlueMSP430"  from the Host , but the pass key (SDK_CONFIG_PIN) changing is activated ,once changed in the same filetsdk_config.h ),the new PIN  will pass from Host ,and SPP works.

 

       2. once restart the device , try to connect with Host , need to input the pass key everytime ,normally it should be only the first time to input the PIN during the peering process  from PC.