Hello,
I'm working with the experimental BLE blinky application (with nrf52 and s132 SoftDevice). It works fine, but now I would like to add one more characteristic one the existing service in order to control two different leds.
When I worked with the nrf51 and the 110 SoftDevice, with the ledButtonDemo, I succeeded to add this characteristic, but now, I'm not able to do it, whereas I did the same changes on "main.c", "ble_lbs.c" and "ble_lbs.h".
I think that the problem is Keil : when I change LBS_UUID_LED_CHAR from 0x1525 to 0x1526, on the Master Control Panel, I still see 0x1525. I wonder if Keil recompile my librairies correctly.
I can I fix this problem please ?
ps : when I worked with the nrf51 (the one which worker), I worked with an other pc : now I have a new one, but I reinstalled all the packages needed.