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.

MOBILE ALERT BY USING CC2650?

Other Parts Discussed in Thread: CC2650

sir,

sir i need to set a one alert in Bluetooth CC2650 chip,means i want to set a time so based on that time it will alert to phone how we can implement this?

example: if i set a time for every 10 minutes,then this chip will give the alert to mobile every 10 minutes. how we can write for this?

     please help    me...

thanks &regards

s.santhosh kumar

Embedded software developer

  • Hi Santhosh,
    From the Chip/TI BLE stack perspective, this can be achieved a number of ways - eg. GATT Server w/ notifications + A RTOS timer that goes off every 10 mins that triggers the notification. SimpleLink Academy does good work introducing you to both these concepts in the RTOS module and the BLE Modules.
    On the phone, you'll have to develop an application that can handle these notifications. For this you'll need to search online or ask at the forum appropriate for the mobile BLE stack you'll be utilizing.
    Regards,
    -Rebel
  • i didn't get you sir,can say with some clarity,what are the notifications,what is the form of the notification,and which application i need to search,what are the requirements for that app.
  • Hi Santhosh,

    SimpleLink Academy does a great job of getting you exposure to how to set up a GATT server that GATT clients can connect to and request notifications from.

    These notifications can occur for various reasons, ultimately up to the way you want to configure your GATT server.

    Please see the software developer's guide, chapter 5 for more information on GATT in general.

    -Rebel