ESP8266 Developer Zone The Official ESP8266 Forum 2020-03-27T17:55:06+08:00 https://bbs.espressif.com:443/feed.php?f=7&t=55165 2020-03-27T17:55:06+08:00 2020-03-27T17:55:06+08:00 https://bbs.espressif.com:443/viewtopic.php?t=55165&p=74818#p74818 <![CDATA[Re: os_timer_arm does not work for timer value more 6871 sec (6871000 ms) and above]]> https://www.espressif.com/sites/default ... nce_en.pdf Section 3.1.1 help?
If the problem is still unsolved with the doc, maybe you can submit a issue on GitHub, the project seems just updated 3 days ago. https://github.com/espressif/ESP8266_NONOS_SDK/issues

Statistics: Posted by Her Mary — Fri Mar 27, 2020 5:55 pm


]]>
2020-03-18T08:22:49+08:00 2020-03-18T08:22:49+08:00 https://bbs.espressif.com:443/viewtopic.php?t=55165&p=74370#p74370 <![CDATA[Re: os_timer_arm does not work for timer value more 6871 sec (6871000 ms) and above]]> Statistics: Posted by gailu — Wed Mar 18, 2020 8:22 am


]]>
2020-03-08T01:02:16+08:00 2020-03-08T01:02:16+08:00 https://bbs.espressif.com:443/viewtopic.php?t=55165&p=74111#p74111 <![CDATA[Re: os_timer_arm does not work for timer value more 6871 sec (6871000 ms) and above]]>
Anyone from espressif team can please look in to the bug? It is easily reproducible.

Statistics: Posted by gailu — Sun Mar 08, 2020 1:02 am


]]>
2020-03-05T01:42:51+08:00 2020-03-05T01:42:51+08:00 https://bbs.espressif.com:443/viewtopic.php?t=55165&p=74039#p74039 <![CDATA[os_timer_arm does not work for timer value more 6871 sec (6871000 ms) and above]]>
We are using non_os_sdk 2.0 with and facing following problem with os_timer_arm() api.

os_timer_arm() api takes timer value in milliseconds and it is a unsigned 32 bit integer parameter. But timer is not triggered if we set timer value 6871000 (6871 seconds and above) though it works fine if the timer value is 6870000 msec (6870 sec or less). As a result we can not run a timer even for two hours duration (7200 sec) whereas application needs timer up to 8 hours.

I would like to know where is this limitation in the SDK and is there any patch to fix the problem?

We are home automation company and have thousands of live devices facing this issue. We can update them through FOTA once the solution is found.

Help from esp team will be very helpful.

Statistics: Posted by gailu — Thu Mar 05, 2020 1:42 am


]]>