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.

CC2540 to PC via USB Dongle

Other Parts Discussed in Thread: CC2540

I have a hardware system sending out sensor data via CC2540. I already have apps on iOS device to receive data from it. Now I want to do the same thing and log data on a Windows 7 PC. 

I tested with the USB dongle in mini development kit and TI's BLE Device Monitor. I could see the data coming once I enable the notification. Is the source code for BLE Device Monitor on PC available? Is there any guide I can follow so that I can build my own software to receive the data?

Thanks

  • Hello,

    Unfortunately, the PC source code is not available, however you can see some PC examples on the TI BLE Wiki: processors.wiki.ti.com/.../CC254X_PC_Examples

    Best wishes
  • Hi JXS,

    I'm looking at the HealthDemo. I uploaded thermometer.hex to the keyfob using SmartRF Flash Programmer, but it could not be discovered by the HealthDemo application. Every time I pressed the B3 button, it showed up in my iOS app BLE searching page, but never appeared in HealthDemo. What should I do?

    Another thing, I changed the service UUID in the code of HealthDemo to my own. Then when I tried to connect my own device to this application, it always crashed and showed the message "The exception unknown software exception (0xe0434352) occurred in the application at location 0xab228b9c". What is this about?

    Thanks

  • Hi JXS,

    It seems I was wrong with the UUID change. How can I use my own 128-bit UUID instead of the default 16-bit thermometer UUID?

    Thanks