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.

CC2564C: Fastest way to implement Blood Pressure Profile in Bluetopia

Part Number: CC2564C


Hello,

I have a custom board with CC2564C and STM32F7 with already ported Bluetopia stack. I'd like to implement a Blood Pressure Profile application, but in Bluetopia there's no demo with that profile. Do I have to implement it on my own (basing e.g. Heart Rate Profile Demo) or are there any other examples which I can use?

Regards,

Marek

  • Hi Marek,

    There isn't a ready-made Blood Pressure Profile example in the Bluetopia SDK, but since that profile is built on top of the GATT profile you should be able to take any GATT profile example and modify it to implement the needed functionality for the Blood Pressure Profile.

    You could start with the HRPDemo in the SDK, that has much of the GATT functionality that you need.

    Let me know if you need more clarification or have further questions on implementing the Blood Pressure Profile on Bluetopia.

    Regards,

    Michael