somebody help to resolve this problem
somebody help to resolve this problem
Hi,
Before we can help you, you need to describe the problem. There are many BLE peripheral examples available in our SDK. Most of these are supported on nRF52840 PDK. Please follow the Testing section on each example to try it out. Which example you should use, will depend on what "value" you want to read from the PDK.
Best regards,
Jørgen
hi jorgen, finally i got it set, now it is working. thanks for spending time to me. i need a clarification. i need to change the name and want to make it connectable.
advdata.name_type = BLE_ADVDATA_FULL_NAME;
m_adv_params.type = BLE_GAP_ADV_TYPE_ADV_IND; m_adv_params.p_peer_addr = NULL; // Undirected advertisement. m_adv_params.fp = BLE_GAP_ADV_FP_ANY; m_adv_params.interval = APP_ADV_INTERVAL; m_adv_params.timeout = 0; // Never time out.
i made these changes and also defined my device name too. is this enough or i want to do anything else
hi jorgen, finally i got it set, now it is working. thanks for spending time to me. i need a clarification. i need to change the name and want to make it connectable.
advdata.name_type = BLE_ADVDATA_FULL_NAME;
m_adv_params.type = BLE_GAP_ADV_TYPE_ADV_IND; m_adv_params.p_peer_addr = NULL; // Undirected advertisement. m_adv_params.fp = BLE_GAP_ADV_FP_ANY; m_adv_params.interval = APP_ADV_INTERVAL; m_adv_params.timeout = 0; // Never time out.
i made these changes and also defined my device name too. is this enough or i want to do anything else