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. RF Nano = Nano + NRF24, for just $3,50 on Aliexpress

RF Nano = Nano + NRF24, for just $3,50 on Aliexpress

Scheduled Pinned Locked Moved Hardware
80 Posts 30 Posters 13.8k Views 32 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.
  • alowhumA Offline
    alowhumA Offline
    alowhum
    Plugin Developer
    wrote on last edited by
    #47

    We know :-)

    I just bought 70 the other day, they are so useful for workshops. And since you can use them at maximum power their range is acceptable too.

    1 Reply Last reply
    0
    • Mark SwiftM Offline
      Mark SwiftM Offline
      Mark Swift
      wrote on last edited by
      #48

      Just got 4 of these, happy to say they're all '+' models and connect without issues, bingo!

      fruijsF 1 Reply Last reply
      2
      • Mark SwiftM Mark Swift

        Just got 4 of these, happy to say they're all '+' models and connect without issues, bingo!

        fruijsF Offline
        fruijsF Offline
        fruijs
        wrote on last edited by
        #49

        @mark-swift Do you have a link of your supplier?

        Mark SwiftM 1 Reply Last reply
        0
        • fruijsF fruijs

          @mark-swift Do you have a link of your supplier?

          Mark SwiftM Offline
          Mark SwiftM Offline
          Mark Swift
          wrote on last edited by
          #50

          @fruijs I bought them here: https://www.aliexpress.com/item/32980796969.html?spm=a2g0s.9042311.0.0.61584c4dSzvgS3

          1 Reply Last reply
          0
          • D Offline
            D Offline
            Dustin Thurston
            wrote on last edited by
            #51

            I previously purchased from the exact product link listed by @Mark-Swift and confirmed they are not + models.

            Mark SwiftM 1 Reply Last reply
            1
            • D Dustin Thurston

              I previously purchased from the exact product link listed by @Mark-Swift and confirmed they are not + models.

              Mark SwiftM Offline
              Mark SwiftM Offline
              Mark Swift
              wrote on last edited by
              #52

              @dustin-thurston Mine are certainly plus models, as they connect at 250kbps without issue (nor do they need debug turned on).

              D 1 Reply Last reply
              0
              • Mark SwiftM Mark Swift

                @dustin-thurston Mine are certainly plus models, as they connect at 250kbps without issue (nor do they need debug turned on).

                D Offline
                D Offline
                Dustin Thurston
                wrote on last edited by
                #53

                Can others report their luck? I hate to purchase again and get same result. Especially when seller was non-responsive.

                1 Reply Last reply
                2
                • T Offline
                  T Offline
                  torfinn
                  wrote on last edited by
                  #54

                  Hi ! Got a couple of these. Hard to say if its + chip ( but I guess not ). Anyway I am not able to get them running a simple test sketch. Only get RBR:REG=23, VAL=17

                  Z 1 Reply Last reply
                  0
                  • T torfinn

                    Hi ! Got a couple of these. Hard to say if its + chip ( but I guess not ). Anyway I am not able to get them running a simple test sketch. Only get RBR:REG=23, VAL=17

                    Z Offline
                    Z Offline
                    zen85
                    wrote on last edited by
                    #55

                    @torfinn
                    i had to set
                    #define MY_RF24_CE_PIN 10
                    #define MY_RF24_CS_PIN 9
                    on mine (definetly not + btw) a while back....

                    T 1 Reply Last reply
                    0
                    • fruijsF Offline
                      fruijsF Offline
                      fruijs
                      wrote on last edited by
                      #56

                      I just got my order of 3, this time I got the nRF24L01+ version.

                      1 Reply Last reply
                      1
                      • alowhumA Offline
                        alowhumA Offline
                        alowhum
                        Plugin Developer
                        wrote on last edited by alowhum
                        #57

                        :-D Now I wish I hadn't bought 70 of the old version already.

                        They're working well though, very happy with them. Great for workshops.

                        1 Reply Last reply
                        0
                        • Z zen85

                          @torfinn
                          i had to set
                          #define MY_RF24_CE_PIN 10
                          #define MY_RF24_CS_PIN 9
                          on mine (definetly not + btw) a while back....

                          T Offline
                          T Offline
                          torfinn
                          wrote on last edited by
                          #58

                          @zen85 Thanks I got it to work but if I add #define MY_DEBUG_VERBOSE_RF24 i still get RBR:REG=23, VAL=17 filling the console....

                          1 Reply Last reply
                          0
                          • P Offline
                            P Offline
                            pichaty
                            Banned
                            wrote on last edited by pichaty
                            #59
                            This post is deleted!
                            1 Reply Last reply
                            0
                            • alowhumA Offline
                              alowhumA Offline
                              alowhum
                              Plugin Developer
                              wrote on last edited by
                              #60

                              @torfinn These settings should make it work, regardless of which version you buy:

                              // If you are using an RF-Nano, you have to switch CE and CS pins.
                              #define MY_RF24_CS_PIN 9                            // Used by the MySensors library.
                              #define MY_RF24_CE_PIN 10                           // Used by the MySensors library.
                              
                              // Enable and select radio type attached
                              #define MY_RADIO_RF24
                              #define MY_RF24_PA_LEVEL RF24_PA_MAX
                              
                              // Mysensors advanced settings
                              #define MY_RF24_DATARATE RF24_1MBPS                 // This datarate is supported by pretty much all NRF24 radios, including the RF-Nano.
                              
                              
                              1 Reply Last reply
                              0
                              • S Offline
                                S Offline
                                Sherco49
                                wrote on last edited by
                                #61

                                Hi guys
                                just a newbie in MySensors, i am buikding my home net with RF24 radio.
                                Just received 4 of this rf-nano (+ chip) and set one into relay device
                                With my Wemos D1mini pro + NRF24L01 +PA+LA gateway, it works in my whole (relatively large) house (approx 30m through a lot of walls and armed floor).
                                Really handy for small boxes projects, the missing functionality is the interrupt pin not (easily ?) accessible for battery powering

                                1 Reply Last reply
                                1
                                • S Offline
                                  S Offline
                                  Sherco49
                                  wrote on last edited by
                                  #62

                                  I continue my test with this chip, and solved an issue in declaring children of a node

                                  I tried the relay actuator with 2 relays, the second one never wanted to get an ACK message for the presentation message
                                  I tried with 3 children relays , first is ACK, second still NACK and 3rd .... ACK again !

                                  Even if it was not my first thought, i finally insert a wait(1000) between each present line which solved the problem

                                  hope it can help

                                  1 Reply Last reply
                                  1
                                  • E Offline
                                    E Offline
                                    echi
                                    wrote on last edited by
                                    #63

                                    You might be interested by the board I've designed. Not "RF Nano" but "RF Pro Mini". Of course you need a "USB to serial" programmer but it directly runs on batteries.
                                    See here and here.

                                    M 1 Reply Last reply
                                    1
                                    • E echi

                                      You might be interested by the board I've designed. Not "RF Nano" but "RF Pro Mini". Of course you need a "USB to serial" programmer but it directly runs on batteries.
                                      See here and here.

                                      M Offline
                                      M Offline
                                      martim
                                      wrote on last edited by
                                      #64

                                      @echi Where could you order this board?

                                      TheoLT N 2 Replies Last reply
                                      0
                                      • M martim

                                        @echi Where could you order this board?

                                        TheoLT Offline
                                        TheoLT Offline
                                        TheoL
                                        Contest Winner
                                        wrote on last edited by
                                        #65

                                        @martim Just search for RF Nano on Aliexpress. Haven't looked for the cheapest one, just the first that says LRF24L01+. Although not certain if it is really a + version of the NRF24L01.

                                        This is one on Aliexpress

                                        1 Reply Last reply
                                        0
                                        • M martim

                                          @echi Where could you order this board?

                                          N Offline
                                          N Offline
                                          ncollins
                                          wrote on last edited by
                                          #66

                                          @martim I think this is a better alternative: https://www.electrodragon.com/product/nrf24duino-arduino-mini-plus-nrf24l01-board/

                                          TheoLT M 2 Replies Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          13

                                          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