Navigation

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

    Topics created by Ryanmt

    • Ryanmt

      MQTT Support
      Mozilla WebThings Gateway • • Ryanmt  

      14
      0
      Votes
      14
      Posts
      1144
      Views

      alowhum

      I saw the same pattern in the original example code at PyMySensors, so I'm assuming it's ok. I've uploaded version 0.1.2 of the MySensors add-on, Mozilla should accept it in a work day or two.
    • Ryanmt

      Trouble with nodes going offline after a while
      Troubleshooting • • Ryanmt  

      12
      1
      Votes
      12
      Posts
      968
      Views

      Ryanmt

      Thought I would update this thread, still struggling but made some progress. I added the watchdog which helped somewhat, so far I have found a few things which I have fixed or investigated further on my efforts to make things more reliable. My gateway crashes after a few days - unsure why, suspect its a power issue so I have ordered a standalone 5v to 3.3v power supply to run the radio. My setup is a Wemos D1 mini. I am wary of changing too many things at once but I am considering wiring directly to a PI for a gateway. My side gate sensor used to drop off and come back after an hour or two. I noticed the TX was hovering around 90-100% so I thought it could be signal related, I built a mains powered repeater with the RFM69HW and placed it nearby. The side gate sensor favours the direct connection to the gateway but it seems to be more reliable. This sensor is a 1mhz/direct off the battery sensor. My BME280 sensor crashes a lot, I think this is related to the temp sensor rather than the node, seems to stop returning measurements except the battery voltage for a few hours then stops entirely. This is a sensor with a boost converter and when it crashes it never comes back, has to be reset. I am going try a different library for reading the BME280 when I get chance. I have also observed it gets less reliable as the battery voltage drops below 2.5v. Next up with annoying failures is my front gate sensor, previously most reliable it stopped working for 12hrs before magically reconnecting today, no reset required. It was rock solid till the battery voltage dropped to 2.5v, it's working now but I am going leave it to see if as the voltage drops the sensor becomes more unreliable. This sensor has plenty of signal strength to spare so I don't think the relay will help, its probably only 8m from the gateway. The boost converters I am using are the cheapest ones commonly available from china. To continue the experiment I have ordered some slightly more expensive ones to see if the performance changes. https://www.ebay.co.uk/itm/3-3V-5V-DC-DC-Boost-Converter-Step-up-Voltage-Regulator-Power-Supply-Module-New/272824785441?ssPageName=STRK%3AMEBIDX%3AIT&var=571970719316&_trksid=p2057872.m2749.l2649 I do have the capacitors in place, but am wondering if its worth experimenting with the values. People mentioned soldering/connectivity issues. I don't think thats my issue here. All my sensors are EasyPCB Rev9. Most of my sensors have no wires (ie no sensors, they're just testing their existence) or simple stuff like contact sensor or relay control This is the relay I made, its got a custom PCB under the sensor with a HLK-PM03, fuse, thermal fuse and a few other bits. Debmowsk designed the circuit originally I just rejigged it so it can be stacked on top of the easypcb rev9 Far right of the graph shows the period the front gate sensor was offline for.
    • Ryanmt

      Issues with NACK on RFM69HW
      Troubleshooting • • Ryanmt  

      9
      0
      Votes
      9
      Posts
      1366
      Views

      alexsh1

      @ryanmt can you please try to use any AVR instead of Wemos for the GW? Are you 100% sure you have HW version? Try with and without define MY_IS_RFM69HW
    • Ryanmt

      EasyPCB and RFM69 Issues
      Troubleshooting • • Ryanmt  

      15
      0
      Votes
      15
      Posts
      2458
      Views

      sundberg84

      @Ryanmt - so, do I understand you correctly? Exactly the same hardware/hardware-setup (incl antenna) & software works on the breadboard with that gateway - but when you solder them to the PCB it stops working? If so there are these options: You have made some soldering mistake (created a short.) (The solder-job looks really good on the images though...) The PCB you are using has some sort of manufacturing error. The antenna (length) needs to be changed on the PCB vs the breadboard setup. I would set my multimeter into continuity and measure all lines, ie from radio -> mcu. Also measure continuity between all solder points next to each other on the radio(to make sure you dont have any shorts). Next thing would be to test different length on the antenna. You can also compare the PCB traces to the images on openhardware.io The sketch is just the example battery sketch with the RFM69 module enabled Could you also post the sketch you are using? (The standard sketch does not include the H def but i guess you added that)