Is it possible to generate a pre compiled library that configure at run-time new BLE services and characteristics on the nRF52840?
If the answer is yes, is it possible to integrate the library into an existing project?
Is it possible to generate a pre compiled library that configure at run-time new BLE services and characteristics on the nRF52840?
If the answer is yes, is it possible to integrate the library into an existing project?
Hi,
You can always add services and characteristics to the attribute table. However you need to decide on how much memory to use when initializing the SD. Unfortunately the memory size cannot be changed in runtime.
Hi,
You can always add services and characteristics to the attribute table. However you need to decide on how much memory to use when initializing the SD. Unfortunately the memory size cannot be changed in runtime.