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.

CC1350: Beginner : Data collector pair with smartphone and unload data

Part Number: CC1350
Other Parts Discussed in Thread: CC1310

Hi all,

I'm a beginner to BLE. I'm working on a project,

I have a data collector (CC1350) that will collect data and save those in the flash. When user required, He needs to turn on the BLE in the collector and pair with the smartphone and unload the data.

What I have done so far,

I got CC1350 LP. I installed "simplelink_cc13x0_sdk_1_40_00_10" & "ble_sdk_2_02_01_18". I tried example, "simple_peripheral". I just program the CC1310 by stack and then app. It was discovered by both the phone and SensorTag app. I also did small research on the code and change the pair key and the device name.

Questions,

1. What is the best example that I can use for this project?

2. How can I turn on and off BLE by a external GPIO?

Thanks in advance. Looking forward to your reply.

Dulip

  • For the data collector, are you using Sub1 GHz link to collect the data and then switch to BLE for sending the data to the user?
  • Hi Suyash,

    Yes I need both of them. The requirement is like as follows. I have several sensors directly connect to the BLE devie which collect data. Also I have one weight measurement unit (Only one unit per BLE device) connect through 1GHz. These data will be collect in 1mint reporting interval (approximately) and save in flash. After sometime (6 months) user comes with smartphone and switch RF to BLE and download all data to the phone.

    So yes I will need both of them.  I'm working in simple_peripheral example now.

    1.I think there is a switch that change RF mode?

    2.I found that this example has 5 characteristics I can use to transfer data to smartphone. But I couldn't  transfer a array of integers through them. please help me.

    Regards

    Dulip

  • This is my problem, anybody help me?