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.

CC2650: CC2650- iOS - flashing led is not working instead of that buzzer start making noise

Part Number: CC2650

Hi,

I write the bytes to turn on the LED of the sensor tag by using I/O services.

I am trying to write 1 byte and its working but it turned on the buzzer instead of the LED.

Here is my code :  

             var valueToWrite = 1

            let data = Data(bytes: &valueToWrite, count: 1)

            handler?.writeValue(data, to: ioService)

i am using swift as a language.