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. Just like to know why nrf on cheap booster fails

Just like to know why nrf on cheap booster fails

Scheduled Pinned Locked Moved Hardware
20 Posts 5 Posters 4.1k 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.
  • keldandorinK keldandorin

    @mfalkvidd Booster is not always the issue here, had the same issue when trying use my Rpi3 as a GW. None of my nodes was able to conenct the first 5 tryes so I bought a NodeMCU insted to us as GW. Looks like there is newer and more expensiv NRF modules to, Like this one http://www.elecfreaks.com/estore/nrf24l01p-pa-lna-v3-1-rfm05.html and I think as long as power dosent drop under 1.9v it should be able to send atleast acording to spec.

    sundberg84S Offline
    sundberg84S Offline
    sundberg84
    Hardware Contributor
    wrote on last edited by
    #9

    @keldandorin - ok, good to know... booster can be an issue since its related with power.

    The nrf-chip is known to be really sensitive as @mfalkvidd said... capacitor is a must!
    With the pa/lna version you need a good (and strong) power supply.

    I have had several radios which couldnt connect at all because it was a bad clone.
    If you want to be sure, order a genuine device from a known shop.

    Controller: Proxmox VM - Home Assistant
    MySensors GW: Arduino Uno - W5100 Ethernet, Gw Shield Nrf24l01+ 2,4Ghz
    MySensors GW: Arduino Uno - Gw Shield RFM69, 433mhz
    RFLink GW - Arduino Mega + RFLink Shield, 433mhz

    keldandorinK 1 Reply Last reply
    0
    • sundberg84S sundberg84

      @keldandorin - ok, good to know... booster can be an issue since its related with power.

      The nrf-chip is known to be really sensitive as @mfalkvidd said... capacitor is a must!
      With the pa/lna version you need a good (and strong) power supply.

      I have had several radios which couldnt connect at all because it was a bad clone.
      If you want to be sure, order a genuine device from a known shop.

      keldandorinK Offline
      keldandorinK Offline
      keldandorin
      wrote on last edited by keldandorin
      #10

      @sundberg84 I dont run the nrf wia booster at the moment. Can the booster still be a issue then? btw have a 4.7 cap conencted

      sundberg84S 1 Reply Last reply
      0
      • keldandorinK keldandorin

        @sundberg84 I dont run the nrf wia booster at the moment. Can the booster still be a issue then? btw have a 4.7 cap conencted

        sundberg84S Offline
        sundberg84S Offline
        sundberg84
        Hardware Contributor
        wrote on last edited by
        #11

        @keldandorin - No, if you dont have a booster its not a problem :)

        Controller: Proxmox VM - Home Assistant
        MySensors GW: Arduino Uno - W5100 Ethernet, Gw Shield Nrf24l01+ 2,4Ghz
        MySensors GW: Arduino Uno - Gw Shield RFM69, 433mhz
        RFLink GW - Arduino Mega + RFLink Shield, 433mhz

        keldandorinK 1 Reply Last reply
        0
        • NeverDieN Offline
          NeverDieN Offline
          NeverDie
          Hero Member
          wrote on last edited by NeverDie
          #12

          No offense intended, but the OP question could be rephrased to be "Why is my cheap booster setup a piece of garbage?" Honestly, how can anyone know the answer to that question given how little information is provided in the OP? For all we know he could be using an unmodified joule thief circuit--with all kinds of ringing--meant to power LED's on a Chinese solar garden lamp from the dollar store and wondering why it doesn't work.

          1 Reply Last reply
          0
          • scalzS Offline
            scalzS Offline
            scalz
            Hardware Contributor
            wrote on last edited by scalz
            #13

            like advised above, radio modules doesn't like so much switching converters (boosters stepup, or step down). In the best cases, it can remove a few db of the radio sensitivity, or more.

            RPI power supply is not very clean too if i remember. the same for some computer usb.

            LDO are better regarding this, due to their construction, but are less efficient than some switching converters.
            What can help in general, is filtering directly after the switching power supply (using ferrites and capacitors), and add a few capas close to the radio.

            For some ideas about improving pcbs.. , for rf etc, it is better to have a strong, wide, uninterrupted gnd plane/ counterpoise, not too much angle on the transmission line to antenna else it could act like a RF short.
            Things like that can reduce rf efficiency, shift freq etc..
            That's why it's often easier to get better rf perf with 4layers board. And also i think the easiest way to reduce EMI etc (the same applies to AC stuff). Else rf pollution begins :grin:
            For more infos, lot of infos on google.

            sundberg84S 1 Reply Last reply
            0
            • scalzS scalz

              like advised above, radio modules doesn't like so much switching converters (boosters stepup, or step down). In the best cases, it can remove a few db of the radio sensitivity, or more.

              RPI power supply is not very clean too if i remember. the same for some computer usb.

              LDO are better regarding this, due to their construction, but are less efficient than some switching converters.
              What can help in general, is filtering directly after the switching power supply (using ferrites and capacitors), and add a few capas close to the radio.

              For some ideas about improving pcbs.. , for rf etc, it is better to have a strong, wide, uninterrupted gnd plane/ counterpoise, not too much angle on the transmission line to antenna else it could act like a RF short.
              Things like that can reduce rf efficiency, shift freq etc..
              That's why it's often easier to get better rf perf with 4layers board. And also i think the easiest way to reduce EMI etc (the same applies to AC stuff). Else rf pollution begins :grin:
              For more infos, lot of infos on google.

              sundberg84S Offline
              sundberg84S Offline
              sundberg84
              Hardware Contributor
              wrote on last edited by
              #14

              @scalz - agree, there are many PCB (RF) designers which suggest 4 layer board (and I think its the best)... but the price!

              Controller: Proxmox VM - Home Assistant
              MySensors GW: Arduino Uno - W5100 Ethernet, Gw Shield Nrf24l01+ 2,4Ghz
              MySensors GW: Arduino Uno - Gw Shield RFM69, 433mhz
              RFLink GW - Arduino Mega + RFLink Shield, 433mhz

              1 Reply Last reply
              0
              • sundberg84S sundberg84

                @keldandorin - No, if you dont have a booster its not a problem :)

                keldandorinK Offline
                keldandorinK Offline
                keldandorin
                wrote on last edited by
                #15

                @sundberg84 What can then make the radio not connecting when adding a soil sensor and as soon as you disconnect it node connect to GW.

                sundberg84S 1 Reply Last reply
                0
                • keldandorinK keldandorin

                  @sundberg84 What can then make the radio not connecting when adding a soil sensor and as soon as you disconnect it node connect to GW.

                  sundberg84S Offline
                  sundberg84S Offline
                  sundberg84
                  Hardware Contributor
                  wrote on last edited by
                  #16

                  @keldandorin - im sorry, I think we need to start over and I was not clear enough.
                  To be able to help you without guessing (as I did above) please describe your problem a little better.

                  Go through https://forum.mysensors.org/topic/666/debug-faq-and-how-ask-for-help/ and see if that can help you. If not please post the questions posted in the topic "How to ask for help" and im sure we can all help you much better.

                  Controller: Proxmox VM - Home Assistant
                  MySensors GW: Arduino Uno - W5100 Ethernet, Gw Shield Nrf24l01+ 2,4Ghz
                  MySensors GW: Arduino Uno - Gw Shield RFM69, 433mhz
                  RFLink GW - Arduino Mega + RFLink Shield, 433mhz

                  keldandorinK 1 Reply Last reply
                  0
                  • sundberg84S sundberg84

                    @keldandorin - im sorry, I think we need to start over and I was not clear enough.
                    To be able to help you without guessing (as I did above) please describe your problem a little better.

                    Go through https://forum.mysensors.org/topic/666/debug-faq-and-how-ask-for-help/ and see if that can help you. If not please post the questions posted in the topic "How to ask for help" and im sure we can all help you much better.

                    keldandorinK Offline
                    keldandorinK Offline
                    keldandorin
                    wrote on last edited by
                    #17

                    @sundberg84 HEHE no problem I'm not that clear in my questions ether.
                    Let me describe my setup. Easy PCB (yours) revision 8.
                    Running on battery, NRF powered directly by battery (no booster there) Booster running Arduino and sensors. Caps and stuff is there, I have just made a copy of your setup. Think I even used all your links for shopping list to 
                    If I have one sensor connected DS18b20 pin 3. No problem with radio connecting to Gateway.

                    If I add a second (soil Moisture) sensor on pin 4 the node gets problem connecting to GW. Sometimes it takes 5-10 tries and it connects sometimes never.
                    So where is the problem here, Power to NRF is the same (good new battery’s 3.2v) Tried some setups where I put nrf at a distant from soil Sensor, same problem.
                    If I disconnect soil sensor it will connect at the first try again.

                    So what in the setup can disturb the radio/NRF so it has problem connecting?
                    If running NRF via booster it makes sense that the booster can add noise but when you not running nrf through booster what can then be the source for noise?

                    My next step in founding this out is to by some more expensive/better booster,NRF and so on to found out the problem. Sins my experience in electronic stuff is based on what you learned in school I do have a lot to catch up on 
                    Thx for any ideas what to try or do to figure this out
                    //Håkan

                    ps. gone through trubbelshooting guide several times :)

                    sundberg84S 1 Reply Last reply
                    0
                    • keldandorinK keldandorin

                      @sundberg84 HEHE no problem I'm not that clear in my questions ether.
                      Let me describe my setup. Easy PCB (yours) revision 8.
                      Running on battery, NRF powered directly by battery (no booster there) Booster running Arduino and sensors. Caps and stuff is there, I have just made a copy of your setup. Think I even used all your links for shopping list to 
                      If I have one sensor connected DS18b20 pin 3. No problem with radio connecting to Gateway.

                      If I add a second (soil Moisture) sensor on pin 4 the node gets problem connecting to GW. Sometimes it takes 5-10 tries and it connects sometimes never.
                      So where is the problem here, Power to NRF is the same (good new battery’s 3.2v) Tried some setups where I put nrf at a distant from soil Sensor, same problem.
                      If I disconnect soil sensor it will connect at the first try again.

                      So what in the setup can disturb the radio/NRF so it has problem connecting?
                      If running NRF via booster it makes sense that the booster can add noise but when you not running nrf through booster what can then be the source for noise?

                      My next step in founding this out is to by some more expensive/better booster,NRF and so on to found out the problem. Sins my experience in electronic stuff is based on what you learned in school I do have a lot to catch up on 
                      Thx for any ideas what to try or do to figure this out
                      //Håkan

                      ps. gone through trubbelshooting guide several times :)

                      sundberg84S Offline
                      sundberg84S Offline
                      sundberg84
                      Hardware Contributor
                      wrote on last edited by sundberg84
                      #18

                      @keldandorin - ah, ok - but you still have a booster in the circuit even though its not connected directly to the radio. They (booster + radio) share a common ground for example and there are EMI to consider.

                      The answers above stand valid - as soon as you add something new to the circiut you change everything. The booster will need to provide more output and this can change the noice.

                      My suggestion would be to remove the booster and bridge Vin - Vout (on the booster pins) with a wire, add the soil sensor and watch the results.

                      Controller: Proxmox VM - Home Assistant
                      MySensors GW: Arduino Uno - W5100 Ethernet, Gw Shield Nrf24l01+ 2,4Ghz
                      MySensors GW: Arduino Uno - Gw Shield RFM69, 433mhz
                      RFLink GW - Arduino Mega + RFLink Shield, 433mhz

                      keldandorinK 1 Reply Last reply
                      0
                      • NeverDieN Offline
                        NeverDieN Offline
                        NeverDie
                        Hero Member
                        wrote on last edited by NeverDie
                        #19

                        For mitigating EMI/RFI, what I've found generally helps the most is: keep wire and trace lengths as short as humanly possible.

                        Usually that alone fixes it. Try that first. If still failing, add decoupling caps if the design doesn't already have them.

                        There's a whole litany of other things to try that might help, but they tend to be hit or miss.

                        1 Reply Last reply
                        0
                        • sundberg84S sundberg84

                          @keldandorin - ah, ok - but you still have a booster in the circuit even though its not connected directly to the radio. They (booster + radio) share a common ground for example and there are EMI to consider.

                          The answers above stand valid - as soon as you add something new to the circiut you change everything. The booster will need to provide more output and this can change the noice.

                          My suggestion would be to remove the booster and bridge Vin - Vout (on the booster pins) with a wire, add the soil sensor and watch the results.

                          keldandorinK Offline
                          keldandorinK Offline
                          keldandorin
                          wrote on last edited by
                          #20

                          @sundberg84 Ah you see I need to learn more :) Didnt know that gnd could add noice. Will try what you sugests thx Håkan

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


                          31

                          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