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.
  • O Offline
    O Offline
    olaeke
    wrote on last edited by olaeke
    #1

    I'm pretty tired on this now, I have spent 2 nights and half this day on this problem. I think I have read all threads on this forum and tested every tip but still only get "check wires" when i fire upp my sensor. I have no "reference" working copy of a sensor so I can't verify that my Nano and radio is ok but since I have tested 2 nano and 3 radios it should be ok.

    Is there any other way to test the hardware? Or is there any tip how to proceed? If there is any mySensor user in Sweden then I can send a radio to you and you can verify that it is ok?

    I'm out of ideas now.

    I cant get my sensor to work. After reset I only get the message "check wires" on the serial monitor. And yes I have checked the radio Connection many times, I have attached an image with my wireing maybe someone with "new fresh" eyes can see anything. I have also connected decoupling capacitor.

    • I'm runing Nano
    • Latest download of MySensors library
    • Radio modul bought from the link on MySensors shop.
    • I run the radio from external 3.3 V (so red cabel on picture is not there anymore)
    • I run the RelayActuator sketch from the samples without any modifications
    • I have only one sensor, no gateway
    • I have tested two different Nano and two different radio
      NanoRadio4.jpg
    1 Reply Last reply
    0
    • K Offline
      K Offline
      kalle
      wrote on last edited by kalle
      #2

      Please show us a picture of wiring on the radio chip. The radio wiring at the nano (color) looks ok.
      Maybe you can test a other sketch (temperature).

      1 Reply Last reply
      0
      • O Offline
        O Offline
        olaeke
        wrote on last edited by olaeke
        #3

        Here is radio wiring
        Radion3.jpg
        I don't think another sketch will help since i stop on:

          gw.begin(incomingMessage, AUTO, true);
        

        And this calls setupRadio which look like this:
        .....

         RF24::begin();
         if (!RF24::isPVariant()) {
            debug(PSTR("check wires\n"));
            while(1);
         }
        

        ...
        So it stops because it is not pVariant. BUT since I have bought the radio on MySenors link and it says on ebay that it is a NRF24L01+ i will strongly belive that it is a + variant.

        1 Reply Last reply
        0
        • hekH Offline
          hekH Offline
          hek
          Admin
          wrote on last edited by
          #4

          It could be bad wires. Have your tried replacing or testing connectivity with a multimeter?

          1 Reply Last reply
          0
          • O Offline
            O Offline
            olaeke
            wrote on last edited by
            #5

            Yes every wire is "beeped"

            1 Reply Last reply
            0
            • hekH Offline
              hekH Offline
              hek
              Admin
              wrote on last edited by
              #6

              What kind of cap are you using on the breadboard? Tried without it?

              I have radios confirmed working. Maybe I could send you one?

              1 Reply Last reply
              0
              • tbowmoT Offline
                tbowmoT Offline
                tbowmo
                Admin
                wrote on last edited by
                #7

                @olaeke

                The wiring "howto" on the mysensor page, is using a ARduino mini, not a nano.

                Have you tried to verify the connections on schematic level for the two arduino versions? (ie. check that the different pin numbers match up to the same pin names on the atmel on the two boards)

                If I remember correctly there might be some differences. (I'm using a nano on my GW, and mini's on sensor nodes.)

                1 Reply Last reply
                0
                • O Offline
                  O Offline
                  olaeke
                  wrote on last edited by
                  #8

                  @hek: The cap. is a electrolyt on 4.7uF so it should be Ok but i will try to remove it or decrease it to 1uF.

                  @tbowmo: Is far as I can se on all spec. pages it looks like the pinout for SCK (13), MOSI (11) and MISO (12) is the same on Mini and Nano. Chip enabled and Chip select is not so critical since it is configurable in MyConfig_h but I use the default 9 and 10 for this. For The IRQ line I use #2 (INT0). IRQ line is same in Mini and Nano.

                  1 Reply Last reply
                  0
                  • sonicblazeS Offline
                    sonicblazeS Offline
                    sonicblaze
                    wrote on last edited by sonicblaze
                    #9

                    Interesting...I just registered because I'm having the same issue with a Arduino Pro Mini 5v. Checked wires, I've ripped it apart and rewired it multiple times, checked voltages at the radio to make sure my 5v -> 3.3v stepdown is working proper, checked continuity all the way from the radio pins to the actual SMD atmega chip itself, tried 6 different radio chips, and everything seems proper.

                    Just curious, when did you buy your radio chip, and was it from Alice1101983? I bought mine via the MySensors link as well on Nov. 27th. Bought 10 chips, tried 6 so far and stopped there to start asking for help...

                    1 Reply Last reply
                    0
                    • sonicblazeS Offline
                      sonicblazeS Offline
                      sonicblaze
                      wrote on last edited by sonicblaze
                      #10

                      Hmm...If i look very closely at my radio chip, I can read the writing. and I see '24L01' in the middle, but google images found chips that say '24L01+', which is what I supposedly bought.

                      @olaeke: Can you read whats on your chip?

                      Can someone with a working radio look at your onboard smd chip and tell us if it says '24L01+' on it?

                      1 Reply Last reply
                      0
                      • hekH Offline
                        hekH Offline
                        hek
                        Admin
                        wrote on last edited by
                        #11

                        Could you perhaps contact Alice1101983 and ask if they have changed supplier recently?

                        A photo of your NRF-chip and full board makes it easier to compare.

                        1 Reply Last reply
                        0
                        • O Offline
                          O Offline
                          olaeke
                          wrote on last edited by
                          #12

                          Yes I bought my radios from MySensors link and I ordered them sometimes at the end of November. I will look at my chip tonight and come back.

                          1 Reply Last reply
                          0
                          • hekH Offline
                            hekH Offline
                            hek
                            Admin
                            wrote on last edited by
                            #13

                            I'll contact the ebay-seller and ask some questions...

                            1 Reply Last reply
                            0
                            • sonicblazeS Offline
                              sonicblazeS Offline
                              sonicblaze
                              wrote on last edited by sonicblaze
                              #14

                              IMG_0006.JPG

                              This is my supposed 24L01+ radio from Alice. I'll shoot the eBay seller a question, I'm guessing that chip should say '24L01+', not '24L01' :smile:

                              1 Reply Last reply
                              0
                              • hekH Offline
                                hekH Offline
                                hek
                                Admin
                                wrote on last edited by
                                #15

                                Just a thought... What happens if you remove the sanity check if-statment here:

                                https://github.com/mysensors/Arduino/blob/master/libraries/MySensors/MySensor.cpp#L101

                                1 Reply Last reply
                                0
                                • ? Guest
                                  sonicblazeS Offline
                                  sonicblazeS Offline
                                  sonicblaze
                                  wrote on last edited by sonicblaze
                                  #16

                                  Guessing this really isn't the plus version, we'd also have to change the datarate in MyConfig.h. The data rate is defaulted to 250kbps, which is the new long range mode only supported by the + version from my understanding.

                                  Ok; I commented out that if check, and it doesnt throw the check wires debug anymore, but I still can't include my sensor and I was within 5 feet of my gateway. I tried changing the datarate, but then thought my gateway is also at 250kbps, so I'd have to reprogram that as well, and stopped there for now. I did look at my gateways antenna version of the nfl2401+, and it's chip does have the + sign, so these other radios are definitely not the right ones. I sent a message to the eBay seller.

                                  @olaeke: Hopefully this is your problem too (wrong radio chip)

                                  1 Reply Last reply
                                  0
                                  • bjornhallbergB Offline
                                    bjornhallbergB Offline
                                    bjornhallberg
                                    Hero Member
                                    wrote on last edited by bjornhallberg
                                    #17

                                    This is what one of my NRF24 modules look like:
                                    _MG_3943.jpg
                                    I think I got them from some random AliExpress seller. So yes, it would seem some sellers started shipping old stock or something.

                                    And yes, this pcb is dirty as hell, and with residue from flux etc.

                                    RJ_MakeR 1 Reply Last reply
                                    0
                                    • RJ_MakeR Offline
                                      RJ_MakeR Offline
                                      RJ_Make
                                      Hero Member
                                      wrote on last edited by
                                      #18

                                      I can also confirm my chips..

                                      20141218174253.jpg

                                      RJ_Make

                                      1 Reply Last reply
                                      0
                                      • O Offline
                                        O Offline
                                        olaeke
                                        wrote on last edited by
                                        #19

                                        @sonicblaze: Yes my radio as also without the + sign, but my antenna version is with the + sign, however I haven't have time to test this yet. I order them both at the same time from alice..... and I will also contact them now.

                                        Is it the same pinout on the antenna version since there is not printing on that board?

                                        sonicblazeS 1 Reply Last reply
                                        0
                                        • O olaeke

                                          @sonicblaze: Yes my radio as also without the + sign, but my antenna version is with the + sign, however I haven't have time to test this yet. I order them both at the same time from alice..... and I will also contact them now.

                                          Is it the same pinout on the antenna version since there is not printing on that board?

                                          sonicblazeS Offline
                                          sonicblazeS Offline
                                          sonicblaze
                                          wrote on last edited by sonicblaze
                                          #20

                                          @olaeke I sent a message to Alice as well, I'll let you know if I hear anything. I also went on AliExpress and just ordered a pack of 10 off of there for $7.28, so hopefully I'll get proper radios one way or another...

                                          I've never seen any documentation that suggests the pinout is any different between the two versions. It's the same everything except an external antenna instead if on-board.

                                          1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          19

                                          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