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. why mysensors is based on nrf24?

why mysensors is based on nrf24?

Scheduled Pinned Locked Moved General Discussion
65 Posts 13 Posters 14.1k Views 11 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.
  • C chbla

    It is not based, you can use a RFM69

    R Offline
    R Offline
    Reza
    wrote on last edited by
    #23

    @chbla
    do you use RFM69? this is work better than nrf? about distance and wall
    RFM support repeater feature? and we can choose different channel ?

    1 Reply Last reply
    0
    • C Offline
      C Offline
      chbla
      wrote on last edited by
      #24

      I'm using RFM69 yes, and it has no problems.
      I don't need repeaters at the moment, as far as I know it's software based?

      AnticimexA 1 Reply Last reply
      1
      • C chbla

        I'm using RFM69 yes, and it has no problems.
        I don't need repeaters at the moment, as far as I know it's software based?

        AnticimexA Offline
        AnticimexA Offline
        Anticimex
        Contest Winner
        wrote on last edited by
        #25

        @chbla you are correct. The radio is fully supported and the repeater feature is a library feature, not a radio feature. It is a feature of the MySensors protocol.

        Do you feel secure today? No? Start requiring some signatures and feel better tomorrow ;)

        1 Reply Last reply
        1
        • R Offline
          R Offline
          Reza
          wrote on last edited by
          #26

          thank you friends for answer.
          about channel? MY_RF24_CHANNEL
          can we use several channel with RFM ?
          generally RFM work better than NRF ?

          AnticimexA C 2 Replies Last reply
          0
          • R Reza

            thank you friends for answer.
            about channel? MY_RF24_CHANNEL
            can we use several channel with RFM ?
            generally RFM work better than NRF ?

            AnticimexA Offline
            AnticimexA Offline
            Anticimex
            Contest Winner
            wrote on last edited by
            #27

            @Reza how about you read MyConfig.h?

            Do you feel secure today? No? Start requiring some signatures and feel better tomorrow ;)

            R 1 Reply Last reply
            1
            • R Reza

              thank you friends for answer.
              about channel? MY_RF24_CHANNEL
              can we use several channel with RFM ?
              generally RFM work better than NRF ?

              C Offline
              C Offline
              chbla
              wrote on last edited by
              #28

              @Reza it depends on the use case I think, peope are using both, both are working. NRF24 is easier to set up and seems to have more support. Just try it :)

              1 Reply Last reply
              1
              • R Offline
                R Offline
                Reza
                wrote on last edited by Reza
                #29

                for help to my friends that use NRF. i test several model. but most are not really range.this model was best of NRF. with this model i have connect with 60cm wall and 10meter distance.
                if you want have a good connection, so use this model:
                0_1489175512097_as01-ml01dp5-4.jpg
                but i think NRF is not worthy mysensors and efforts of mysensors team :pray:

                1 Reply Last reply
                0
                • AnticimexA Anticimex

                  @Reza how about you read MyConfig.h?

                  R Offline
                  R Offline
                  Reza
                  wrote on last edited by Reza
                  #30

                  @Anticimex said in why mysensors is based on nrf24?:

                  @Reza how about you read MyConfig.h?

                  i am weak in english sorry i know repeater feature is in mysensors library, but i think about channel i think this is just for nrf. is that right ?

                  @chbla i am very happy with mysensors. i have very sensors and relay and every day i am try to build a new sensor and a new devices :) if there was a stronge and good and easy connection so this was very more intresting

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

                    I think you have missed a couple of details @Reza

                    When mysensors started out, the cheapest / best approach was to use the nRF24L01, rfm69hw was not available. So the project evolved around this radio. The RFM69 came in at a later time.

                    Unfortunately a lot of Chinese saw easy money, with counterfeit chips, and started to create less than optimal fake versions. That will probably also happen to rfm69hw (and are probably already there).

                    So we keep nrf, as it is there in the core.. It's up to you and other hackers, to decide what you want to use

                    R 1 Reply Last reply
                    2
                    • scalzS Offline
                      scalzS Offline
                      scalz
                      Hardware Contributor
                      wrote on last edited by
                      #32

                      hey dear friend,

                      be like water ;)

                      1 Reply Last reply
                      1
                      • R Reza

                        @Anticimex said in why mysensors is based on nrf24?:

                        @Reza how about you read MyConfig.h?

                        i am weak in english sorry i know repeater feature is in mysensors library, but i think about channel i think this is just for nrf. is that right ?

                        @chbla i am very happy with mysensors. i have very sensors and relay and every day i am try to build a new sensor and a new devices :) if there was a stronge and good and easy connection so this was very more intresting

                        AnticimexA Offline
                        AnticimexA Offline
                        Anticimex
                        Contest Winner
                        wrote on last edited by
                        #33

                        @Reza If you read MySensors.h you will find what configuration possibilities the various radios have. Try looking for information instead of just begging for it all the time.

                        Do you feel secure today? No? Start requiring some signatures and feel better tomorrow ;)

                        R 1 Reply Last reply
                        1
                        • tbowmoT tbowmo

                          I think you have missed a couple of details @Reza

                          When mysensors started out, the cheapest / best approach was to use the nRF24L01, rfm69hw was not available. So the project evolved around this radio. The RFM69 came in at a later time.

                          Unfortunately a lot of Chinese saw easy money, with counterfeit chips, and started to create less than optimal fake versions. That will probably also happen to rfm69hw (and are probably already there).

                          So we keep nrf, as it is there in the core.. It's up to you and other hackers, to decide what you want to use

                          R Offline
                          R Offline
                          Reza
                          wrote on last edited by
                          #34

                          @tbowmo
                          oh thank you for explain :pray: and thank you all mysensors team. really thank you. mysensors is intresting really. i try to found best and easy and without any trouble of solution for connection . we are easy to build all sensors and relay(with mysensors library) so this is intresting more to easy , very easy connection between rooms... :)
                          again thank you all mysensors team and hero members :pray:

                          YveauxY 1 Reply Last reply
                          0
                          • R Reza

                            @tbowmo
                            oh thank you for explain :pray: and thank you all mysensors team. really thank you. mysensors is intresting really. i try to found best and easy and without any trouble of solution for connection . we are easy to build all sensors and relay(with mysensors library) so this is intresting more to easy , very easy connection between rooms... :)
                            again thank you all mysensors team and hero members :pray:

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

                            @Reza so, topic closed?

                            http://yveaux.blogspot.nl

                            R 1 Reply Last reply
                            1
                            • AnticimexA Anticimex

                              @Reza If you read MySensors.h you will find what configuration possibilities the various radios have. Try looking for information instead of just begging for it all the time.

                              R Offline
                              R Offline
                              Reza
                              wrote on last edited by
                              #36

                              @Anticimex dear friend , i am trying for learn and work well with mysensors library , arduino and radios...
                              believe me i trying every days. now for 1.5 years. i am trying every days. but some time i dont know where found my problem and my question. i start learn arduino with mysensors library. because i am Interested very very. now i can write each sketch for sensors and relay. this is for your help .thank you

                              AnticimexA 1 Reply Last reply
                              0
                              • R Reza

                                @Anticimex dear friend , i am trying for learn and work well with mysensors library , arduino and radios...
                                believe me i trying every days. now for 1.5 years. i am trying every days. but some time i dont know where found my problem and my question. i start learn arduino with mysensors library. because i am Interested very very. now i can write each sketch for sensors and relay. this is for your help .thank you

                                AnticimexA Offline
                                AnticimexA Offline
                                Anticimex
                                Contest Winner
                                wrote on last edited by
                                #37

                                @Reza have a look in the file. It's designed to offer clear understanding of the various configuration options. And gives you a good overview of what settings you can place in your sketch to configure the library to your needs (what radio to use, what channel, transmit/receive power, pin assignments, etc.)

                                Do you feel secure today? No? Start requiring some signatures and feel better tomorrow ;)

                                R 1 Reply Last reply
                                1
                                • YveauxY Yveaux

                                  @Reza so, topic closed?

                                  R Offline
                                  R Offline
                                  Reza
                                  wrote on last edited by
                                  #38

                                  @Yveaux said in why mysensors is based on nrf24?:

                                  so, topic closed?

                                  hi. yes thank you. i see forum and site every days and read new topics and Newest Articles and Recently Updated :)
                                  i hope mysensors development every days in all of world , and the team be healthy always.
                                  thank you

                                  1 Reply Last reply
                                  0
                                  • AnticimexA Anticimex

                                    @Reza have a look in the file. It's designed to offer clear understanding of the various configuration options. And gives you a good overview of what settings you can place in your sketch to configure the library to your needs (what radio to use, what channel, transmit/receive power, pin assignments, etc.)

                                    R Offline
                                    R Offline
                                    Reza
                                    wrote on last edited by
                                    #39

                                    @Anticimex said in why mysensors is based on nrf24?:

                                    have a look in the file. It's designed to offer clear understanding of the various configuration options. And gives you a good overview of what settings you can place in your sketch to configure the library to your needs (what radio to use, what channel, transmit/receive power, pin assignments, etc.)

                                    thank you dear friend . i will see and read and translate .thank you

                                    1 Reply Last reply
                                    0
                                    • K Offline
                                      K Offline
                                      kimot
                                      wrote on last edited by
                                      #40

                                      And do not forgot about law restrictions in some countries, EU and etc.
                                      For example with 868 Mhz your device can transmitting max 1% of time per one hour.
                                      Maybe problem for gateway node?
                                      2,4 GHZ is relatively free all over the world.
                                      Page 7 here

                                      R 1 Reply Last reply
                                      1
                                      • K kimot

                                        And do not forgot about law restrictions in some countries, EU and etc.
                                        For example with 868 Mhz your device can transmitting max 1% of time per one hour.
                                        Maybe problem for gateway node?
                                        2,4 GHZ is relatively free all over the world.
                                        Page 7 here

                                        R Offline
                                        R Offline
                                        Reza
                                        wrote on last edited by
                                        #41

                                        @kimot this is true . but also about 2.4 Ghz i think there is better modules.what module is using in raspberry pi 3 ( without antenna) or wifi router or milight modem or etc ... !? These are 2.4 Ghz . But working for more distance without any problem . i dont test esp8266 (12-12E and very new models) but Don`t you think this is work better ? I didnot work with any radio. Just nrf and a sender with receiver 433 .

                                        1 Reply Last reply
                                        0
                                        • R Offline
                                          R Offline
                                          Reza
                                          wrote on last edited by
                                          #42

                                          Now for a wifi gateway mysensor used NodeMCU with a esp8266. Then connect a Nrf to NodeMCU . sensor network is with nrf and connection between router and gateway is with esp8266. If esp8266 work good , can we use esp8266 module for each node ? I did not work with esp and this is just a idea

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