WDTは、Arduinoでは以下のようなコードで利用できます。 WDTを有効化して、Wi-Fi接続がうまくいっている間だけカウントをゼロにしておけば、暴走またはWi-Fi接続が切れた際にハードウェアリセットをかけて再起動してくれるので、これで問題なくなるハズ!
詳しい開発の話 フルカラーLEDテープ(WS2812B)って? フルカラーLEDが数珠つなぎになっていて、Arduino等からそれぞれ好きな色に光らせることができます。詳細な使い方については、こちらのページが非常に参考になりました。 大分価格も安くなってきて、Amazon ...
NOTE: Only a single WDT can be active at anytime. #include "out.ceu" #include "wdt.ceu" output high/low OUT_13; loop do emit OUT_13(high); await Wdt(5000); emit OUT_13(low); await Wdt(200); end ...
A watchdog timer is a hardware safety feature that can reset a microcontroller in case it hangs. An example could be in case of a runaway loop. When the timer resets the microcontroller when it ...