Navigation

    • Register
    • Login
    • Search
    • OpenHardware.io
    • Categories
    • Recent
    • Tags
    • Popular
    1. Home
    2. Jan Kadlec
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    Jan Kadlec

    @Jan Kadlec

    0
    Reputation
    2
    Posts
    10
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    Jan Kadlec Follow

    Best posts made by Jan Kadlec

    This user hasn't posted anything yet.

    Latest posts made by Jan Kadlec

    • RE: Watchdog not watchdogging?

      I've manualy removed the call for watchdog reset from function

      void doYield(void)
      

      and I can see my user watchdog timer working again...

      This will probably affect some deep sleep and waking processes - that I do not care about in my cases...

      I used RadioHead library before, which is much more library in sense of composable part and I was very happy with it's long term stability...

      Now I'm trying MySensors and it's quite unstable comparing to RadioHead... If it had software signing, I'd definitely use RadioHead...

      Let's see if enabling user WDT will fix the unstabilities...

      posted in Development
      Jan Kadlec
      Jan Kadlec
    • RE: Watchdog not watchdogging?

      I can confirm that 8s user watchdog is not rebooting CPU as expected, as WDT is used on internal library stuff - that I actually do not need at all - and there is no way how to just exclude that code from compiling in ;-(
      I ended with using delay(10000) to force WDT to reboot the CPU..
      Is there some sample code to use user WDT?
      I

      posted in Development
      Jan Kadlec
      Jan Kadlec