Navigation

    • Register
    • Login
    • OpenHardware.io
    • Categories
    • Recent
    • Tags
    • Popular
    1. Home
    2. gryzli133
    3. Topics
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    Topics created by gryzli133

    • gryzli133

      ESP32 with builtin Ethernet as Gateway - f.e. WT32-ETH01
      Feature Requests • • gryzli133  

      2
      0
      Votes
      2
      Posts
      17
      Views

      JeeLet

      Yes, this is a good idea. but not with an ethernet switch/hub, only an ethernet crossover cable. ?? https://copperhilltech.com/wt32-eth01-serial-to-ethernet-module-based-on-esp32-for-iot-applications/
    • gryzli133

      Locally attached sensors are hanging with MQTT Gateway (W5100 LAN Interface)
      Troubleshooting • • gryzli133  

      6
      0
      Votes
      6
      Posts
      604
      Views

      mfalkvidd

      @gryzli133 MySensors is a community project. Anyone is welcome to wish for, or contribute new features. See https://www.mysensors.org/download/contributing for a guide on how to get started in case you want to contribute. As can be seen in the comment on https://github.com/mysensors/MySensors/blob/development/core/MyGatewayTransportSerial.cpp#L37 Serial prints are always deemed successful, regardless if the serial is connected or not (the Arduino can not know if someone is listening or if the sent messages are lost). There is no need to reconnect a serial port, so writing to serial never disturbs the rest of the code. That's why the serial gateway doesn't have any problems with disconnections. I am not familiar with the mqtt code, so I don't know how much effort would be required to develop a solution. Hopefully someone familiar with the mqtt code has som spare time to assist you, in case you need help.
    • gryzli133

      How to force MySensors to start setup and loop before connect to Gateway?
      General Discussion • • gryzli133  

      3
      1
      Votes
      3
      Posts
      955
      Views

      gryzli133

      It works, thank you
    • gryzli133

      How can I include MyMessage object in my own class?
      Development • • gryzli133  

      5
      0
      Votes
      5
      Posts
      1763
      Views

      gryzli133

      You are great guys! It compile already, later I will also check the functionality