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.0k 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.
  • tekkaT 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
    • tekkaT tekka

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

      #include <MySensors.h>
      

      (this statement is missing in your sketch)

      sinczeS Offline
      sinczeS 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 tekkaT 2 Replies Last reply
      0
      • sinczeS 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

        sinczeS 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

          sinczeS Offline
          sinczeS 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
          • sinczeS 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 :(

            tekkaT 1 Reply Last reply
            0
            • D Daemon D

              @sincze said:

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

              tekkaT Offline
              tekkaT 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
              • sinczeS 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??

                tekkaT Offline
                tekkaT 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
                • tekkaT 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```
                  tekkaT 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```
                    tekkaT Offline
                    tekkaT 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
                    • tekkaT 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
                      Reply
                      • Reply as topic
                      Log in to reply
                      • Oldest to Newest
                      • Newest to Oldest
                      • Most Votes


                      21

                      Online

                      11.7k

                      Users

                      11.2k

                      Topics

                      113.1k

                      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