<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									BEVRLink - Relay Module, 4 Channel, ESP32 C6: Cannot get output on the Serial Console - ESP32 &amp; ESP8266				            </title>
            <link>https://forum.dronebotworkshop.com/esp32-esp8266/bevrlink-relay-module-4-channel-esp32-c6-cannot-get-output-on-the-serial-console/</link>
            <description>Discussion board for Robotics, Arduino, Raspberry Pi and other DIY electronics and modules. Join us today!</description>
            <language>en-US</language>
            <lastBuildDate>Fri, 17 Apr 2026 12:51:57 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: BEVRLink - Relay Module, 4 Channel, ESP32 C6: Cannot get output on the Serial Console</title>
                        <link>https://forum.dronebotworkshop.com/esp32-esp8266/bevrlink-relay-module-4-channel-esp32-c6-cannot-get-output-on-the-serial-console/#post-51166</link>
                        <pubDate>Thu, 24 Apr 2025 20:41:36 +0000</pubDate>
                        <description><![CDATA[Credit goes to Dave and separately to Anton over at BEVRLink for pointing this out.]]></description>
                        <content:encoded><![CDATA[<p>Credit goes to Dave and separately to Anton over at BEVRLink for pointing this out.</p>]]></content:encoded>
						                            <category domain="https://forum.dronebotworkshop.com/esp32-esp8266/">ESP32 &amp; ESP8266</category>                        <dc:creator>mic70252</dc:creator>
                        <guid isPermaLink="true">https://forum.dronebotworkshop.com/esp32-esp8266/bevrlink-relay-module-4-channel-esp32-c6-cannot-get-output-on-the-serial-console/#post-51166</guid>
                    </item>
				                    <item>
                        <title>RE: BEVRLink - Relay Module, 4 Channel, ESP32 C6: Cannot get output on the Serial Console</title>
                        <link>https://forum.dronebotworkshop.com/esp32-esp8266/bevrlink-relay-module-4-channel-esp32-c6-cannot-get-output-on-the-serial-console/#post-51163</link>
                        <pubDate>Thu, 24 Apr 2025 18:36:20 +0000</pubDate>
                        <description><![CDATA[SOLVED:
This issue has been solved.  Here&#039;s what I missed:
Under the TOOLS menu, there is a selection titled &quot;USB CDC On Boot &quot;Disabled&quot;   
It needs to be ENABLED.
 
Apparently, that is...]]></description>
                        <content:encoded><![CDATA[<p>SOLVED:</p>
<p>This issue has been solved.  Here's what I missed:</p>
<p>Under the TOOLS menu, there is a selection titled "USB CDC On Boot "Disabled"   </p>
<p>It needs to be ENABLED.</p>
<p> </p>
<p>Apparently, that is disabled by default, as I do not recall every changing it.</p>]]></content:encoded>
						                            <category domain="https://forum.dronebotworkshop.com/esp32-esp8266/">ESP32 &amp; ESP8266</category>                        <dc:creator>mic70252</dc:creator>
                        <guid isPermaLink="true">https://forum.dronebotworkshop.com/esp32-esp8266/bevrlink-relay-module-4-channel-esp32-c6-cannot-get-output-on-the-serial-console/#post-51163</guid>
                    </item>
				                    <item>
                        <title>ESP32-C3 ESP32 C6: Cannot get output on the Serial Console</title>
                        <link>https://forum.dronebotworkshop.com/esp32-esp8266/bevrlink-relay-module-4-channel-esp32-c6-cannot-get-output-on-the-serial-console/#post-51162</link>
                        <pubDate>Thu, 24 Apr 2025 14:32:18 +0000</pubDate>
                        <description><![CDATA[Hi @mic70252 &amp; Bill @dronebot-workshop,
  I would guess (with only flimsy evidence), that this problem might apply to any ESP32-C6 (and probably ESP32-C3) based board, rather than just ...]]></description>
                        <content:encoded><![CDATA[<p>Hi @mic70252 &amp; Bill @dronebot-workshop,</p>
<p>  I would guess (with only flimsy evidence), that this problem might apply to any ESP32-C6 (and probably ESP32-C3) based board, rather than just limited to BEVRlink products, so widening the possible search for an answer.</p>
<p>On this hypothesis, a bit more Googling suggested that ESP32-Cx devices have exhibited reluctance to make Serial comms work, apparently due to a more complex UART arrangement, compared to the earlier ESP32. I haven't tracked down a full explanation, but honourable mentions include:</p>
<p>https://espressif-docs.readthedocs-hosted.com/projects/arduino-esp32/en/latest/guides/tools_menu.html</p>
<p>section:     <strong>USB CDC On Boot</strong></p>
<p> and questions on Arduino forum, such as:</p>
<p>https://forum.arduino.cc/t/esp32-c3-and-serial-monitor-arduino-ide/1198965</p>
<p>and</p>
<p>https://forum.arduino.cc/t/unable-to-get-data-on-serial-monitor-from-waveshare-esp32-c6-zero-module/1297769/3</p>
<p>also discuss the issue.</p>
<p>I haven't looked into it properly, so I am rather confused as to the 'correct' answer, (and I don't have any hardware to test it on), but first impressions suggest that the Arduino IDE may require an option under Tools to be set, and the Espressif doc mentions Serial0, instead of Serial.</p>
<p>Perhaps you can find some more information, and try out any hopeful suggestions. </p>
<p>Good luck and best wishes, Dave</p>]]></content:encoded>
						                            <category domain="https://forum.dronebotworkshop.com/esp32-esp8266/">ESP32 &amp; ESP8266</category>                        <dc:creator>DaveE</dc:creator>
                        <guid isPermaLink="true">https://forum.dronebotworkshop.com/esp32-esp8266/bevrlink-relay-module-4-channel-esp32-c6-cannot-get-output-on-the-serial-console/#post-51162</guid>
                    </item>
				                    <item>
                        <title>RE: BEVRLink - Relay Module, 4 Channel, ESP32 C6: Cannot get output on the Serial Console</title>
                        <link>https://forum.dronebotworkshop.com/esp32-esp8266/bevrlink-relay-module-4-channel-esp32-c6-cannot-get-output-on-the-serial-console/#post-51161</link>
                        <pubDate>Thu, 24 Apr 2025 11:00:21 +0000</pubDate>
                        <description><![CDATA[Hi Bill @dronebot-workshop &amp; @mic70252,
--------------------
PS .. Although the reply from @mic70252 appears above, it wasn&#039;t visible when I started this search. So maybe my comments b...]]></description>
                        <content:encoded><![CDATA[<p>Hi Bill @dronebot-workshop &amp; @mic70252,</p>
<p>--------------------</p>
<p><strong>PS .. Although the reply from @mic70252 appears above, it wasn't visible when I started this search. So maybe my comments below are now 'Out of Date' ... apologies for any confusion.</strong></p>
<p><strong>I just tried the link from @mic70252, and with Firefox, I still get the "Unavailable in this country" page, instead of useful information.</strong></p>
<p><strong>However, I just tried with Chrome, and I finally get a more useful looking page. </strong></p>
<p><strong>I am beginning to wonder how many more obstacles I can find, just to figure out what this product is. I hope using it, proves easier to anyone buying it. </strong>&#x1f609; </p>
<p>-------------------</p>
<p>  Courtesy of Google, I recorded my search findings ... hopefully there will be something useful in the diatribe for someone ... though not for me, as explained at the end. &#x1f914; &#x1f914; &#x1f914;</p>
<p>------------------</p>
<p>   Amazon advert mentions it: //www.amazon.com/BEVRLink-Channel-Relay-HAT-Raspberry/dp/B07Y7NY42C</p>
<p>(Please copy and paste link to your browser.)</p>
<h1 id="title" class="a-size-large a-spacing-none"><span class="a-size-large product-title-word-break">4 Channel Relay HAT for Raspberry Pi 5 - Also Works with Raspberry Pi 4B and Raspberry Pi 3 (Raspberry Pi Board is NOT Included) </span></h1>
10351
<p><em><span class="a-list-item">You can add more relays using BEVRLink standard relays (5V, 12V, or 24V) along with its PSU. These standard relays will power both the 4-channel relay and the Raspberry Pi, eliminating the need to supply power to the Raspberry Pi via USB-C. They will also provide power to any additional relays connected after the BEVRLink standard relay</span></em></p>
<p>and the comment:</p>
<p><span class="a-list-item"><em>Access to documentation simply by scanning the QR code on the packaging.</em> </span></p>
<p>------------</p>
<p>and there is a BEVRlink 'store' on Amazon, listing several variants on this theme:</p>
<p>//www.amazon.com/s?me=AIHF7LBXLT1TR&amp;marketplaceID=ATVPDKIKX0DER</p>
<p> </p>
<p>And manualsplus at https://manuals.plus/category/bevrlink   offer the single (unhelpful) sentence</p>
<p><em>"Discover the versatile 4 Channel 12V WiFi Relay Module, Model BEVRLink, with ESP32 C6 microcontroller. Explore its specifications, installation instructions, pinout details, and FCC compliance requirements in the comprehensive user manual and safety datasheet."</em></p>
<p>-------</p>
<p>Also, courtesy of Google + Reddit (https://www.reddit.com/r/FCCID/comments/1flvygv/gothenburg_design_ab_bevrlink_4_channel_esp32/), it seems an FCC application was made, but I can't find any way of accessing useful information, like the schematic, which was apparently included in the application.</p>
<p>https://fcc.report/FCC-ID/2BKZL-7350001161815</p>
<p>------------------------</p>
<p>This Amazon page looked more promising:</p>
<p>//www.amazon.com/BEVRLink-Module-Channel-Bluetooth-Zigbee/dp/B07Y7NYWHF?m=AIHF7LBXLT1TR&amp;marketplaceID=ATVPDKIKX0DER</p>
<p>Including a link to user manual:</p>
<p>//m.media-amazon.com/images/I/B1aqIekX8KL.phttps://bevrlink.com/products/bevrlink-4-channel-esp-relay-module-12vdf</p>
<p>Which in turn has a QR code and another link</p>
<p>https://bevrlink.com/products/bevrlink-4-channel-esp-relay-module-12v</p>
<p>I haven't tried the QR code, but the link came up with a page saying :</p>
10352
<p>Apparently, the UK is not regarded as a 'friendly' country. Maybe, others will have more luck.</p>
<p>---------------</p>
<p>Best wishes, Dave</p>]]></content:encoded>
						                            <category domain="https://forum.dronebotworkshop.com/esp32-esp8266/">ESP32 &amp; ESP8266</category>                        <dc:creator>DaveE</dc:creator>
                        <guid isPermaLink="true">https://forum.dronebotworkshop.com/esp32-esp8266/bevrlink-relay-module-4-channel-esp32-c6-cannot-get-output-on-the-serial-console/#post-51161</guid>
                    </item>
				                    <item>
                        <title>RE: BEVRLink - Relay Module, 4 Channel, ESP32 C6: Cannot get output on the Serial Console</title>
                        <link>https://forum.dronebotworkshop.com/esp32-esp8266/bevrlink-relay-module-4-channel-esp32-c6-cannot-get-output-on-the-serial-console/#post-51160</link>
                        <pubDate>Thu, 24 Apr 2025 04:25:04 +0000</pubDate>
                        <description><![CDATA[@dronebot-workshop - Yes, here is the link to the documentation for the BEVRLink:
 
The example code shown on the above web page (Step 7: Controlling the Relays Over Wi-Fi) does not make a...]]></description>
                        <content:encoded><![CDATA[<p>@dronebot-workshop - Yes, here is the link to the documentation for the BEVRLink:</p>
<p>https://bevrlink.com/blogs/control-options/getting-started-with-bevrlink-relay-4-4-buttons-esp32-arduino</p>
<p> </p>
<p>The example code shown on the above web page (Step 7: Controlling the Relays Over Wi-Fi) does not make any unusual references to the Serial UART.</p>
<p> </p>
<p>I am also looking at the through holes (J7) where I see RX, TX, GND as another place to tap if I cannot figure out how to get the standard USB port to display console output.</p>
<p> </p>
<p>Thank you.</p>
<p> </p>
<p> </p>]]></content:encoded>
						                            <category domain="https://forum.dronebotworkshop.com/esp32-esp8266/">ESP32 &amp; ESP8266</category>                        <dc:creator>mic70252</dc:creator>
                        <guid isPermaLink="true">https://forum.dronebotworkshop.com/esp32-esp8266/bevrlink-relay-module-4-channel-esp32-c6-cannot-get-output-on-the-serial-console/#post-51160</guid>
                    </item>
				                    <item>
                        <title>RE: BEVRLink - Relay Module, 4 Channel, ESP32 C6: Cannot get output on the Serial Console</title>
                        <link>https://forum.dronebotworkshop.com/esp32-esp8266/bevrlink-relay-module-4-channel-esp32-c6-cannot-get-output-on-the-serial-console/#post-51159</link>
                        <pubDate>Thu, 24 Apr 2025 00:14:27 +0000</pubDate>
                        <description><![CDATA[I&#039;m unfamiliar with the &quot;BEVRLink relay board&quot;, and when I Googled that term, I just got a HAT for the Raspberry Pi, not an ESP32C board.
Can you provide a link to this product&#039;s documentat...]]></description>
                        <content:encoded><![CDATA[<p>I'm unfamiliar with the "BEVRLink relay board", and when I Googled that term, I just got a HAT for the<span> Raspberry Pi, not an ESP32C board.</span></p>
<p>Can you provide a link to this product's documentation? It would be easier to assist you with some more information.</p>
<p>&#x1f60e;</p>
<p>Bill</p>]]></content:encoded>
						                            <category domain="https://forum.dronebotworkshop.com/esp32-esp8266/">ESP32 &amp; ESP8266</category>                        <dc:creator>DroneBot Workshop</dc:creator>
                        <guid isPermaLink="true">https://forum.dronebotworkshop.com/esp32-esp8266/bevrlink-relay-module-4-channel-esp32-c6-cannot-get-output-on-the-serial-console/#post-51159</guid>
                    </item>
				                    <item>
                        <title>RE: BEVRLink - Relay Module, 4 Channel, ESP32 C6: Cannot get output on the Serial Console</title>
                        <link>https://forum.dronebotworkshop.com/esp32-esp8266/bevrlink-relay-module-4-channel-esp32-c6-cannot-get-output-on-the-serial-console/#post-51156</link>
                        <pubDate>Wed, 23 Apr 2025 20:47:42 +0000</pubDate>
                        <description><![CDATA[And, to add: I&#039;ve tested on both Linux and Windows.  Same outcome.]]></description>
                        <content:encoded><![CDATA[<p>And, to add: I've tested on both Linux and Windows.  Same outcome.</p>]]></content:encoded>
						                            <category domain="https://forum.dronebotworkshop.com/esp32-esp8266/">ESP32 &amp; ESP8266</category>                        <dc:creator>mic70252</dc:creator>
                        <guid isPermaLink="true">https://forum.dronebotworkshop.com/esp32-esp8266/bevrlink-relay-module-4-channel-esp32-c6-cannot-get-output-on-the-serial-console/#post-51156</guid>
                    </item>
				                    <item>
                        <title>BEVRLink - Relay Module, 4 Channel, ESP32 C6: Cannot get output on the Serial Console</title>
                        <link>https://forum.dronebotworkshop.com/esp32-esp8266/bevrlink-relay-module-4-channel-esp32-c6-cannot-get-output-on-the-serial-console/#post-51154</link>
                        <pubDate>Wed, 23 Apr 2025 04:19:10 +0000</pubDate>
                        <description><![CDATA[Hi All - I am seeking help with a BEVRLink relay board (ESP32C6): I&#039;m not getting any output on the serial console. I&#039;ve confirmed basic programming and relay control are functional, and I&#039;v...]]></description>
                        <content:encoded><![CDATA[<p>Hi All - I am seeking help with a BEVRLink relay board (ESP32C6): I'm not getting <em>any</em> output on the serial console. I've confirmed basic programming and relay control are functional, and I've tried different USB cables and common baud rates (9600, 115200). I also experimented with <code>while (!Serial);</code> and both USB/12V power. Best I can tell, the documentation doesn't point to any relevant jumper settings - which there are no jumpers on the board. Before contacting support, has anyone experienced and resolved a similar complete lack of serial output with this board? Thanks in advance for any suggestions.    Thank you</p>
<pre contenteditable="false">void setup() {
  Serial.begin(115200);
  delay(2000);
  // Give time for initialization
  Serial.println("Hello from ESP32-C6!");
}

void loop() {
  // Do nothing
}</pre>]]></content:encoded>
						                            <category domain="https://forum.dronebotworkshop.com/esp32-esp8266/">ESP32 &amp; ESP8266</category>                        <dc:creator>mic70252</dc:creator>
                        <guid isPermaLink="true">https://forum.dronebotworkshop.com/esp32-esp8266/bevrlink-relay-module-4-channel-esp32-c6-cannot-get-output-on-the-serial-console/#post-51154</guid>
                    </item>
							        </channel>
        </rss>
		