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. Feature Requests
  3. Big Wish - a working system including up-to-date Reference

Big Wish - a working system including up-to-date Reference

Scheduled Pinned Locked Moved Feature Requests
22 Posts 4 Posters 7.0k 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.
  • K Offline
    K Offline
    kr0815
    wrote on last edited by kr0815
    #11

    I tried many things regarding power supply, 47uF and 100nF both on the ESP and NRF, even feeded it with a good laboratory power supply (max 3A).
    I can´t imagine it´s a power problem, but could try tonight to even feed them with different power sources ?

    But i found a similar thread / same problem:
    http://forum.mysensors.org/topic/3012/packet-freezes-wifi-gateway-esp8266

    But i don´t use any bootloader

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

      So just to be totally sure and to help me and hopefully others, i did the following:

      I feeded ESP and NRF from different power supplys-result is still the same, ESP hangs, no response

      The Power supply of the ESP is the same as i use for many ESP-Easy-Projects, i even flashed ESP-Easy on these 2 boards i try to get the MySensors-Gateway running, no problems

      You asked which nRF i use - they are from china :-) different sellers, different looking, some with external antenna, all the same results

      1 Reply Last reply
      0
      • hekH Offline
        hekH Offline
        hek
        Admin
        wrote on last edited by
        #13

        I've tried to stress test again here but I still cannot reproduce the hangs.

        Are you using this gateway sketch:
        https://github.com/mysensors/Arduino/tree/development/libraries/MySensors/examples/GatewayW5100

        And this Relay sketch:
        https://github.com/mysensors/Arduino/tree/development/libraries/MySensors/examples/RelayActuator

        Unmodified (except for WLAN SSID)?

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

          The second one yes, but the first one, i´m not using a Ethernet Gateway, but a Wifi Gateway with the ESP8266

          that´s the one i use: https://github.com/mysensors/Arduino/tree/development/libraries/MySensors/examples/GatewayESP8266
          nothing modified, even still with DHCP

          I also have a Ethernet Gateway, which is running since months, the problems started with the Wifi / ESP Gateway

          Could you maybe have a look at the link above ? In this thread, Yveaux asked you for some help, maybe tha´t the point the problem comes from ?

          1 Reply Last reply
          0
          • hekH Offline
            hekH Offline
            hek
            Admin
            wrote on last edited by
            #15

            Yes, I meant GatewayESP8266 ;)

            I don't get the "read and forward" print at all. Even when sending out a command to the node (from telnet/nc).

            I guess you've updated library to the latest and ESP as well in Board Manager?

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

              Yes, i erased and downloaded everything new 2 days ago

              Did you see the other forum post ?

              Really strange problem, i´d say i have a fake chip or something, but as it´s working with ESPEasy, i can´t imagine...

              In Board manager, i´m using 2.0, should i also go to the developer version ?

              1 Reply Last reply
              0
              • hekH Offline
                hekH Offline
                hek
                Admin
                wrote on last edited by
                #17

                Yes, really strange. Just wish I could reproduce. Make things much easier to debug!

                I'm using 2.1.0-rc2 of the esp.

                1 Reply Last reply
                0
                • K Offline
                  K Offline
                  kr0815
                  wrote on last edited by
                  #18

                  Could maybe someone upload the compiled binary ? Just to check all possible faults ?
                  The needed settings are:

                  • With DHCP
                  • SSID Power-LAN
                  • key kr08151020
                  1 Reply Last reply
                  0
                  • D Offline
                    D Offline
                    drock1985
                    wrote on last edited by
                    #19

                    Hi @hek

                    Thank you again for all the work you and the team do for the MySensors community - maybe we can help back? I read your post, and understand the family and full time job - it's two careers. Maybe if there was a community Wiki that we all could help maintain - this way when things change they are instantly updated?

                    Just throwing it out there.

                    My Projects
                    2 Door Chime Sensor
                    Washing Machine Monitor

                    1 Reply Last reply
                    0
                    • K Offline
                      K Offline
                      kr0815
                      wrote on last edited by kr0815
                      #20

                      Hello Hek,

                      i just saw in the german FHEM Forum, somebody has exactly the same Problems as me - but when switching back to the old / regular version, it works as expected, except the other problem with the long values.
                      SO it musst be a software thing, nothing hardware related

                      But as it is really strange you don´t get this problen, did any body else see it ?

                      1 Reply Last reply
                      0
                      • hekH Offline
                        hekH Offline
                        hek
                        Admin
                        wrote on last edited by
                        #21

                        If you can reproduce this, It would be helpful if you could start adding debug prints in the library code to locate where it hangs to narrow down things.

                        1 Reply Last reply
                        0
                        • K Offline
                          K Offline
                          kr0815
                          wrote on last edited by
                          #22

                          Hello Hek,

                          thank you so much to try to help me - i found the problem now and i guess it´s the same problem many others have here:
                          On almost all ESP12 GPIO 4 and 5 are labeled wrong
                          I didn´t use a NodeMCU, but one of the other available boards

                          As the CE pin is then connected to the wrong GPIO, it seems to work, Radio init ok, but as soon as the gateway sends something, it crashes

                          Here are some interesting posts about that:
                          https://github.com/esp8266/Arduino/issues/437

                          Maybe you should ad this notice to the build-section for the wifi gateway ?

                          Best regards

                          Klaus

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


                          16

                          Online

                          11.7k

                          Users

                          11.2k

                          Topics

                          113.0k

                          Posts


                          Copyright 2019 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