Navigation

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

    Topics created by ATXCoder

    • ATXCoder

      Missing mysensors_XYZ.pretty files
      KiCad • • ATXCoder  

      6
      0
      Votes
      6
      Posts
      2008
      Views

      Anticimex

      Spacing out is done by all, glad it was such a simple "fix"
    • ATXCoder

      How to use the Development branch for Sensor and Gateway
      Troubleshooting • • ATXCoder  

      5
      0
      Votes
      5
      Posts
      3230
      Views

      hek

      @rmtucker The configuration is in the sketch. Unless you want to do something very exotic.
    • ATXCoder

      [SOLVED] Compile error for ESP8266 Wifi Gateway
      Troubleshooting • • ATXCoder  

      6
      0
      Votes
      6
      Posts
      7318
      Views

      Yveaux

      @ATXCoder said: either it was my network connection flaking out and causing a corrupt download Don't think so; it didn't compile, so it didn't even get to download. Anyway, glad you fixed it!
    • ATXCoder

      MQTT Gateway - Stuck on "Started!"
      Troubleshooting • • ATXCoder  

      29
      1
      Votes
      29
      Posts
      14736
      Views

      Zed

      Everything works now. I made another Ethernet gateway using an Arduino Uno, a compatible Ethernet Shield and a RF24L01+ module without the antenna. Now the sensors get their reply from the gateway and they report to Domoticz seamlessly. It seems that the problem was with the antenna version RF24L01+ module I was using. Probably it got destroyed when I replaced its pins. Some guidelines for troubleshooting that may help others: check that the power supply is good enough. If you are using one of these cheap breadboard power supplies with the ams1117 regulators, check that you provide enough voltage for the regulators to work properly. Do not expect from a capacitor to save you from a faulty power supply, especial when you use batteries. Have in mind that some of these supplies are shipped with faulty regulators and provide as high voltage as their input. verify that the Ethernet module works properly. Just upload a simple sketch and get an IP. eg. test this. verify that the nrf24 modules work properly. You can try this. Actually a test circuit to check the RF modules before using them may save you a lot of time. Get the latest mySensor sketches from github. Use MYScontroller to monitor the messages the getway and the sensors exchange.