Navigation

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

    Topics created by rafael156

    • rafael156

      selling mysensors sensebender gateway
      Hardware • • rafael156  

      1
      0
      Votes
      1
      Posts
      29
      Views

      No one has replied

    • rafael156

      Sensebender multiple controller
      Troubleshooting • • rafael156  

      6
      0
      Votes
      6
      Posts
      685
      Views

      mbedarff

      I experience the same behaviour with an ESP8266 wifi gateway. In the MySensors sources I found the reason why this doesn't work: In the file core\MyGatewayTransportEthernet.cpp in lines 98 to 106 the ethernet server is initialized: #if defined(MY_GATEWAY_CLIENT_MODE) #if defined(MY_USE_UDP) EthernetUDP _ethernetServer; #endif /* End of MY_USE_UDP */ #elif defined(MY_GATEWAY_LINUX) /* Elif part of MY_GATEWAY_CLIENT_MODE */ EthernetServer _ethernetServer(_ethernetGatewayPort, MY_GATEWAY_MAX_CLIENTS); #else /* Else part of MY_GATEWAY_CLIENT_MODE */ EthernetServer _ethernetServer(_ethernetGatewayPort); #endif /* End of MY_GATEWAY_CLIENT_MODE */ For my gateway the last statement without the constant MY_GATEWAY_MAX_CLIENTS is used to define the server. Thus it is clear why only one connection is kept. Maybe the ESP8266 examples should be updated. Or the ethernet server code should be reworked.
    • rafael156

      not working Ethernet Gateway (sensebender and/or nano gateway)
      Hardware • • rafael156  

      32
      0
      Votes
      32
      Posts
      3419
      Views

      JCLB

      @rafael156 said in not working Ethernet Gateway (sensebender and/or nano gateway): To the Sensebender Board with W5100+NRF24: Sensebender can be flashed via Arduino IDE: Bootloader and Sketch Note versions (work): Arduino IDE 1.6.13 Arduino AVR 1.6.18 Arduino SAMD 1.6.12 MySensors SAMD 1.0.5 MySensors Lib 2.3.1 Thanks a lot ! ! ! I've lost 2 days trying to understand why it was not working anymore while uploading the exact same sketch as before ! Last release are not that stable finally.
    • rafael156

      Sensebender GW update: unknown device
      Hardware • • rafael156  

      2
      0
      Votes
      2
      Posts
      433
      Views

      rafael156

      Any ideas?
    • rafael156

      [SOLVED] MYSBootloader FOTA Update hangs on ProMini-3V-8MHz (reboot problem)
      Troubleshooting • • rafael156  

      21
      0
      Votes
      21
      Posts
      4041
      Views

      badmannen

      @rafael156 oh crap ... I put in that lowFuse as FF .. ( I read you had it for 8 MHz INTERNAL .. but nooo you wrote external ... ooops ... is there any way to force write it back without connecting an 8 MHz oscillator to the chip .. I only got 16 MHz oscillators .. or am I screwed for that chip until I go and get one?