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.

BLE Programming on cc2541

Other Parts Discussed in Thread: CC2541, SENSORTAG-SW

Hi 

I am beginner to BLE development.I have a cc2541 which is going interface with ADC device.

My requirement is to send the ADC data to android through cc2541.

Please suggest me some tutorial/guide to develop the program for transferring the data through BLE on cc2541.

Note: I have checked some sample program provided BLE stack such as simpleBLEperipheral,  simpleBLECentral.

In the sample program which functions may i use to transfer the data.

Regards ,

Mari,

  • Hi Mari,

    I suggest that you take a look at the senorTag example that also is provided with the BLE stack.
    The sensorTag communicates a lot of different sensor data to e.g. an Android app. I think that this code will serve as a a good starting point for you. The sensorTag wiki page can be found at:
    http://processors.wiki.ti.com/index.php/Bluetooth_SensorTag?INTC=SensorTag&HQS=sensortag-wiki

    You can also find the app source code for our Android example app at:
    http://www.ti.com/tool/sensortag-sw

    Regards,
    Johan

  • Hi Johan,

    Thanks for your reply.

    Give me a suggestion about usage of spp profile on cc2541.

    I want to transfer the data through BLE.Is it possible to use SPP profile on cc2541?If there is a way, how to use on it.

    Regards,

    Mari,