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. Hardware
  3. NRF24L01+ range of only few meters

NRF24L01+ range of only few meters

Scheduled Pinned Locked Moved Hardware
81 Posts 21 Posters 39.7k Views 25 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.
  • L LastSamurai

    @Oitzu Looks like the chips are these.

    Btw I am using a cheap DS201 and I am happy with it for most cases. Sometimes I wish for a second channel but you can carry it around which is a big plus :)

    @AWI I have to convert 12V to 3.3V which is a big jump. So you think a linear regulator would work here? Something like a LM 1117 T3,3? Doesn't that get too hot if I constantly power the arduino, the radio and potentially a sensor?
    PS has someone tried this? Otherwise the second stage LDO (something small, smd) would be an idea too.

    AWIA Offline
    AWIA Offline
    AWI
    Hero Member
    wrote on last edited by
    #72

    @LastSamurai No problem at all if you solder it on a copper plane. Most sensor circuits take less than 20mA.

    I actually use the 662K LDO as a second stage with a step-up converter, works like a charm.

    For the LM1117 (=not a real Low Dropout) the input voltage can be up to 20V.

    0_1458067307906_upload-98cbdf28-e608-49ab-8e4b-f884c739a5d4

    1 Reply Last reply
    0
    • OitzuO Offline
      OitzuO Offline
      Oitzu
      wrote on last edited by
      #73

      @LastSamurai https://www.adafruit.com/datasheets/MP2307_r1.9.pdf
      seems to be more complete and well.. a filter or a second stage would be recommend.

      @AWI i'm actually have a project running from 12v lead batteries, best way would be to use 2 stages?
      ATM i'm using an additional lc-filter to get the ripple out.

      AWIA 1 Reply Last reply
      0
      • OitzuO Oitzu

        @LastSamurai https://www.adafruit.com/datasheets/MP2307_r1.9.pdf
        seems to be more complete and well.. a filter or a second stage would be recommend.

        @AWI i'm actually have a project running from 12v lead batteries, best way would be to use 2 stages?
        ATM i'm using an additional lc-filter to get the ripple out.

        AWIA Offline
        AWIA Offline
        AWI
        Hero Member
        wrote on last edited by
        #74

        @Oitzu In your case ...
        5 pcs complete linear adjustable neglectable ripple and cooled converter

        1 Reply Last reply
        0
        • OitzuO Offline
          OitzuO Offline
          Oitzu
          wrote on last edited by
          #75

          @AWI hm... okay. Will probably order a few and test them. :+1:

          1 Reply Last reply
          0
          • L Offline
            L Offline
            LastSamurai
            Hardware Contributor
            wrote on last edited by
            #76

            Could you perhaps actually use the onboard voltage regulator of the pro mini for powering the mini + nrf + random sensor? That would be the easiest + cheapest methode. Perhaps add one cap.

            1 Reply Last reply
            0
            • OitzuO Offline
              OitzuO Offline
              Oitzu
              wrote on last edited by
              #77

              @LastSamurai depends on the used onboard regulator and the used nrf + random sensor.
              But yes, this works also, most of the time on non pa/lna modules.

              1 Reply Last reply
              0
              • AndurilA Offline
                AndurilA Offline
                Anduril
                wrote on last edited by
                #78

                @Oitzu in case you are looking for a cheap DIY osci, I'm going to build a Girino (http://www.instructables.com/id/Girino-Fast-Arduino-Oscilloscope/?ALLSTEPS) when I find the time. There is also an frontent on github (https://github.com/Chatanga/Girinoscope/tree/v1.0.1-beta). Seems to be quite simple and with very cheap hardware, so don't expect too much. But to have a look at some voltage levels and ripple it might be ok.
                And when using it with a battery powered laptop you should be even ok with potential-free measurements.

                1 Reply Last reply
                0
                • Igor KatkovI Igor Katkov

                  @mfalkvidd Yes, a few more meters with PA_MAX.
                  Here is my best performing code

                    radio.setPALevel(RF24_PA_MAX);
                    radio.setDataRate(RF24_250KBPS);
                    radio.setPayloadSize(4);
                    radio.setChannel(2);
                    radio.setRetries(15, 15);
                  

                  Full code https://gist.github.com/ikatkov/6df540838bd4d3ea8b57

                  vgaV Offline
                  vgaV Offline
                  vga
                  wrote on last edited by
                  #79
                  This post is deleted!
                  1 Reply Last reply
                  0
                  • epierreE epierre

                    @sven on the video he shows 83.38 ?? you are right, it is 2.4GHz

                    1/4 wave antenna is 31.25 mm long
                    1/2 wavelength is 62.5mm.

                    so why did he mesured 83.38 ? was it inches ? (imperial non universal?)

                    ร Offline
                    ร Offline
                    รอเรือ
                    wrote on last edited by รอเรือ
                    #80

                    @epierre

                    I'd be surprised if the existing on board antenna is anything else than a 1/4 wave length of the center frequency for the NRF24L01 module. Therefore I BELIEVE that the right thing would be to extend it with antother 3/4 to make it a full wave length.

                    If you run it at the default MySensors frequency which is 2476 MHz, a full wave length is 121 mm. Therefore I'd assume that adding another 91 mm to the existing antenna would be the correct length. I haven't tried it yet though but I will.

                    Cheers!

                    1 Reply Last reply
                    0
                    • ร Offline
                      ร Offline
                      รอเรือ
                      wrote on last edited by รอเรือ
                      #81

                      I'm currently in the process of trying to figure out why one of my battery powered nodes isn't working very well with a newly purchased NRF24L01+PA+LNA module. I've shielded it as described in earlier posts. There is plenty of pure power in the batteries.

                      Just as in the case for @pkjjneal it works well only if I'm touching the antenna with a finger.

                      I decided to look inside the antenna:
                      0_1533729640287_DSC_1916.JPG

                      As you see above, it starts with an antenna cable that leads to a half wave dipole (where the antenna element is of about 1/4 wave length) and there is a "sleeve balun" going back over the cable . I can find no ground plane though. The problem that I can see is that the antenna length is 27 mm where it should optimally be 28.8 mm.

                      Now, if I remove the antenna completely my node works quite well. At least better than if I use the original antenna unmodified.

                      If I insert a wire (DIY antenna made by a paper clip) extending 121 mm out of the antenna sockets forming a full wave length antenna things work great.

                      I also modified the original antenna so that the antenna element becomes 28.8 mm. It works a bit better but it's far from perfect and communication errors are shown in the log.

                      As the final test, I added a nice ground plane to the original antenna and now it works really perfect!
                      0_1533729823658_DSC_1917.JPG

                      So what can I learn from this?

                      My test rig is an EasyPCB powered with batteries. I'm quite sure that my NRF24L01+PA+LNA module used in another scenario, for example connected to a Arduino Nano fed by a FTDI connector could actually work. It's because it would create a different environment. The antenna will work in relation to what it's connected to, shielding the grounding, and surrounding objects. Capacitive and inductive reactances are involved in mysterious ways.

                      Anyway. My conclusion is that the two original antennas I have are not working very good. They obviously have the wrong length just a little bit, and I'd say that the the way the antenna is constructed with the sleeve balun and no ground plane, doesn't seem to work well. At least not here.

                      I'll do some more experimenting with making my own antennas. Starting with taking apart an original antenna is not so bad, I can solder anything (solderable) onto the cable.

                      Cheers!

                      From wikipedia:

                      Sleeve balun
                      At VHF frequencies, a sleeve balun can also be built to remove feeder radiation.

                      Another narrow-band design is to use a λ/4 length of metal pipe. The coaxial cable is placed inside the pipe; at one end the braid is wired to the pipe while at the other end no connection is made to the pipe. The balanced end of this balun is at the end where no connection is made to the pipe. The λ/4 conductor acts as a transformer, converting the zero impedance at the short to the braid into an infinite impedance at the open end. This infinite impedance at the open end of the pipe prevents current flowing into the outer coax formed by the outside of the inner coax shield and the pipe, forcing the current to remain in the inside coax.

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


                      12

                      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