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. My Project
  3. My Ugly ESP GW Prototype

My Ugly ESP GW Prototype

Scheduled Pinned Locked Moved My Project
34 Posts 18 Posters 18.9k 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.
  • T tbowmo

    @NeverDie

    Is Photon compatible with Arduino? (the build eco system). That is one of the key elements of mysensors at the moment, and what makes it accessible for newcommers.

    If not then everything needs to be ported to another build system..

    B Offline
    B Offline
    BulldogLowell
    Contest Winner
    wrote on last edited by
    #24

    @tbowmo said:

    Is Photon compatible with Arduino?

    It is "Arduino-like" for sure, but a little different in that it's implementation is still developing. I've done a few projects with Photon, including (vera controlled) LED projects and sensors. There are some differences so you may find it rough at first (particularly with the availability of Libraries).

    Probably a great add-on to your sensor network if you are more experienced with Arduino.

    Like MySensors, they have a terrific forum!

    PS, comparable to the EMW3165, the P1 version of photon is $10

    1 Reply Last reply
    0
    • T tbowmo

      @NeverDie

      Is Photon compatible with Arduino? (the build eco system). That is one of the key elements of mysensors at the moment, and what makes it accessible for newcommers.

      If not then everything needs to be ported to another build system..

      N Offline
      N Offline
      NeverDie
      Hero Member
      wrote on last edited by
      #25

      @tbowmo said:

      @NeverDie

      Is Photon compatible with Arduino? (the build eco system). That is one of the key elements of mysensors at the moment, and what makes it accessible for newcommers.

      If not then everything needs to be ported to another build system..

      Glad you brought this up.

      1 Reply Last reply
      0
      • R Offline
        R Offline
        rvendrame
        Hero Member
        wrote on last edited by
        #26

        @tekka said:

        I'm running the GW sketch (and repeater node) natively on the ESP8266 - however, the porting needs some additional work on EEPROM handling and pointer addressing. Also, a stable power supply is important (>3.1V with ESP8266 and NRF24 attached, no peaks). Will post more as porting progresses.

        Would mind to share your sketch for the ESP8266 + WiFi+GW + nRF24 ? If I understood correctly --- the ESP can run the mySensors GW + regular Wi-fi, replacing the arduino? Any other downside than the EEPROM ?

        Thanks!

        Home Assistant / Vera Plus UI7
        ESP8266 GW + mySensors 2.3.2
        Alexa / Google Home

        T 1 Reply Last reply
        0
        • R rvendrame

          @tekka said:

          I'm running the GW sketch (and repeater node) natively on the ESP8266 - however, the porting needs some additional work on EEPROM handling and pointer addressing. Also, a stable power supply is important (>3.1V with ESP8266 and NRF24 attached, no peaks). Will post more as porting progresses.

          Would mind to share your sketch for the ESP8266 + WiFi+GW + nRF24 ? If I understood correctly --- the ESP can run the mySensors GW + regular Wi-fi, replacing the arduino? Any other downside than the EEPROM ?

          Thanks!

          T Offline
          T Offline
          tekka
          Admin
          wrote on last edited by
          #27

          @rvendrame yes, ESP8266 + nRF24L01 = GW. However, build is currently unstable and WIP.

          1 Reply Last reply
          0
          • R Offline
            R Offline
            rvendrame
            Hero Member
            wrote on last edited by
            #28

            @tekka, ok got it. I just managed to run my serial GW on my media-player computer (using a serial to ethernet program), so I now I finally have my kind of ethernet GW. Thanks!

            Home Assistant / Vera Plus UI7
            ESP8266 GW + mySensors 2.3.2
            Alexa / Google Home

            barduinoB 1 Reply Last reply
            0
            • R rvendrame

              @tekka, ok got it. I just managed to run my serial GW on my media-player computer (using a serial to ethernet program), so I now I finally have my kind of ethernet GW. Thanks!

              barduinoB Offline
              barduinoB Offline
              barduino
              wrote on last edited by
              #29

              @rvendrame said:

              @tekka, ok got it. ... so I now I finally have my kind of ethernet GW. Thanks!

              NodeJS?

              1 Reply Last reply
              0
              • R Offline
                R Offline
                rvendrame
                Hero Member
                wrote on last edited by
                #30

                @barduino , I have Vera as controller. And I have a old mac mini which is my media player / nas / voip / etc... I just installed the .99c TCP2Serial on it, and plugged my serial gateway. It is working like a charm.

                Home Assistant / Vera Plus UI7
                ESP8266 GW + mySensors 2.3.2
                Alexa / Google Home

                1 Reply Last reply
                0
                • Daniel OliveiraD Offline
                  Daniel OliveiraD Offline
                  Daniel Oliveira
                  wrote on last edited by
                  #31

                  Hi @hek and everyone,

                  I'm starting to get really interested in knowing more about these ESP8266 litle things but after some "googling" I still didn't figured out one thing. I already saw some projects to use an ESP alone as a GW (with a RF24 module attached) but is it not possible to have a MySensor's network of only ESPs?

                  One ESP as GE and multiple others as sensor nodes? Why?

                  Thank you all in advance,
                  Daniel

                  MySensors rules my home :)

                  1 Reply Last reply
                  0
                  • H Offline
                    H Offline
                    hek
                    Admin
                    wrote on last edited by
                    #32

                    Most probably possible once someone get library running on it.

                    1 Reply Last reply
                    0
                    • T Offline
                      T Offline
                      tbowmo
                      Admin
                      wrote on last edited by
                      #33

                      @Daniel-Oliveira

                      If you were to make a sensor network only with ESP8266, you don't need mysensors (as I see it). It has network capabilities by itself (wifi), so you could actually just connect them to your existing wifi network (or create a new one with an old router).

                      One thing though, they probably will use more current, compared to nrf24 / rfm69. Unless you can power up/down the module. But then you'll have latency time when connecting to the wifi, before sending the actual sensor values.

                      But besides that, it should be possible to make some sort of sensor network with the ESP only..

                      1 Reply Last reply
                      0
                      • Lucas FiggL Offline
                        Lucas FiggL Offline
                        Lucas Figg
                        wrote on last edited by
                        #34

                        Does anyone have any working examples of Sensebender Micro working with a Photon? I have all the parts but finding it difficult to unravel all GW libs and so on. I just want to use my sensebender with a Onewire waterproof temp sensor and for it to report back to the Photon every 5 minutes or so.

                        1 Reply Last reply
                        0

                        Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                        Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                        With your input, this post could be even better 💗

                        Register Login
                        Reply
                        • Reply as topic
                        Log in to reply
                        • Oldest to Newest
                        • Newest to Oldest
                        • Most Votes


                        14

                        Online

                        12.0k

                        Users

                        11.2k

                        Topics

                        113.4k

                        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