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

Old attribute table is not go away

When testing different applications on an nRF52840 dongle I have the following problem:
The table of service and characteristics (1 service and 4 characteristics) of an earlier application is (partly) still available, although I have programmed a completely different example in the meantime.
I did not want to believe it at first. I deleted the BLE app (Lightblue) on my iPhone and installed another one. Again the old service with the old Characteristica appears (of course without function). But the service of the new example application (BLE-UART) doesn't work either (that worked before).
For development I used SES 4.22 with SDK 15.3. For programming I use nRF Connect Programmer (on Windows 7).
How can I delete the former attribute table?

Related