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

nrf_asset_tracker_v2 thingy91 accelerometer movement detection failed

Hi 

testing with thingy91 v1.4.0, firmware 1.5.1.

I never succeeded to enable passive mode of nrf_asset_tracker_v2 no acceleration is detected. 

Someone experience the same issue?  

Parents
  • Hi ,

    back with update,

    There is two use cases with different behaviors : 

    Use case 1: External active GPS antenna disconnected

    Following line in board_nonsecure.c file : 

    #define AT_CMD_COEX0 "AT%XCOEX0=1,1,1565,1586" 

    Then accelerometer and movement detection in passive mode OK, but no GPS position fix (very poor signal reception). 

    Use case 2: External active GPS antenna connected

    Following line in board_nonsecure.c file :  

    #define AT_CMD_COEX0 "AT%XCOEX0" 

    Then accelerometer and movement detection in passive mode stops working, with decent GPS position fix (better signal reception). 

    I didn't see any hardware link of COEX0 and accelerometer signals... 

    Any workarround is welcome 

    Regards  

  • Hello,

    After some digging, i just found that the whole system work perfectly with external power bank, or when USB is plugged. 

    I'll do more tests with the power profiler. 

    the problem is the PMIC, any added external power consumer need a PMIC with higher specs. 

    may be my antenna is current hangry, i'll try with another antenna. 

Reply Children
Related