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 59.7k 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.
  • slartiS slarti

    @m26872 Didn't work for me. Please tell me how you do.

    axillentA Offline
    axillentA Offline
    axillent
    Mod
    wrote on last edited by
    #81

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

    sense and drive

    slartiS 1 Reply Last reply
    0
    • axillentA axillent

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

      slartiS Offline
      slartiS 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"

      axillentA 1 Reply Last reply
      0
      • slartiS slarti

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

        axillentA Offline
        axillentA 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

        slartiS 1 Reply Last reply
        0
        • axillentA axillent

          @slarti what is the output from printDetails ?

          is your chip recognized as NRF24L01+ or just NRF24L01?

          slartiS Offline
          slartiS 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"

          axillentA 1 Reply Last reply
          0
          • slartiS 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.

            axillentA Offline
            axillentA 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

            slartiS 1 Reply Last reply
            0
            • hekH Offline
              hekH 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
              • axillentA 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.

                slartiS Offline
                slartiS 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"

                axillentA O 2 Replies Last reply
                0
                • slartiS 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.

                  axillentA Offline
                  axillentA 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
                  • slartiS Offline
                    slartiS 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
                    • m26872M Offline
                      m26872M 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
                      • slartiS 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.

                        slartiS 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.

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


                              20

                              Online

                              11.7k

                              Users

                              11.2k

                              Topics

                              113.0k

                              Posts


                              Copyright 2019 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