How to dynamic change timer using app_timer ?

Hi, I'm developing an application using app_timer to send data to server.
Detail about my application

1. I get data from server the value of timer

2. dynamic change timer according to the value I have get 

So how can I dynamic change the timer (app_timer) ?

Parents Reply
  • Hi 

    John12 said:
    Hi, any reply ?

    We aim to provide an answer within the next working day (CET), which means a question coming in on Friday should be answered by Monday next week. 

    So how can I dynamic change the timer (app_timer) ?

    It should be sufficient to stop the timer and start it again with a different timeout period. Could you try this?

    Best regards
    Torbjørn

Children
Related