Hi everyone,
How could I establish a communication between a CC2540 Mini Development Kit and a mobile phone.
Best regards,
Robert.
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.
Hello,
The 2540 would need to talk to a phone which has Bluetooth low energy support. Until these phones are available, you can look into attaching the USB dongle in the mini-kit to the USB port on a phone(host mode) and develop apps on that. This method would be similar to the setup as defined in the mini-kit where you communicated between the PC (attached USB 2540) and the KeyFob(2540).
Br,
Greg
Hello Hoda,
The CC2540 and CC2541 are single mode Bluetooth v4.0 Low Energy (BLE) devices can only communicate with other BLE devices. It is not compatible with previous Bluetooth standards. Apple iOS and Motorola Razar are two devices where there are examples and sample code available.
You can download them by visiting the TI BLEwiki page.
For Bluetooth BR/EDR there are other options available such as the CC256x which offers single and dual mode Bluetooth and BLE. There are wireless connectivity development kits available on the estore.ti.com that will allow you quickly develop apps that can talk to standard Bluetooth devices.
Thanks,