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. 💬 MySWeMosGWShield - WeMos Mini MySensors Gateway Shield

💬 MySWeMosGWShield - WeMos Mini MySensors Gateway Shield

Scheduled Pinned Locked Moved OpenHardware.io
contest2017rfm69wemosesp8266mysensorsgatewaynrf24l01
40 Posts 10 Posters 10.6k Views 8 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.
  • E Offline
    E Offline
    emc2
    Hardware Contributor
    wrote on last edited by
    #30

    Glad to see you have it working!

    Let me know if something was unclear in the instructions or if it can be improved to prevent people to solder them flipped.

    1 Reply Last reply
    0
    • M Offline
      M Offline
      Mynasru
      wrote on last edited by
      #31

      Is it possible to free D2 on the WEMOS, it is used on most WEMOS shields for I2C.

      E 1 Reply Last reply
      0
      • M Mynasru

        Is it possible to free D2 on the WEMOS, it is used on most WEMOS shields for I2C.

        E Offline
        E Offline
        emc2
        Hardware Contributor
        wrote on last edited by
        #32

        @Mynasru unfortunately the only other suitable pin would be D1, SCL.
        Wemos do not have enough pins to do gateway + I2C, you will need to switch to a nodeMCU or similar.

        Also keep in mind that D2 is a MySensor default for ESP8266, I tried to have it moved when support was added https://github.com/mysensors/MySensors/issues/408#issuecomment-191403862 but without success, meaning you will need to reassign CE in your code.

        M 1 Reply Last reply
        0
        • E emc2

          @Mynasru unfortunately the only other suitable pin would be D1, SCL.
          Wemos do not have enough pins to do gateway + I2C, you will need to switch to a nodeMCU or similar.

          Also keep in mind that D2 is a MySensor default for ESP8266, I tried to have it moved when support was added https://github.com/mysensors/MySensors/issues/408#issuecomment-191403862 but without success, meaning you will need to reassign CE in your code.

          M Offline
          M Offline
          Mynasru
          wrote on last edited by
          #33

          @emc2 Hmm that's a pity. I could not find why specifically it was assigned to that pin other than that it is a MySensor default, so I thought maybe it can be changed (manually).

          I wanted to use the WEMOS system for my nodes, not as the gateway. But if it is not possible to free up D1 & D2, there is no benefit in using them. This board is the best I could find, I would order them if D2 is freed for D4. Could you make it possible to use one of both (with a jumper of some sort) so it is compatible with either WEMOS shields, or the MySensor defaults?

          1 Reply Last reply
          0
          • F Offline
            F Offline
            Fabien
            wrote on last edited by
            #34

            Very bad result with this PCB and Ebyte NRF24 PA+LNA module.
            If the shield is distant from the Wemos D1 (not upside) it works fine. There is interference between ESP and NRF I think.

            E 1 Reply Last reply
            0
            • F Fabien

              Very bad result with this PCB and Ebyte NRF24 PA+LNA module.
              If the shield is distant from the Wemos D1 (not upside) it works fine. There is interference between ESP and NRF I think.

              E Offline
              E Offline
              emc2
              Hardware Contributor
              wrote on last edited by
              #35

              @fabien Never heard of the "Ebyte NRF24 PA+LNA module", do you have a link for it somewhere?

              So far I've been using a few of these with the "regular no name" PA+LNA from Aliexpress and did not have any problems. What are the symptoms you are observing?

              1 Reply Last reply
              0
              • Nca78N Offline
                Nca78N Offline
                Nca78
                Hardware Contributor
                wrote on last edited by
                #36

                I'm using EByte module with external antenna, and I have good results
                https://www.aliexpress.com/store/product/New-E01-ML01SP4-Ebyte-20dBm-1800m-2-4g-rf-module-smd-nRF24L01-PA-rf-wireless-receiver/2077046_32687064881.html

                Chip or integrated antenna with pa+lna are not efficient, I had poor radio performance with them...

                1 Reply Last reply
                0
                • E Offline
                  E Offline
                  emc2
                  Hardware Contributor
                  wrote on last edited by
                  #37

                  Looks like a neat module indeed.
                  Never tried these, but yes I guess if the external antenna and the wifi antenna are too close it may leat to some interferences.

                  Would also need to check that the 3.3V is powerful enough to properly feed the esp and this chip at the same time, I guess it may depends on the antenna plugged to it too.

                  Nca78N 1 Reply Last reply
                  0
                  • E emc2

                    Looks like a neat module indeed.
                    Never tried these, but yes I guess if the external antenna and the wifi antenna are too close it may leat to some interferences.

                    Would also need to check that the 3.3V is powerful enough to properly feed the esp and this chip at the same time, I guess it may depends on the antenna plugged to it too.

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

                    @emc2 said in 💬 MySWeMosGWShield - WeMos Mini MySensors Gateway Shield:

                    Would also need to check that the 3.3V is powerful enough to properly feed the esp and this chip at the same time, I guess it may depends on the antenna plugged to it too.

                    Yes it could be a problem too, I put the additional voltage regulator on my gateway, it costs nothing and takes 2mns to solder, so I see no reason not to put it.

                    I guess @Fabien is talking about the ML01SP2 module, but with PCB antenna and no shielding there's no way it can have good performance next to a wifi module...
                    Best EByte module is ML01DP5 but it's not SMD.

                    F 1 Reply Last reply
                    0
                    • Nca78N Nca78

                      @emc2 said in 💬 MySWeMosGWShield - WeMos Mini MySensors Gateway Shield:

                      Would also need to check that the 3.3V is powerful enough to properly feed the esp and this chip at the same time, I guess it may depends on the antenna plugged to it too.

                      Yes it could be a problem too, I put the additional voltage regulator on my gateway, it costs nothing and takes 2mns to solder, so I see no reason not to put it.

                      I guess @Fabien is talking about the ML01SP2 module, but with PCB antenna and no shielding there's no way it can have good performance next to a wifi module...
                      Best EByte module is ML01DP5 but it's not SMD.

                      F Offline
                      F Offline
                      Fabien
                      wrote on last edited by
                      #39

                      @nca78 you are right. I'm using ML01SP2 and range is not good (with PCB or IPEX antenna). I'm adding volatge regulator without success. If I put the PCB on a proto board result are far better. So it's probably interference between ESP8266 and NRF24.
                      I'm waiting for ML01DP5 but do you know if someone already made a pcb for this one and ESP8266 board (Weemos or other) ?

                      1 Reply Last reply
                      0
                      • berkseoB Offline
                        berkseoB Offline
                        berkseo
                        wrote on last edited by
                        #40

                        What are the parameters of this radio, I could not get it to work. Suspicions that he had no speed 250.

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


                        23

                        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