Navigation

    • Register
    • Login
    • OpenHardware.io
    • Categories
    • Recent
    • Tags
    • Popular
    1. Home
    2. Dmytro Zadvornov
    3. Topics
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    Topics created by Dmytro Zadvornov

    • Dmytro Zadvornov

      Can we increase the number of nodes from 254 to 1024 or more?
      Development • • Dmytro Zadvornov  

      7
      0
      Votes
      7
      Posts
      611
      Views

      kimot

      Do not forgot, that some radios ( RFM69 ) allow only 255 address in one network. No way connect more nodes to all receiving all messages ...
    • Dmytro Zadvornov

      Why watchdog not working with MySensors?
      Development • • Dmytro Zadvornov  

      6
      0
      Votes
      6
      Posts
      842
      Views

      mfalkvidd

      @dmytro-zadvornov thanks for reporting back. Sorry for my mistake. I thought most platforms called yield() inside delay(), and yield() usually resets the watchdog. Example https://github.com/arduino/ArduinoCore-avr/blob/b7c607663fecc232e598f2c0acf419ceb0b7078c/cores/arduino/wiring.c#L106 But since your test shows that the watchdog is tripped, the watchdog is not reset inside delay(). https://github.com/arduino/ArduinoCore-avr/blob/b7c607663fecc232e598f2c0acf419ceb0b7078c/cores/arduino/Arduino.h#L38 shows that avr does not reset watchdog in yield().