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. Troubleshooting
  3. [SOLVED] ESP8266 Gateway endless loop

[SOLVED] ESP8266 Gateway endless loop

Scheduled Pinned Locked Moved Troubleshooting
9 Posts 6 Posters 3.3k Views 5 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.
  • O Offline
    O Offline
    Opus40
    wrote on last edited by Yveaux
    #1

    Hi every one

    I'm looking for some help. I have ESP8266 setup as a gateway and was having some issues as can be seen in this post
    http://forum.mysensors.org/topic/2265/esp8266-gateway-can-t-press-start-for-inclusion/7
    I got around it with the fixes i had writen but have built a few more sensors so thought i would up date the gateway so I could add the sensors with out so much reflashing. I downloaded the Latest Dev branch and did a clean install of every thing then uploaded the basic ESP8266 gateway sketch.

    when it boots up i am getting the following from serial output

    ü! m!„þæÊõþ0;255;3;0;9;Starting gateway (RNNGE-, 2.0.0-beta)
    0;255;3;0;9;Radio init successful.
    scandone
    state: 0 -> 2 (b0)
    state: 2 -> 3 (0)
    state: 3 -> 5 (10)
    add 0
    aid 5
    cnt

    connected with home, channel 1
    dhcp client start...
    .ip:192.168.1.211,mask:255.255.255.0,gw:192.168.1.254
    .IP: 192.168.1.211
    ü! m!„þæÊõþ0;255;3;0;9;Starting gateway (RNNGE-, 2.0.0-beta)
    0;255;3;0;9;Radio init successful.
    scandone
    state: 0 -> 2 (b0)
    state: 2 -> 3 (0)
    state: 3 -> 5 (10)
    add 0
    aid 5
    cnt

    connected with home, channel 1
    dhcp client start...
    .ip:192.168.1.211,mask:255.255.255.0,gw:192.168.1.254
    .IP: 192.168.1.211
    ü! m!BÿÄ1õþ0;255;3;0;9;Starting gateway (RNNGE-, 2.0.0-beta)
    0;255;3;0;9;Radio init successful.
    scandone
    state: 0 -> 2 (b0)
    state: 2 -> 3 (0)
    state: 3 -> 5 (10)
    add 0
    aid 5
    cnt

    it just goes in a loop.

    Any help would be much appreciated

    Thanks

    M T 2 Replies Last reply
    0
    • O Opus40

      Hi every one

      I'm looking for some help. I have ESP8266 setup as a gateway and was having some issues as can be seen in this post
      http://forum.mysensors.org/topic/2265/esp8266-gateway-can-t-press-start-for-inclusion/7
      I got around it with the fixes i had writen but have built a few more sensors so thought i would up date the gateway so I could add the sensors with out so much reflashing. I downloaded the Latest Dev branch and did a clean install of every thing then uploaded the basic ESP8266 gateway sketch.

      when it boots up i am getting the following from serial output

      ü! m!„þæÊõþ0;255;3;0;9;Starting gateway (RNNGE-, 2.0.0-beta)
      0;255;3;0;9;Radio init successful.
      scandone
      state: 0 -> 2 (b0)
      state: 2 -> 3 (0)
      state: 3 -> 5 (10)
      add 0
      aid 5
      cnt

      connected with home, channel 1
      dhcp client start...
      .ip:192.168.1.211,mask:255.255.255.0,gw:192.168.1.254
      .IP: 192.168.1.211
      ü! m!„þæÊõþ0;255;3;0;9;Starting gateway (RNNGE-, 2.0.0-beta)
      0;255;3;0;9;Radio init successful.
      scandone
      state: 0 -> 2 (b0)
      state: 2 -> 3 (0)
      state: 3 -> 5 (10)
      add 0
      aid 5
      cnt

      connected with home, channel 1
      dhcp client start...
      .ip:192.168.1.211,mask:255.255.255.0,gw:192.168.1.254
      .IP: 192.168.1.211
      ü! m!BÿÄ1õþ0;255;3;0;9;Starting gateway (RNNGE-, 2.0.0-beta)
      0;255;3;0;9;Radio init successful.
      scandone
      state: 0 -> 2 (b0)
      state: 2 -> 3 (0)
      state: 3 -> 5 (10)
      add 0
      aid 5
      cnt

      it just goes in a loop.

      Any help would be much appreciated

      Thanks

      M Offline
      M Offline
      Mille
      wrote on last edited by
      #2

      @Opus40

      I have exactly the same problem.

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

        I have some problem as well with the last 2.1.0 ESP8266 board files.
        You may want to try by downgrading to 2.0.0, work in my case.

        M 1 Reply Last reply
        1
        • E emc2

          I have some problem as well with the last 2.1.0 ESP8266 board files.
          You may want to try by downgrading to 2.0.0, work in my case.

          M Offline
          M Offline
          Mille
          wrote on last edited by
          #4

          @emc2
          Thank you. Worked for me too. :)

          But..before I downgraded to 2.0.0 I did a test with GatewayESP8266MQTTClient and that one did work with the 2.1.0 ESP8266 board version.
          So for me, with the latest bord files for the ESP:
          GatewayESP8266MQTTClient is OK
          GatewayESP8266 is not OK

          //Adam

          1 Reply Last reply
          1
          • O Offline
            O Offline
            Opus40
            wrote on last edited by
            #5

            thanks Emc2 and mille for the feed back, Ill give 2.0.0 a go

            1 Reply Last reply
            0
            • noelgeorgiN Offline
              noelgeorgiN Offline
              noelgeorgi
              wrote on last edited by
              #6

              I had the same problem after updating to 2.1.0. I was getting wdt reset error, @Admin @hek could you please look into the issue???

              1 Reply Last reply
              0
              • O Offline
                O Offline
                Opus40
                wrote on last edited by
                #7

                Thanks going down to 2.0.0 worked for me.

                1 Reply Last reply
                1
                • G Offline
                  G Offline
                  gmccarthy
                  wrote on last edited by
                  #8

                  Thanks - been racking by brain over this. Going back to 2.0.0 also works for me.

                  1 Reply Last reply
                  1
                  • O Opus40

                    Hi every one

                    I'm looking for some help. I have ESP8266 setup as a gateway and was having some issues as can be seen in this post
                    http://forum.mysensors.org/topic/2265/esp8266-gateway-can-t-press-start-for-inclusion/7
                    I got around it with the fixes i had writen but have built a few more sensors so thought i would up date the gateway so I could add the sensors with out so much reflashing. I downloaded the Latest Dev branch and did a clean install of every thing then uploaded the basic ESP8266 gateway sketch.

                    when it boots up i am getting the following from serial output

                    ü! m!„þæÊõþ0;255;3;0;9;Starting gateway (RNNGE-, 2.0.0-beta)
                    0;255;3;0;9;Radio init successful.
                    scandone
                    state: 0 -> 2 (b0)
                    state: 2 -> 3 (0)
                    state: 3 -> 5 (10)
                    add 0
                    aid 5
                    cnt

                    connected with home, channel 1
                    dhcp client start...
                    .ip:192.168.1.211,mask:255.255.255.0,gw:192.168.1.254
                    .IP: 192.168.1.211
                    ü! m!„þæÊõþ0;255;3;0;9;Starting gateway (RNNGE-, 2.0.0-beta)
                    0;255;3;0;9;Radio init successful.
                    scandone
                    state: 0 -> 2 (b0)
                    state: 2 -> 3 (0)
                    state: 3 -> 5 (10)
                    add 0
                    aid 5
                    cnt

                    connected with home, channel 1
                    dhcp client start...
                    .ip:192.168.1.211,mask:255.255.255.0,gw:192.168.1.254
                    .IP: 192.168.1.211
                    ü! m!BÿÄ1õþ0;255;3;0;9;Starting gateway (RNNGE-, 2.0.0-beta)
                    0;255;3;0;9;Radio init successful.
                    scandone
                    state: 0 -> 2 (b0)
                    state: 2 -> 3 (0)
                    state: 3 -> 5 (10)
                    add 0
                    aid 5
                    cnt

                    it just goes in a loop.

                    Any help would be much appreciated

                    Thanks

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

                    @Opus40 enabling MY_USE_UDP in ESP8266 prevents wdt from barking (but obviously not a solution for the gw)

                    1 Reply Last reply
                    1

                    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


                    17

                    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