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.

Communication between cc2541 and android mobile device.

Other Parts Discussed in Thread: CC2541

Hello,

I am doing a project in which I have to send data from cc2541 to android mobile device.

cc2541 is connected with the load cell and load cell is measuring the weight. 

now how to receive data from cc2541 to android mobile.

If anyone know how to do it, please help me because I am stuck here.

Hope to get an appropriate reply.

Thank you.

  • Hi Devanshi,

    You can refer SimpleBLEPeripheral project, as in you case the CC2541 based device will work as BLE peripheral and a BLE supported android phone will work as BLE Central device. The peripheral device advertises and central device scans and connects. After connection data can be transferred using any appropriate service/characteristics.

    Hope this helps.

    Thanks,

    Dhaval

  • Hi,

    In addition, we have PC & Smartphone examples on the BLE wiki: www.ti.com/ble-wiki

    Best wishes