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.

Ios app source code Wireless Heart Monitor with Bluetooth Low Energy Tida00096

Other Parts Discussed in Thread: CC2541

Ti website states the ios app source code is provided as design reference. However no download link is found. Can any one help provide a lonk?  If  it is only provided by private email, let me know.

Thanks. Kevl

  • Hi Kelxu

    At some point in the past TI was planning to release the Ios apps source code to the public, for technical reasons the decision was reversed. We are in the process of removing the references to this topic.

    Regards,

    B. Mirshab
  • Can you please share the code used in iOS or android to parse the ECG values back from 20 byte header.

    We are using below code in android, but even if we input sine wave output is noise only. We have J3 shorted and R7 shorted, can this be a source of prolem ?

    byte[] value = characteristic.getValue();
    for (int i = 0; i < value.length - 2; i = i + 2) {
    xCounter++;
    int y = ((value[i + 1] & 0xFF) << 8) + (value[i] & 0xFF);
    Thanks,

    Rahul
  • Hello Rahul,

    We do not have the code available to release because of licensing issues.

    J3 should not be installed. See section 4.2 of the user guide.

    I am not familiar with how the CC2541 transmits the data blocks and how to use the data. You should be able to get information on how to get the data out by posting your question to the Bluetooth Low Energy forum.

    Mike