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

AWS IoT how change the messagge type 1?

Hello 

I'm using nRF910 DK and need to transmit to aws iot core just like the sample aws iot does, but instead of battery voltage I need to transmit gps data.

In sample I don't find where change the value of type 1 mesagge to transmit, I look for it in the code but I can't find the function in charge of this.

thanks in advance for your help 

Julio

  • Hi Heidi!

    I proved the AT%XMONITOR with my code and show me this values:

    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!

  • Hi! I see. 

    This is a bit out of my expertise and also very unrelated to your original inquiry. Could you please make a new ticket about this and you will be assigned an engineer who can answer it. 

    Best regards,

    Heidi

  • Hi Heidi!

    Ok, no problem, thanks for your help!

    Best regards,

    Julio

Related