Hi
I am using nrf52840 and I want to use nrf_calendar example with app_ble_uart,
I am traying to send parameter from nrf toolbox uart app mobile
but I have no idea how to do that
I tried to manipulate this part code for to set parameter clock ":nrf_cal_set_time(year, month, day, hour, minute, second); " as nrf_calendar example, but I cant
static void nus_data_handler(ble_nus_evt_t * p_evt) {
if (p_evt->type == BLE_NUS_EVT_RX_DATA) {
for (uint32_t i = 0; i < p_evt->params.rx_data.length; i++) {
err_code = app_uart_put(p_evt->params.rx_data.p_data[i]);
}
}
any advice how to get parameter app_ble_uart?
.
.
.
.
.
best regards
I was using google translate :p






declaration