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.

Two BLE Communication

Other Parts Discussed in Thread: CC2540, BLE-STACK

I need to communicate between two BLE devices. So one of them should be the peripheral and the other is a central device.

I know Bluegiga BLE112 (based on TI CC2540) supports this - user can configure the device either as central or peripheral.

Does CC2540 support this? If so, is there any example?

Is it possible to use a bluebean/Redbearlab BLE Nano (both based on Nordic) as a peripheral and a CC2540 as a central device? Again, any example?

  • Hi,

    Yes, the CC2540 supports the Central or Peripheral role as part of the BLE-Stack v1.4.0 SDK. Please download the SDK and SW Dev Guide available at www.ti.com/ble-stack
    You can also reference the simpleBLECentral & simpleBLEPeripheral projects.

    Best wishes