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. Radio setup give: "check wires"

Radio setup give: "check wires"

Scheduled Pinned Locked Moved Troubleshooting
94 Posts 17 Posters 69.9k Views 3 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.
  • A axillent

    @slarti start from the RF24 example named GettingStarted
    connect wires according to hek's instruction http://www.mysensors.org/build/connect_radio

    S Offline
    S Offline
    slarti
    wrote on last edited by
    #82

    @axillent I tried it and it worked with the modules but none of the MySensors example sketches work with them. Thread about it.

    "One is never alone with a rubber duck"

    A 1 Reply Last reply
    0
    • S slarti

      @axillent I tried it and it worked with the modules but none of the MySensors example sketches work with them. Thread about it.

      A Offline
      A Offline
      axillent
      Mod
      wrote on last edited by
      #83

      @slarti what is the output from printDetails ?

      is your chip recognized as NRF24L01+ or just NRF24L01?

      sense and drive

      S 1 Reply Last reply
      0
      • A axillent

        @slarti what is the output from printDetails ?

        is your chip recognized as NRF24L01+ or just NRF24L01?

        S Offline
        S Offline
        slarti
        wrote on last edited by
        #84

        @axillent That's the funny thing, they were recognized as NRF24L01+ but still refuse to work. I don't get "check wires". I just don't get anything.

        "One is never alone with a rubber duck"

        A 1 Reply Last reply
        0
        • S slarti

          @axillent That's the funny thing, they were recognized as NRF24L01+ but still refuse to work. I don't get "check wires". I just don't get anything.

          A Offline
          A Offline
          axillent
          Mod
          wrote on last edited by
          #85

          @slarti getting nothing is already something)

          GettingStarted can be used to connect two arduinos. Have you tested this? You told that examples are working.

          sense and drive

          S 1 Reply Last reply
          0
          • H Offline
            H Offline
            hek
            Admin
            wrote on last edited by hek
            #86

            Might be possible to tweak initialization to get them to work. If someone has too much time on their hands this could be added as a new RFM73 driver in the development branch.

            http://forum.mysensors.org/topic/300/rfm73-experience/14

            1 Reply Last reply
            0
            • A axillent

              @slarti getting nothing is already something)

              GettingStarted can be used to connect two arduinos. Have you tested this? You told that examples are working.

              S Offline
              S Offline
              slarti
              wrote on last edited by
              #87

              @axillent Yes, the pingpong sketch from @olaeke works after I import the MySensors library to the sketch and comment out
              //#include "nRF24L01.h" //#include "RF24.h"
              and
              #define MINIMAL from RF24_config.h

              None of the "normal" examples work or give anything over serial.

              "One is never alone with a rubber duck"

              A O 2 Replies Last reply
              0
              • S slarti

                @axillent Yes, the pingpong sketch from @olaeke works after I import the MySensors library to the sketch and comment out
                //#include "nRF24L01.h" //#include "RF24.h"
                and
                #define MINIMAL from RF24_config.h

                None of the "normal" examples work or give anything over serial.

                A Offline
                A Offline
                axillent
                Mod
                wrote on last edited by
                #88

                @slarti it is probably a limited set of configurable parameters are allowed for your chip

                you can investigate this but no success guaranteed

                sense and drive

                1 Reply Last reply
                0
                • S Offline
                  S Offline
                  slarti
                  wrote on last edited by
                  #89

                  We'll know tomorrow or the day after as I found a Finnish guy with some radios that should be either the real thing or the SI24R1 -clone that should work.

                  "One is never alone with a rubber duck"

                  1 Reply Last reply
                  0
                  • M Offline
                    M Offline
                    m26872
                    Hardware Contributor
                    wrote on last edited by
                    #90

                    Thank you for the info. I never inteded to develop any driver so I will simply buy a new batch with more care this time.

                    1 Reply Last reply
                    0
                    • S slarti

                      @axillent Yes, the pingpong sketch from @olaeke works after I import the MySensors library to the sketch and comment out
                      //#include "nRF24L01.h" //#include "RF24.h"
                      and
                      #define MINIMAL from RF24_config.h

                      None of the "normal" examples work or give anything over serial.

                      O Offline
                      O Offline
                      olaeke
                      wrote on last edited by
                      #91

                      @slarti You can test to set a static id on the sensor in the gw.begin like;

                      gw.begin(NULL, 25);
                      

                      this sample set id fixed to 25 on this node. At least that was one of my problem with this radios, but my advice is to by new radios the cost is so smal compared to the effort. However it is the shiping that is the problem.

                      S 1 Reply Last reply
                      0
                      • O olaeke

                        @slarti You can test to set a static id on the sensor in the gw.begin like;

                        gw.begin(NULL, 25);
                        

                        this sample set id fixed to 25 on this node. At least that was one of my problem with this radios, but my advice is to by new radios the cost is so smal compared to the effort. However it is the shiping that is the problem.

                        S Offline
                        S Offline
                        slarti
                        wrote on last edited by
                        #92

                        @olaeke Thanks, made it easy to test the new radios I got today.

                        If someone in Europe needs to get radios fast, try this guy in Finland. He advertises the radios as NRF24L01, but they are in fact NRF24L01+.

                        "One is never alone with a rubber duck"

                        O 1 Reply Last reply
                        0
                        • S slarti

                          @olaeke Thanks, made it easy to test the new radios I got today.

                          If someone in Europe needs to get radios fast, try this guy in Finland. He advertises the radios as NRF24L01, but they are in fact NRF24L01+.

                          O Offline
                          O Offline
                          olaeke
                          wrote on last edited by
                          #93

                          @slarti HaHa so in China they sell NRF24L01+. and you get NRF24L01 but in Finland they sell NRF24L01 and you get NRF24L01+. :)

                          1 Reply Last reply
                          0
                          • otolosaO Offline
                            otolosaO Offline
                            otolosa
                            wrote on last edited by otolosa
                            #94

                            Hi everybpdy.....any news on this topic?

                            my radio chips say NRF24L01+, however are detected as NRF24L01.

                            Got 3 of em working perfectly on Uno and Nano...but on pro mini always gettin the f**n "check wires" message...the only difference is the regulator (I'm using arduino pro mini 5V), but i checked and radio is getin 3.3 as it should be.

                            1 Reply Last reply
                            0

                            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


                            31

                            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