This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

hi, i want to advertise my nrf52840 device through air. i am having nrf connect app in my apple mobile. i want to read the values of this nrf52840 dk.

somebody help to resolve this problem

Parents Reply
  • 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

Children
No Data
Related