it is watchdog battery's connection is right the solar panel , I think it's right ,but you should ask seller, this pcb is not designed by luat ...
回答于 2019-02-11 15:41
开机、设置两小时后闹钟、关机 核心代码就这么几行 local function alarMsg() log.info("poweroff.alarmMsg","alarm")end--如果是关机闹钟开机,则需要软件主动重启一次,才能启动GSM协议栈if rtos.poweron_reason()==rtos.POWERON_ALARM then sys.restart("ALARM_ON")end--注册闹钟模块rtos.init_module(rtos.MOD_...
回答于 2019-01-31 13:07
参考http://ask.openluat.com/question/801里我回答的代码
回答于 2019-01-18 11:02
测试了一下,如果你代码中的timer定时器改成这样,就不会有问题: sys.taskInit(function () while true do if is_online and is_synced and is_socket_available then http.request('POST', 'https://www.example.com/hws/test.php?u=' .. misc.getImei(), nil, {["Content-Type"] = "applicatio...
回答于 2019-01-18 10:34