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.

CC3301: Request for Guidance on Implementing a Custom BLE Service with CC3301 on BBB Development Board

Part Number: CC3301

Tool/software:

Dear Team,

I hope this message finds you well.

I am currently working on a project involving the CC3301 chipset on a BeagleBone Black (BBB) development board. We aim to implement a custom BLE service that includes two characteristics:

  • One characteristic with the "Write Without Response" property.
  • Another characteristic with the "Notify" property.

This custom BLE service is intended for communication between the BBB and a mobile device.

Could you please provide any relevant examples or guidance on achieving this? Any documentation, sample code, or references would be greatly appreciated.

Thank you very much for your assistance.

Best regards,

Aaron

  • Hi Aaron,

    We don't have a exact example for writing custom characteristics. I would recommend you take a look at the example we have for our WiFi and BLE provisioning demo via linux. 

    However, this is still doable. You could use the Gatt layer in BlueZ stack to create your own application that would implement these custom characteristics.