Navigation

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

    Topics created by rmh

    • rmh

      Blink on nodeMCU / RFM69 gateway
      Hardware • rfm69hw nodemcu gateway mqtt blink • • rmh  

      3
      0
      Votes
      3
      Posts
      882
      Views

      mfalkvidd

      In the default wiring, D1 is the only unused pin that is easy to work with. D2 is used for CE so using it to blink a led as well will not work.
    • rmh

      sleep mode not working as expected...
      Development • sleep time interrupts pulsecount • • rmh  

      4
      0
      Votes
      4
      Posts
      1009
      Views

      mfalkvidd

      @rmh yes millis is frozen during sleep. On the atmega328 (which pro mini is based on), sleep uses the watchdog to keep time. No interrupt is involved.