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. πŸ’¬ HALO : ESP32 multi transport GW/Bridge for Mysensors

πŸ’¬ HALO : ESP32 multi transport GW/Bridge for Mysensors

Scheduled Pinned Locked Moved OpenHardware.io
nrf24bridgewifirfm95canrgbblasteresp32blerfm69serial wi-fisnifferbluetoothgateway
40 Posts 13 Posters 11.3k Views 13 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.
  • scalzS Offline
    scalzS Offline
    scalz
    Hardware Contributor
    wrote on last edited by scalz
    #6

    @Koresh thx!

    @gohan
    With a powerful mcu ;)
    I agree with koresh about state of esp32 dev but imho it's going fast, and there are already plenty of raw arduino examples.
    that said it's already a while, since december if i'm not wrong, that we have some basic esp32 stuff working at Core Team (thx to @tekka, collaborating with me on this project :) ).
    But, using all these interfaces at same time won't be available until major release because as you know for the moment Mysensors only allows one transport layer at a time, so a major refactor.

    1 Reply Last reply
    2
    • gohanG Offline
      gohanG Offline
      gohan
      Mod
      wrote on last edited by
      #7

      That's why I was asking why you put all those interfaces together, I was wondering if I missed something new :D
      If the gateway was working with all those interfaces we would all be very happy! :D

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

        @gohan exactly what i've thought when i started this project :)

        NeverDieN 1 Reply Last reply
        0
        • scalzS scalz

          @gohan exactly what i've thought when i started this project :)

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

          @scalz

          Can it recognize gestures, like you briefly mentioned in the introduction?

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

            @NeverDie no but it can be easily added with an extension board from aliexpress, or a custom board on the centered MYSX connector.
            I started from the board i mentioned, "sort of mote" with everything onboard, ring, gesture, atsamd21 etc. but i thought i could make things more modular for improving a bit assembly cost in case, and i have added more features thx to esp32 mcu. IT's now a bridge
            For gesture i'll have something, but that'll be for my other "node" project.

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

              Hi.

              just to keep you up that everything is going very well. I'm a bit late on releasing but i preferred that people don't order it if there were some mistakes.
              Last piece to check is CAN bus. and then it's ok ;)
              and @tekka ... as usual, impressive :+1:
              Imho, HALO is a little beast :yum:

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

                Hi,

                I'm actually adding "last minute" features (so the delay) without increasing board size.
                Features like:

                • one more RFM radio footprint : so we could do more combo. Like 1xRFM95 + 1xRFM69 or 2xRFM etc, plus the NRF24 and ESP32 of course!
                • switching NRF24 smd to NRF24 PA
                • 3x sma connectors
                • extension board for Ethernet if possible
                • etc

                See you soon with good news i hope :)

                Nca78N 1 Reply Last reply
                2
                • scalzS scalz

                  Hi,

                  I'm actually adding "last minute" features (so the delay) without increasing board size.
                  Features like:

                  • one more RFM radio footprint : so we could do more combo. Like 1xRFM95 + 1xRFM69 or 2xRFM etc, plus the NRF24 and ESP32 of course!
                  • switching NRF24 smd to NRF24 PA
                  • 3x sma connectors
                  • extension board for Ethernet if possible
                  • etc

                  See you soon with good news i hope :)

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

                  @scalz said in πŸ’¬ HALO : ESP32 multi transport GW/Bridge for Mysensors:

                  • switching NRF24 smd to NRF24 PA

                  Do you mean SMD PA LNA or through hole ?

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

                    @Nca78
                    on the proto board, it is nrf24 low power, smd version, actually. Works ok here but for better perf, i'm planning to use the PA/LNA through hole version with sma connector.
                    So far (but not digged a lot) i've only seen PA smd modules with ipex (but would be better if i could fit sma) or chip antenna (lol). Are you thinking to an other reference, or have a favorite module??

                    E Nca78N 2 Replies Last reply
                    0
                    • scalzS scalz

                      @Nca78
                      on the proto board, it is nrf24 low power, smd version, actually. Works ok here but for better perf, i'm planning to use the PA/LNA through hole version with sma connector.
                      So far (but not digged a lot) i've only seen PA smd modules with ipex (but would be better if i could fit sma) or chip antenna (lol). Are you thinking to an other reference, or have a favorite module??

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

                      @scalz said in πŸ’¬ HALO : ESP32 multi transport GW/Bridge for Mysensors:

                      So far (but not digged a lot) i've only seen PA smd modules with ipex (but would be better if i could fit sma) or chip antenna (lol). Are you thinking to an other reference, or have a favorite module??

                      This work quite well with the IPX PA+LNA SMD modules

                      1 Reply Last reply
                      1
                      • scalzS scalz

                        @Nca78
                        on the proto board, it is nrf24 low power, smd version, actually. Works ok here but for better perf, i'm planning to use the PA/LNA through hole version with sma connector.
                        So far (but not digged a lot) i've only seen PA smd modules with ipex (but would be better if i could fit sma) or chip antenna (lol). Are you thinking to an other reference, or have a favorite module??

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

                        @scalz I have those with chip antenna , soldered one board but didn't try it yet.
                        I also noticed this week that my local shop sells low power smd version with a PCB antennad design similar to the one used in ESP12F which is pretty good. I will order next week and test the range. They have the same pad footprint than the SMD PA LNA (GND pin moved opposite side from VCC) so I could be interested in keeping this footprint for those leaving in appartments and that don't need a long range.
                        I have a 130sqm appartments and I have few packets losses only despite very thick (30cms) concrete walls, using only basic nrf24 modules at the moment. So I will only need a bit of improvement to have perfect reception everywhere, if it can be done with the 3€ PA LNA with chip antenna or 2€ module with improved antenna it's great for me.
                        Blasting my messages to the 350 other appartments in my building doesn't sound like a safe option :D

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

                          thx for feedbacks.

                          @Nca78 oki. noted! To be sure, are you talking about these modules ?
                          http://www.cdebyte.com/en/product-class-news.aspx?pid=32&okey=nRF24L01P

                          Nca78N 1 Reply Last reply
                          0
                          • scalzS scalz

                            thx for feedbacks.

                            @Nca78 oki. noted! To be sure, are you talking about these modules ?
                            http://www.cdebyte.com/en/product-class-news.aspx?pid=32&okey=nRF24L01P

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

                            @scalz yes these are the ones.
                            And they have versions with external antenna connectors also, amplified and even non amplified.

                            1 Reply Last reply
                            0
                            • gohanG Offline
                              gohanG Offline
                              gohan
                              Mod
                              wrote on last edited by
                              #19

                              They look genuine, where did you buy them?

                              Nca78N 1 Reply Last reply
                              0
                              • scalzS Offline
                                scalzS Offline
                                scalz
                                Hardware Contributor
                                wrote on last edited by scalz
                                #20

                                @gohan
                                yes in theory they are genuine as they claim to buy the chip from Nordic. you can find those modules at ali or ebay. just search for the module ref you need.

                                gohanG 1 Reply Last reply
                                0
                                • gohanG gohan

                                  They look genuine, where did you buy them?

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

                                  @gohan so they claim but at less than 2$ for one module I have doubts...
                                  Check on the website they have a "sample" button or "order sample", it links to the module on their ebay shop, they use it for selling samples.

                                  1 Reply Last reply
                                  0
                                  • gohanG Offline
                                    gohanG Offline
                                    gohan
                                    Mod
                                    wrote on last edited by
                                    #22

                                    I think I'll still go for the Itead ones then

                                    1 Reply Last reply
                                    0
                                    • scalzS scalz

                                      @gohan
                                      yes in theory they are genuine as they claim to buy the chip from Nordic. you can find those modules at ali or ebay. just search for the module ref you need.

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

                                      @scalz how is the project going?

                                      1 Reply Last reply
                                      0
                                      • ranseyerR Offline
                                        ranseyerR Offline
                                        ranseyer
                                        Hardware Contributor
                                        wrote on last edited by
                                        #24

                                        Hi Scalz,

                                        is it possible that you share the schematic ? Im Interestet mostly which Pins you uses to the "? mysX ?" Connector...
                                        Greetings

                                        mfalkviddM 1 Reply Last reply
                                        0
                                        • ranseyerR ranseyer

                                          Hi Scalz,

                                          is it possible that you share the schematic ? Im Interestet mostly which Pins you uses to the "? mysX ?" Connector...
                                          Greetings

                                          mfalkviddM Online
                                          mfalkviddM Online
                                          mfalkvidd
                                          Mod
                                          wrote on last edited by
                                          #25

                                          @ranseyer if you mean the mysx connector itself, the pins are available at https://www.mysensors.org/hardware/mysx

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


                                          26

                                          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