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

OTA success but it didn't work

hi:

this is my code MOVE_SDK_100524(封装lib).rar.

project location:MOVE_SDK_100524(封装lib)\MOVE_SDK_10\nRF51_SDK_10.0.0_dc26b5e\examples\ble_peripheral\ble_app_uart\pca10028\s110\arm4

bootloader use:\nRF51_SDK_10.0.0_dc26b5e\examples\dfu\bootloader\pca10028\dual_bank_ble_s110\arm4

OTA success but it didn't work.

I Comment Selection all timeout_handleris success,like this:

  static void ahrs_rate_meas_timeout_handler(void * p_context)
 {
    UNUSED_PARAMETER(p_context);
        // Comment Selection all code 
 }
 static void LED_timeout_handler(void * p_context)
{
 UNUSED_PARAMETER(p_context);
        // Comment Selection all code 
 }
 static void p_pickup_timeout_handler(void * p_context)
{
 UNUSED_PARAMETER(p_context);
        // Comment Selection all code 
 }
static void wp_timeout_handler(void * p_context)
{
 UNUSED_PARAMETER(p_context);
        // Comment Selection all code 
 }
static void battery_timeout_handler(void * p_context)
{
 UNUSED_PARAMETER(p_context);
        // Comment Selection all code 
 }
Parents
  • Hi,

    Please give some more information. No one can help you with what you wrote. Please tell what do you observe , how do you test, step by step. Which hardware did you use. Attache the logging , for example the nRFLogger app log if you use Android. Include sniffer trace if you have.

    Please try to test with the stock example, such as simply test doing OTA DFU with the bootloader and the ble_app_hrs

Reply
  • Hi,

    Please give some more information. No one can help you with what you wrote. Please tell what do you observe , how do you test, step by step. Which hardware did you use. Attache the logging , for example the nRFLogger app log if you use Android. Include sniffer trace if you have.

    Please try to test with the stock example, such as simply test doing OTA DFU with the bootloader and the ble_app_hrs

Children
No Data
Related