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.

CC2640R2F: cc2640r2f

Part Number: CC2640R2F

Hello Champs,

I am going to measure the accelerometer parameter and see the location of drone in a mobile app using  cc2640r2f. how can I start it? if there is an example like that can anybody share with me?

thank you

  • Hi Hari,
    I am not certain what you are asking for. How much do you know about Bluetooth low energy, Embedded programming and our SDK offering?
  •  Hello Joakim,

    Thanks for your quick reply. I want to publish location (latitude, longitude etc) data in the smartphone using cc2640r2f. I am new to the Bluetooth 5 but I'm already familiar with SDK and ccs cloud tools.

  • Hi,
    I suggest you start by evaluating BT5 long range mode. We have a long range demo application hosted on our GitHub page where you could start: github.com/.../ble_examples. The example is written for an older SDK (v1.40) which you could port to the latest SDK (v2.40 as of now).

    However, I suggest you look into CC26x2 device instead, since it will allow more application code space. Start by understanding the BT5 functionality between two TI devices, and prototype based on that.

    I can make a long story short, we do not have any out-of-box example for your specific use case.