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.

CC2541 Mini Development Kit - Mac support

Other Parts Discussed in Thread: CC2541

I'm interested in developing an application that uses CC2541 Kit http://www.ti.com/tool/cc2541dk-mini

The description for dongle says it "connects to a Windows PC’s USB port" - is there a support for Mac and OS X as well? iPhone is a most-known Bluetooth Low Energy device and I would like be sure I will be able to configure this device on Mac before I purchase it.

  • You can refer to the following information at http://processors.wiki.ti.com/index.php/Simplelink_SensorTag

    YmsCoreBluetooth

    A framework for building Bluetooth 4.0 Low Energy (aka Smart or LE) iOS and OS X applications using the CoreBluetooth API. Includes Deanna and DeannaMac, applications to communicate with a TI SensorTag for iOS and OS X respectively.

    Intended for iOS and OS X developers intent on shipping production-level code to communicate with BLE devices. Think of it as AFNetworking for BLE.

    Features

    • ObjectiveC Block-based API for Bluetooth LE communication
    • Operations (e.g. scanning, retrieval, connection, reads, writes) map to the data object hierarchy of CoreBluetooth.

    Where to get it

    http://kickingvegas.github.io/YmsCoreBluetooth/

  • Thanks for the info. Did you successfully manage to program the device using DeannaMac app? Or is it just an example how to write such app by yourself?