Part Number: BOOSTXL-CC2650MA
Other Parts Discussed in Thread: CC2650, BLE-STACK, CC2650MODA
Tool/software: Code Composer Studio
Hello,
I am new to Bluetooth programming and I am currently trying to program the CC2650MA to collect data via ADC, store it and transmit it to an Android phone thanks to BLE. I am using the BoosterPack and the LaunchPad in the standalone configuration described here.
Until now, I have successfully managed to program ADC and storage and I would like to add the BLE transmission. My problem is that I don't know which example to use and what file I have to modify to adapt the project to my needs. I am used to use basic TI RTOS examples but every BLE example is composed of 2 projects (app and stack) and I can't find my way to the files I am used to write to (CC2650_LAUNCHXL.h/c, board.h...). Do they even exist?
So my questions are:
- Which example is the most adapted to what I want to do?
- What files should I modify in that example to configure the standalone functioning? Are there any files corresponding to the ones I am used to?
- I suppose I will have to add new tasks for the ADC and storage already coded, is that right?
I have looked at many documents (Developer's guide, BLE getting started, workshops and threads) but I couldn't find answers in them, especially concerning the standalone configuration.
Any help would be very appreciated.
Regards,
Ilona