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.

CC2340R5: How to send a notification data to specific mobile app

Part Number: CC2340R5

I am having a custom hardware and using latest SDK available in web. I am using BLE in peripheral mode.

I want to send a data to specific mobile app from device when battery voltage is low. Or I can say in other word which is Want to broadcast data where specific mobile can get notification in app. Need help to having this enable in my CC2340R5 based custom board. Battery monitoring is work just need to make notification working.

Thanks
Bhavik

  • Hi Bhavik,

    The process for sending notifications from a peripheral device is the same regardless of what the central device is. The datastream project by default uses notifications to send data to the central device. I would suggest referencing this project (specifically the Server Data F000C0C2-0451-4000-B000-000000000000 characteristic)

    Best Regards,

    Jan