<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[4 Relay Card Failure]]></title><description><![CDATA[<p dir="auto">I have an M5Stack, Core2 AWS and a <a href="https://shop.m5stack.com/products/4-channel-relay-13-2-module-v1-1-stm32f030" target="_blank" rel="noopener noreferrer nofollow ugc">4 relay card</a></p>
<p dir="auto">I use it to switch remote antenna relays from my LDMOS amplifier project.  When ever a different band is selected, the relays (12v signal) change the antenna on the remote switch (at the base of the tower).</p>
<p dir="auto">I had this running in my project for months, working OK, then suddenly it stopped working.  No error messages.  HOWEVER after a couple days I started getting the "4RELAY INIT ERROR" message from the init code:</p>
<pre><code>// Setup the Antenna Band Output Relays:
  if (!RELAY.begin(&amp;Wire1, MODULE_4RELAY_ADDR, 21, 22, 200000L)) {
    dbprint("4RELAY INIT ERROR");
    PlayWav(RlyErr);
    M5.delay(2000);
  };
</code></pre>
<p dir="auto">I purchased a replacement relay card and installed it (jumpers are setup identically to what I had) but it didn't work!  So then I put in a new M5Stack Core2 AWS, loaded in the Arduino program and still it doesn't work!!!</p>
<p dir="auto">Any suggestions?  I'm at a loss...</p>
<p dir="auto">Sir Michael</p>
]]></description><link>https://community.m5stack.com/topic/7968/4-relay-card-failure</link><generator>RSS for Node</generator><lastBuildDate>Tue, 28 Apr 2026 23:55:03 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/7968.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 24 Dec 2025 14:23:12 GMT</pubDate><ttl>60</ttl></channel></rss>