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 with external controller

Other Parts Discussed in Thread: CC2540, CC2541

hi

     i am using cc2540 with external controller(UART).. my project is send sensor data to another Bluetooth  device... all the sensors connected with the external controller..external controller continuously update the sensor data to cc2540(peripheral).. and it will be transmitted to another device...for this what method i need to use serial app or host control method..now i am working host control method and checking some example projects from TI.. i have 2 custom cc2540 modules to work with examples..

1.  If  i use host controller method how to send the sensor data using hci commands..is there any possibility to do this..

2. if i not use the host control method is there anyway to control the indications/notifications on cc2540..simple serial app  is enough to do this..