This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

NRF CONNECT APP AND NRF805

Hello, 

I'm working with a NRF52840 DK and a module BLE nrf805.

I'm programming thanks to the software SEGGER.

I have sent the blinky simple in my dev kit to test a simple thing. For about 2 months now, i have been working with the Module BLE 805 because i have to use it for a project. After several times, i followed the tutorial (https://devzone.nordicsemi.com/guides/short-range-guides/b/getting-started/posts/developing-for-the-nrf52805-with-nrf5-sdk) and i used the example that was given because i wanted to send The peripheral UART example (Peripheral UART/Serial Port Emulation over BLE (ble_app_uart)) 

. It worked because with my dk and my module fixed to it. But i remark something that i don't understand : theAPP. (nrf connect app)

The first time that i send my program i saw in my app my module and his correct mac adress. But now i dont know why i cant see the device anymore (even when im trying to resend it)

Did someone has already had this issue?

Is that a problem of stability? 

thanks in advance

Parents
  • Hi 

    The easiest way to make sure the device doesn't go to sleep while advertising is to set APP_ADV_DURATION to 0 which will let the device advertise indefinitely. The APP_ADV_DURATION is called to set the advertising duration in the advertising_init(); function, and is forwarded to advertising_start(); which will last for that amount of time before moving to the idle_state_handle(); function in the main loop if the device doesn't connect to a central device.

    Best regards,

    Simon

  • Hello, i tried to change the duration but i have a problem now I can't see the device in my app even if I flash the code correctly do you have an explanation? I'm not going to make new tickets and I m going to solve those problems about nrf805 here. 

Reply
  • Hello, i tried to change the duration but i have a problem now I can't see the device in my app even if I flash the code correctly do you have an explanation? I'm not going to make new tickets and I m going to solve those problems about nrf805 here. 

Children
No Data
Related