<?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[Background noise]]></title><description><![CDATA[<p dir="auto">Does anyone knows how to silent the digital background noise from the loudspeaker without cutting the speaker wires? Sketch alarms should still be audible.</p>
]]></description><link>https://community.m5stack.com/topic/1040/background-noise</link><generator>RSS for Node</generator><lastBuildDate>Sun, 08 Mar 2026 13:28:44 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/1040.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 29 May 2019 17:20:33 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Background noise on Thu, 30 May 2019 02:10:43 GMT]]></title><description><![CDATA[<p dir="auto">For arduino you should be able to use this,<br />
dacWrite (25,0);</p>
<p dir="auto">there will still be a tiny sound, but barely audible</p>
]]></description><link>https://community.m5stack.com/post/4473</link><guid isPermaLink="true">https://community.m5stack.com/post/4473</guid><dc:creator><![CDATA[lukasmaximus]]></dc:creator><pubDate>Thu, 30 May 2019 02:10:43 GMT</pubDate></item><item><title><![CDATA[Reply to Background noise on Thu, 30 May 2019 01:53:40 GMT]]></title><description><![CDATA[<p dir="auto">I use the code below. Works for me...</p>
<pre><code>dac = machine.DAC(machine.Pin(25))
dac.write(0)
</code></pre>
]]></description><link>https://community.m5stack.com/post/4472</link><guid isPermaLink="true">https://community.m5stack.com/post/4472</guid><dc:creator><![CDATA[zhufu86]]></dc:creator><pubDate>Thu, 30 May 2019 01:53:40 GMT</pubDate></item><item><title><![CDATA[Reply to Background noise on Thu, 30 May 2019 01:05:23 GMT]]></title><description><![CDATA[<p dir="auto">Which environment are you developing in? Arduino, micropython, esp-idf?</p>
]]></description><link>https://community.m5stack.com/post/4471</link><guid isPermaLink="true">https://community.m5stack.com/post/4471</guid><dc:creator><![CDATA[lukasmaximus]]></dc:creator><pubDate>Thu, 30 May 2019 01:05:23 GMT</pubDate></item></channel></rss>