I am sending or trying to write character to ble_app_template but its giving error and its not receiving character.
this what i am trying to send-
if(strcmp((const char *)bleRecData,(const char *)"UV")==1)
{
nrf_gpio_pin_toggle(LED1_PIN);
nrf_delay_ms(2000);
}
Please suggest how to resolve.