Skip to content
  • MySensors
  • OpenHardware.io
  • Categories
  • Recent
  • Tags
  • Popular
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo
  1. Home
  2. Troubleshooting
  3. [Solved] Function repeater not working

[Solved] Function repeater not working

Scheduled Pinned Locked Moved Troubleshooting
16 Posts 3 Posters 4.6k Views 2 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • T tekka

    @Daemon-D Hmm...where do you load the MySensors lib?

    #include <MySensors.h>
    

    (this statement is missing in your sketch)

    D Offline
    D Offline
    Daemon D
    wrote on last edited by Daemon D
    #7

    @tekka

    Используем библиотеку MySensors версии 2.0.1-beta из папки: C:\Users\Daemon\Google Drive\Project\libraries\MySensors 
    

    Already I tried the beta of the development, all the same.

    1 Reply Last reply
    0
    • T tekka

      @Daemon-D Hmm...where do you load the MySensors lib?

      #include <MySensors.h>
      

      (this statement is missing in your sketch)

      S Offline
      S Offline
      sincze
      MySensors Evangelist
      wrote on last edited by
      #8

      @tekka interesting. I assume people are already using repeaters in 2.0.x so it will be safe for me to. Migrate from 1.5.4 to 2.0.0??

      D T 2 Replies Last reply
      0
      • S sincze

        @tekka interesting. I assume people are already using repeaters in 2.0.x so it will be safe for me to. Migrate from 1.5.4 to 2.0.0??

        D Offline
        D Offline
        Daemon D
        wrote on last edited by
        #9

        @sincze said:

        @tekka interesting. I assume people are already using repeaters in 2.0.x so it will be safe for me to. Migrate from 1.5.4 to 2.0.0??

        Yes, Migrate from 1.5.4 to 2.0.0

        S 1 Reply Last reply
        0
        • D Daemon D

          @sincze said:

          @tekka interesting. I assume people are already using repeaters in 2.0.x so it will be safe for me to. Migrate from 1.5.4 to 2.0.0??

          Yes, Migrate from 1.5.4 to 2.0.0

          S Offline
          S Offline
          sincze
          MySensors Evangelist
          wrote on last edited by
          #10

          @Daemon-D okay for you still not working right??

          D 1 Reply Last reply
          0
          • S sincze

            @Daemon-D okay for you still not working right??

            D Offline
            D Offline
            Daemon D
            wrote on last edited by Daemon D
            #11

            @sincze said:

            @Daemon-D okay for you still not working right??
            Repeater not working :(

            T 1 Reply Last reply
            0
            • D Daemon D

              @sincze said:

              @Daemon-D okay for you still not working right??
              Repeater not working :(

              T Offline
              T Offline
              tekka
              Admin
              wrote on last edited by
              #12

              @Daemon-D I'm not sure you got my question regarding the issue you have with your repeater node. I suggest you try the RepeaterNode sketch from the MySensors examples and post the debug log here.

              D 1 Reply Last reply
              0
              • S sincze

                @tekka interesting. I assume people are already using repeaters in 2.0.x so it will be safe for me to. Migrate from 1.5.4 to 2.0.0??

                T Offline
                T Offline
                tekka
                Admin
                wrote on last edited by
                #13

                @sincze said:

                @tekka interesting. I assume people are already using repeaters in 2.0.x so it will be safe for me to. Migrate from 1.5.4 to 2.0.0??

                Yes, should be safe to use.

                1 Reply Last reply
                0
                • T tekka

                  @Daemon-D I'm not sure you got my question regarding the issue you have with your repeater node. I suggest you try the RepeaterNode sketch from the MySensors examples and post the debug log here.

                  D Offline
                  D Offline
                  Daemon D
                  wrote on last edited by Daemon D
                  #14

                  @tekka

                  @tekka said:

                  @Daemon-D I'm not sure you got my question regarding the issue you have with your repeater node. I suggest you try the RepeaterNode sketch from the MySensors examples and post the debug log here.

                  The problem was solved by a code transfer at the very beginning as a test sketch before #include

                  // Enable debug prints to serial monitor
                  #define MY_DEBUG 
                  
                  // Enable and select radio type attached
                  #define MY_RADIO_NRF24
                  //#define MY_RADIO_RFM69
                  
                  // Enabled repeater feature for this node
                  #define MY_REPEATER_FEATURE```
                  T 1 Reply Last reply
                  0
                  • D Daemon D

                    @tekka

                    @tekka said:

                    @Daemon-D I'm not sure you got my question regarding the issue you have with your repeater node. I suggest you try the RepeaterNode sketch from the MySensors examples and post the debug log here.

                    The problem was solved by a code transfer at the very beginning as a test sketch before #include

                    // Enable debug prints to serial monitor
                    #define MY_DEBUG 
                    
                    // Enable and select radio type attached
                    #define MY_RADIO_NRF24
                    //#define MY_RADIO_RFM69
                    
                    // Enabled repeater feature for this node
                    #define MY_REPEATER_FEATURE```
                    T Offline
                    T Offline
                    tekka
                    Admin
                    wrote on last edited by
                    #15

                    @Daemon-D Can you explain how you solved the issue - I'm sure other user could also profit if they face a similar problem. Thanks.

                    D 1 Reply Last reply
                    0
                    • T tekka

                      @Daemon-D Can you explain how you solved the issue - I'm sure other user could also profit if they face a similar problem. Thanks.

                      D Offline
                      D Offline
                      Daemon D
                      wrote on last edited by Daemon D
                      #16

                      @tekka said:

                      @Daemon-D Can you explain how you solved the issue - I'm sure other user could also profit if they face a similar problem. Thanks.

                      The problem was solved by moving to the top of the sketch exactly like the to test the sketch before #include

                      // Enable debug prints to serial monitor
                      #define MY_DEBUG 
                      
                      // Enable and select radio type attached
                      #define MY_RADIO_NRF24
                      //#define MY_RADIO_RFM69
                      
                      // Enabled repeater feature for this node
                      #define MY_REPEATER_FEATURE
                      
                      #include <SPI.h>
                      #include <MySensors.h>
                      
                      1 Reply Last reply
                      2

                      Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                      Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                      With your input, this post could be even better 💗

                      Register Login
                      Reply
                      • Reply as topic
                      Log in to reply
                      • Oldest to Newest
                      • Newest to Oldest
                      • Most Votes


                      9

                      Online

                      12.0k

                      Users

                      11.2k

                      Topics

                      113.4k

                      Posts


                      Copyright 2025 TBD   |   Forum Guidelines   |   Privacy Policy   |   Terms of Service
                      • Login

                      • Don't have an account? Register

                      • Login or register to search.
                      • First post
                        Last post
                      0
                      • MySensors
                      • OpenHardware.io
                      • Categories
                      • Recent
                      • Tags
                      • Popular