Navigation

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

    Topics created by elmezie

    • elmezie

      Over the Air Updates Guide?
      Development • • elmezie  

      3
      0
      Votes
      3
      Posts
      1635
      Views

      m26872

      @elmezie You've read through the http://forum.mysensors.org/topic/1914/over-the-air-ota-bootloading-update-tutorial ?
    • elmezie

      RF24 Audio Transmission
      Development • • elmezie  

      1
      0
      Votes
      1
      Posts
      1007
      Views

      No one has replied

    • elmezie

      Node Auto ID not firing requestNodeId()
      Development • • elmezie  

      2
      0
      Votes
      2
      Posts
      938
      Views

      hek

      Do you have something in your eeprom already blocking? Try clearing it using the provided ClearEprom sketch in examples.
    • elmezie

      Unable to receive messages after sleep?
      Development • • elmezie  

      4
      0
      Votes
      4
      Posts
      2347
      Views

      BartE

      @elmezie after a sleep the radio is not powered on again (sleep is for battery power nodes which normally do no expect message to receive) One can wake up the radio again by sending a message e.g. requesting a status or perhaps the current time with gw.requestTime(receiveTime);
    • elmezie

      Arduino Sleep / Wake On Interrupt?
      Development • • elmezie  

      2
      0
      Votes
      2
      Posts
      3526
      Views

      hek

      Yes, it would be possible. But you won't save much juice as keeping radio in listening mode still requires way too much power to be able to run on batteries for any substantial time.