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

AT%XMONITOR

Hello 

I am working with aws_iot sample and over this I add gps functions (handler and work init) belong to agps sample, I probe AT%XMONITOR command and show me this

I understand that 

active time: "00000010" means four seconds to pass of connected mode to idle mode

periodic tau ext: "00011111" means 10 minutes x 31 = 310 minutes, I don´t understand with accuracy what controls this time

periodic tau: "01011111" means 10 hours x 31 = 310 hours, this time is the time between ubication updates of modem, but this update is't a message to cloud it is only to network knows the modem location

Other question 

When I run the example, this happens:

 RRC mode: Connected

//aproximatly after 4 seconds

RRC mode: Idle

// aproximatly after 60 seconds

RRC mode: Connected

and so on, but gps don't active in any time

how can I control the time between Idle and Conneted mode (in this case 60 seconds)?

The two last lines belong to agps example and I added to work init function in aws_iot sample, I undertand that in this code there are five threads, three for aws and two for gps control, is this correct?

thanks!

Julio

  • Hello, 

    First of all can you please provide what NCS version and what modem FW you are currently working on?

    I understand that 

    active time: "00000010" means four seconds to pass of connected mode to idle mode

    periodic tau ext: "00011111" means 10 minutes x 31 = 310 minutes, I don´t understand with accuracy what controls this time

    periodic tau: "01011111" means 10 hours x 31 = 310 hours, this time is the time between ubication updates of modem, but this update is't a message to cloud it is only to network knows the modem location

     Yes, this seems correct, however, the last last periodic tau "01011111" means 6 minutes x 31 = 186 minutes from the XMONITOR documentation. 

    Kind regards,
    Øyvind

Related