Hi, I am working with the cc2540 development kit and I modified the simpleBLEPeripheral and simpleBLECentral, so depending on how I press the joystick in the peripheral it will save a new value on the characteristic4 and when this value change, it will notify the central. When the central get the notification, depending on which value it has received, it will write something different on the screen. However it is not writting anything on the screen. I checked it with the packet Sniffer and the problem is that the peripheral is not sending any notification. What do I have to do to activate the notifications?
Thanks for your help!