This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

What is the difference between SimpleBLEperipheral and KeyfobDemo sample project?

I know those two projects are really similar, but I can't find any document or article that compares and defines the difference between two, which is I'd like to know. All I could find out was section 12.1 of TI_BLE_Sample_Applications_Guide.pdf that says "they are really similar." I've tried to compare the codes by myself, but this IAR workbench so annoying.. It won't let me open two projects at once. I had to keep loading each file so it is difficult for me to directly compare two projects.

Thank you in advance.

Best Regards,
JJ Park

  • Hi JJ,

    The KeyFob demo can be seen as extension of the simpleBLEPheripheral project that includes more functionality.
    This demo project shows e.g. how to implement multiple services and how to use the more of the peripherals.

    The simpleBLEPeripheral projects is typically the start point to understand the underlying functionality of the stack , and how to create a peripheral, and than can the KeyFob demo be used as a next step for a bit more advanced system. So which project to use depends on what you are looking for.

    Regards,
    Johan