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. OpenHardware.io
  3. 💬 Easy-Peasy Amplified MySensors Serial Gateway

💬 Easy-Peasy Amplified MySensors Serial Gateway

Scheduled Pinned Locked Moved OpenHardware.io
17 Posts 9 Posters 3.5k Views 7 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.
  • YveauxY Offline
    YveauxY Offline
    Yveaux
    Mod
    wrote on last edited by
    #2

    Are you sure the wemos can supply sufficient power for the amplified nrf?

    http://yveaux.blogspot.nl

    mfalkviddM 1 Reply Last reply
    0
    • YveauxY Yveaux

      Are you sure the wemos can supply sufficient power for the amplified nrf?

      mfalkviddM Offline
      mfalkviddM Offline
      mfalkvidd
      Mod
      wrote on last edited by mfalkvidd
      #3

      @Yveaux good point. Wemos D1 mini uses a ME6211 ldo which is rated for 500mA (600mA absolute maximum). If I remember correctly, the nrf24 with pa/lna needs a maximum of 115mA and the esp8266 itself 160mA. So there should be plenty of margin.

      YveauxY 1 Reply Last reply
      1
      • mfalkviddM mfalkvidd

        @Yveaux good point. Wemos D1 mini uses a ME6211 ldo which is rated for 500mA (600mA absolute maximum). If I remember correctly, the nrf24 with pa/lna needs a maximum of 115mA and the esp8266 itself 160mA. So there should be plenty of margin.

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

        @mfalkvidd said in 💬 Amplified MySensors Serial Gateway:

        Wemos D1 mini uses a ME6211 ldo which is rated for 500mA

        I hope all the clones will use the same LDO, or equivalent then ;-)

        http://yveaux.blogspot.nl

        korttomaK 1 Reply Last reply
        1
        • YveauxY Yveaux

          @mfalkvidd said in 💬 Amplified MySensors Serial Gateway:

          Wemos D1 mini uses a ME6211 ldo which is rated for 500mA

          I hope all the clones will use the same LDO, or equivalent then ;-)

          korttomaK Offline
          korttomaK Offline
          korttoma
          Hero Member
          wrote on last edited by
          #5

          @Yveaux said in 💬 Amplified MySensors Serial Gateway:

          I hope all the clones will use the same LDO, or equivalent then ;-)

          Lets hope people stick to the originals since they are not that expensive

          https://wemoscc.aliexpress.com/store/1331105

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

            very simple :)

            I agree with yveaux though, always good to have some optional footprints for decoupling in case. No idea if there are some. Also, putting electronics above antenna (of esp8266) is not very recommended, but this should work.

            1 Reply Last reply
            0
            • skywatchS Offline
              skywatchS Offline
              skywatch
              wrote on last edited by
              #7

              This does not use the genuine NRF24L01+ by the looks of it.

              The wording is clever, but the imported parts list does not include Norway and the device is only 'based on' and imported chip from Norway. Nowhere does it say it incorporates this chip and if you look at the RF spec, it can operate higher than the NRF spec sheet for the real chip.....

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

                I don't know anything more than you do. However, you could substitute a different amplified nRF24L01+ module if you prefer. I can say that it seems to work alright at 250kbps and 1mbps. 2mbps is possibly problematic, though in my limited testing the cause of that may be unrelated.

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

                  I had a chance to test the module more thoroughly, and it appears to work just fine at 2mbps also. So, as of this moment, everything seems good, and I'm not aware of any problems. :)

                  1 Reply Last reply
                  0
                  • S Offline
                    S Offline
                    seaspac
                    wrote on last edited by
                    #10

                    is there a connection diagram?

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

                      The newer E01-2G4M27D has more powerful transmit and more sensitive receive capability:

                      https://www.aliexpress.com/item/4000536940861.html?spm=a2g0s.9042311.0.0.58a24c4dtdfoIK

                      1 Reply Last reply
                      0
                      • K Offline
                        K Offline
                        KevinT
                        wrote last edited by
                        #12

                        I know this thread is old but it seems the most relevant. I just tried to compile the standard GatewaySerial.ino sketch using Wemos D1 mini as board type and I get error:

                        MyMainESP8266.cpp:95:9: error: 'cont_can_yield' was not declared in this scope;
                        

                        I'm using MySensors Library v2.3.2

                        I'm assuming this used to work. Is it broken or I am doing something wrong?

                        mfalkviddM 1 Reply Last reply
                        0
                        • K KevinT

                          I know this thread is old but it seems the most relevant. I just tried to compile the standard GatewaySerial.ino sketch using Wemos D1 mini as board type and I get error:

                          MyMainESP8266.cpp:95:9: error: 'cont_can_yield' was not declared in this scope;
                          

                          I'm using MySensors Library v2.3.2

                          I'm assuming this used to work. Is it broken or I am doing something wrong?

                          mfalkviddM Offline
                          mfalkviddM Offline
                          mfalkvidd
                          Mod
                          wrote last edited by
                          #13

                          Great to see you again @KevinT

                          It is broken, and you are doing something wrong :-)

                          Use the latest supported version of the board definitions. See https://forum.mysensors.org/post/114086

                          1 Reply Last reply
                          0
                          • K Offline
                            K Offline
                            KevinT
                            wrote last edited by
                            #14

                            Hi @mfalkvidd
                            I rolled back the esp8266 library to 2.6.2 and it compiles.
                            Is there an upcoming release to fix this?
                            Thanks :-)

                            mfalkviddM 1 Reply Last reply
                            0
                            • K KevinT

                              Hi @mfalkvidd
                              I rolled back the esp8266 library to 2.6.2 and it compiles.
                              Is there an upcoming release to fix this?
                              Thanks :-)

                              mfalkviddM Offline
                              mfalkviddM Offline
                              mfalkvidd
                              Mod
                              wrote last edited by
                              #15

                              @KevinT did you read the thread I linked?

                              1 Reply Last reply
                              0
                              • K Offline
                                K Offline
                                KevinT
                                wrote last edited by
                                #16

                                Yes, Lol, you have 2 PRs but both have issues. I looked, but I didn't manage to find them on Github/MySensors. I did read that espressif updated their esp8266 core to use standard Arduino yield functions. I guess it's related to that.

                                mfalkviddM 1 Reply Last reply
                                0
                                • K KevinT

                                  Yes, Lol, you have 2 PRs but both have issues. I looked, but I didn't manage to find them on Github/MySensors. I did read that espressif updated their esp8266 core to use standard Arduino yield functions. I guess it's related to that.

                                  mfalkviddM Offline
                                  mfalkviddM Offline
                                  mfalkvidd
                                  Mod
                                  wrote last edited by
                                  #17

                                  @KevinT should be one of these https://github.com/mysensors/MySensors/pulls?q=is%3Apr+esp8266+sort%3Aupdated-desc+

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


                                  22

                                  Online

                                  11.8k

                                  Users

                                  11.2k

                                  Topics

                                  113.2k

                                  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