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. General Discussion
  3. Is ARM the future of MySensors?

Is ARM the future of MySensors?

Scheduled Pinned Locked Moved General Discussion
31 Posts 12 Posters 5.4k Views 15 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.
  • NeverDieN Offline
    NeverDieN Offline
    NeverDie
    Hero Member
    wrote on last edited by
    #21

    Don't your neighbors have better things to do?

    gohanG 1 Reply Last reply
    0
    • NeverDieN NeverDie

      Don't your neighbors have better things to do?

      gohanG Offline
      gohanG Offline
      gohan
      Mod
      wrote on last edited by gohan
      #22

      @neverdie I was about to say the same... it must be a very boring town :D

      1 Reply Last reply
      0
      • G Offline
        G Offline
        ghiglie
        wrote on last edited by
        #23

        Well, last week I couldn't realize how my garage temp was so high.... I noticed my neighboor started autoproducing some sensors too... :D So it's time for signing/encryption.

        atmega328p serial killer
        HomeAssistant / gateway: ESP8266 & NRF24L01+ gateway

        1 Reply Last reply
        0
        • Nca78N Nca78

          @davidzh said in Is ARM the future of MySensors?:

          But in Urban areas with lots of high rises the 2.4GHz band is a bit congested.

          That's my case , there are 350 appartments in my building alone and my nrf24 network runs well, while my old 433MHz system regularly miss messages, that's why it will soon be replaced.

          D Offline
          D Offline
          dakipro
          wrote on last edited by
          #24

          @nca78 said in Is ARM the future of MySensors?:

          there are 350 appartments in my building alone and my nrf24 network runs well

          If nrf24 working on same/similar frequency as wifi, is it not being disturbed by other wifi networks? (I guess that in 350 apartments there are a minimum of 350 wifi networks).
          I never quite understood how exactly nrf24 and wifi go along.

          C: OpenHAB2 with node-red on linux laptop
          GW: Arduino Nano - W5100 Ethernet, Nrf24l01+ 2,4Ghz mqtt
          GW: Arduino Mega, RFLink 433Mhz

          Nca78N gohanG YveauxY 3 Replies Last reply
          0
          • D dakipro

            @nca78 said in Is ARM the future of MySensors?:

            there are 350 appartments in my building alone and my nrf24 network runs well

            If nrf24 working on same/similar frequency as wifi, is it not being disturbed by other wifi networks? (I guess that in 350 apartments there are a minimum of 350 wifi networks).
            I never quite understood how exactly nrf24 and wifi go along.

            Nca78N Offline
            Nca78N Offline
            Nca78
            Hardware Contributor
            wrote on last edited by
            #25

            @dakipro said in Is ARM the future of MySensors?:

            If nrf24 working on same/similar frequency as wifi, is it not being disturbed by other wifi networks? (I guess that in 350 apartments there are a minimum of 350 wifi networks).
            I never quite understood how exactly nrf24 and wifi go along.

            It depends on the channels used by NRF24 and wifi networks, so far I've been lucky it seems :)
            Also, high rise is in fact probably helping by having thick concrete walls with lots of rebars inside, attenuating radio signals. I see many networks but most of them have week signal.

            1 Reply Last reply
            0
            • D dakipro

              @nca78 said in Is ARM the future of MySensors?:

              there are 350 appartments in my building alone and my nrf24 network runs well

              If nrf24 working on same/similar frequency as wifi, is it not being disturbed by other wifi networks? (I guess that in 350 apartments there are a minimum of 350 wifi networks).
              I never quite understood how exactly nrf24 and wifi go along.

              gohanG Offline
              gohanG Offline
              gohan
              Mod
              wrote on last edited by
              #26

              @dakipro wifi only overlaps the nrf24 range for a number of channels, so usually if you choose channels at the margins of the spectrum you should be good

              1 Reply Last reply
              1
              • D dakipro

                @nca78 said in Is ARM the future of MySensors?:

                there are 350 appartments in my building alone and my nrf24 network runs well

                If nrf24 working on same/similar frequency as wifi, is it not being disturbed by other wifi networks? (I guess that in 350 apartments there are a minimum of 350 wifi networks).
                I never quite understood how exactly nrf24 and wifi go along.

                YveauxY Offline
                YveauxY Offline
                Yveaux
                Mod
                wrote on last edited by
                #27

                @dakipro said in Is ARM the future of MySensors?:

                If nrf24 working on same/similar frequency as wifi

                The frequency band of nrf24 is wider than used by wifi. If you select a frequency just outside the wifi band it should help in reducing interference.

                http://yveaux.blogspot.nl

                D 1 Reply Last reply
                2
                • skywatchS Offline
                  skywatchS Offline
                  skywatch
                  wrote on last edited by
                  #28

                  The current NRF24 set up is more secure than bluetooth or wifi from attack.

                  I say this based on the fact that anyone with a laptop, mobile etc can have software to crack/hack/spoof/inject into bluetooth or wifi. It is not that difficult for kids to do.

                  The NRF is another matter as to achieve this on that radio module would require acquiring a module, setting it up with a pc/phone and then getting software to attack it.

                  People often go the easiest route and I am less worried about nrf24 than I would be if the system used bluetooth/wifi or cloud.

                  Just my thoughts on a dark and wet Monday morning.....

                  1 Reply Last reply
                  3
                  • YveauxY Yveaux

                    @dakipro said in Is ARM the future of MySensors?:

                    If nrf24 working on same/similar frequency as wifi

                    The frequency band of nrf24 is wider than used by wifi. If you select a frequency just outside the wifi band it should help in reducing interference.

                    D Offline
                    D Offline
                    dakipro
                    wrote on last edited by
                    #29

                    @yveaux said in Is ARM the future of MySensors?:

                    @dakipro said in Is ARM the future of MySensors?:

                    If nrf24 working on same/similar frequency as wifi

                    The frequency band of nrf24 is wider than used by wifi. If you select a frequency just outside the wifi band it should help in reducing interference.

                    Thanks, that is what I thought. Btw, I am using default channel for mysensors (79 or whatnot), is that "just outside" enough?
                    I never had (connection) problems with mysensors, so I never researched fine-tuning options.

                    Can some android wifi analyzer help with the showing what is best to use, is there some guide available regarding nrf24? (should we write a guide? :) )

                    C: OpenHAB2 with node-red on linux laptop
                    GW: Arduino Nano - W5100 Ethernet, Nrf24l01+ 2,4Ghz mqtt
                    GW: Arduino Mega, RFLink 433Mhz

                    NeverDieN YveauxY 2 Replies Last reply
                    1
                    • D dakipro

                      @yveaux said in Is ARM the future of MySensors?:

                      @dakipro said in Is ARM the future of MySensors?:

                      If nrf24 working on same/similar frequency as wifi

                      The frequency band of nrf24 is wider than used by wifi. If you select a frequency just outside the wifi band it should help in reducing interference.

                      Thanks, that is what I thought. Btw, I am using default channel for mysensors (79 or whatnot), is that "just outside" enough?
                      I never had (connection) problems with mysensors, so I never researched fine-tuning options.

                      Can some android wifi analyzer help with the showing what is best to use, is there some guide available regarding nrf24? (should we write a guide? :) )

                      NeverDieN Offline
                      NeverDieN Offline
                      NeverDie
                      Hero Member
                      wrote on last edited by NeverDie
                      #30

                      @dakipro said in Is ARM the future of MySensors?:

                      I am using default channel for mysensors (79 or whatnot), is that "just outside" enough?

                      I don't believe so. Channel 123 is though. Easy to remember.

                      1 Reply Last reply
                      0
                      • D dakipro

                        @yveaux said in Is ARM the future of MySensors?:

                        @dakipro said in Is ARM the future of MySensors?:

                        If nrf24 working on same/similar frequency as wifi

                        The frequency band of nrf24 is wider than used by wifi. If you select a frequency just outside the wifi band it should help in reducing interference.

                        Thanks, that is what I thought. Btw, I am using default channel for mysensors (79 or whatnot), is that "just outside" enough?
                        I never had (connection) problems with mysensors, so I never researched fine-tuning options.

                        Can some android wifi analyzer help with the showing what is best to use, is there some guide available regarding nrf24? (should we write a guide? :) )

                        YveauxY Offline
                        YveauxY Offline
                        Yveaux
                        Mod
                        wrote on last edited by
                        #31

                        @dakipro see here for a mapping of wifi and nrf24 channels: https://forum.mysensors.org/topic/4721/nrf-frequency-and-channels/5

                        NRF24 Channels 2..96 overlap with wifi. I personally would stay away from the high nrf24 channels (110+) as I've seen troublesome performance with clones.
                        Channel 100 performs well at my place.

                        http://yveaux.blogspot.nl

                        1 Reply Last reply
                        2
                        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 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