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

nRF8001[server] Device disconnected after 10 minutes automatically?

"Hi Guys, my nRF8001 BLE is working perfectly, But recently i was performing regression testing to check BLE connection, their i faced one issue after 10 minutes from nRF8001[server] device disconnected message received on nRF master control Android APP. i tried this many times same issue came. i don't want device disconnection from server. How do i prevent this disconnecion. For power saving i have my own user API function to let server goto sleep.

regards, gbiradar"

Parents
  • Hi @Anders Strand & @David Edwin, before i can send some information related how communication between MCU and nRF8001. I have to ask my companies client. I will get back to that as soon as possible. Till then, can any of you tell me what is setup messages content in services.h.

    I need to analyse, what is the array of hex values corresponds to.

    #define SETUP_MESSAGES_CONTENT {
    {0x00,
    {
    0x07,0x06,0x00,0x00,0x03,0x02,0x41,0xfe,
    },
    },
    0x07 - Length of the array, 0x06 - system commands but after that i'm unable to interpret. A small help on this is quite helpful.

Reply
  • Hi @Anders Strand & @David Edwin, before i can send some information related how communication between MCU and nRF8001. I have to ask my companies client. I will get back to that as soon as possible. Till then, can any of you tell me what is setup messages content in services.h.

    I need to analyse, what is the array of hex values corresponds to.

    #define SETUP_MESSAGES_CONTENT {
    {0x00,
    {
    0x07,0x06,0x00,0x00,0x03,0x02,0x41,0xfe,
    },
    },
    0x07 - Length of the array, 0x06 - system commands but after that i'm unable to interpret. A small help on this is quite helpful.

Children
No Data
Related