This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Problem modifying ble_lbs.c/h

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.

Parents
  • Hello, Yes I am bonded. In fact, my adding of the characteristic worked ! But I had to recompile my project more than 10 times ! And I still have this problem of compilation : now, I want to change the UUID from 0x1525 to 0x1526, but the change isn't taken into account during the new compilation...

Reply
  • Hello, Yes I am bonded. In fact, my adding of the characteristic worked ! But I had to recompile my project more than 10 times ! And I still have this problem of compilation : now, I want to change the UUID from 0x1525 to 0x1526, but the change isn't taken into account during the new compilation...

Children
No Data