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.

Using SIMPLEPROFILE_CHAR5 in cc2540.

Other Parts Discussed in Thread: CC2540

Hi all.

I'm new in BTLE and i have stupid question. What i have to do to use "Char5"? I need to send via BLE big volume of data. Using  char5 is right way?

Thanks.

  • Hello Denis,

    If you haven't already looked at the BLEwiki for Data Throughput, I suggest you do.  http://processors.wiki.ti.com/index.php/CC2540_Data_Throughput

    Also, remember that BLE is not really intended for "big volume of data"

    You can read this post to see some of the issues about data transfers. http://e2e.ti.com/support/low_power_rf/f/538/t/158542.aspx?pi239031349=2.  

    Also, search the forum, there are similar post to yours with other helpful suggestions.

    Thanks,

  • Thanks for your reply.

    //Also, remember that BLE is not really intended for "big volume of data"

    About 500-1000 bytes in a single connection.


    i've changed UUID in advertising data in SimpleBLEPeripheral for using char5, and changed UUID in central in simpleBLEGATTDiscoveryEvent. I'm in right way?