<?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[[BUG] analogRead(35) beeps]]></title><description><![CDATA[<p dir="auto">That's uncommon.<br />
Try this out:</p>
<p dir="auto">#include &lt;M5Stack.h&gt;</p>
<p dir="auto">void setup() {<br />
M5.begin();<br />
}</p>
<p dir="auto">void loop() {<br />
float v = analogRead(35);<br />
}</p>
]]></description><link>https://community.m5stack.com/topic/159/bug-analogread-35-beeps</link><generator>RSS for Node</generator><lastBuildDate>Wed, 29 Apr 2026 01:32:26 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/159.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 05 Apr 2018 21:17:44 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to [BUG] analogRead(35) beeps on Fri, 06 Apr 2018 17:36:27 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/dda" aria-label="Profile: dda">@<bdi>dda</bdi></a> So it is the "shut up"function ! ha ha</p>
]]></description><link>https://community.m5stack.com/post/751</link><guid isPermaLink="true">https://community.m5stack.com/post/751</guid><dc:creator><![CDATA[JJ]]></dc:creator><pubDate>Fri, 06 Apr 2018 17:36:27 GMT</pubDate></item><item><title><![CDATA[Reply to [BUG] analogRead(35) beeps on Fri, 06 Apr 2018 03:27:44 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/daslolo" aria-label="Profile: daslolo">@<bdi>daslolo</bdi></a> <code>#define SPEAKER_PIN 25</code> --&gt; src/utility/Config.h</p>
<pre><code>void SPEAKER::mute() {
  ledcWriteTone(TONE_PIN_CHANNEL, 0);
  digitalWrite(SPEAKER_PIN, 0);
}
</code></pre>
<p dir="auto">--&gt; src/utility/Speaker.cpp</p>
<p dir="auto">Basically, it's telling the M5 speaker to shut up.</p>
]]></description><link>https://community.m5stack.com/post/741</link><guid isPermaLink="true">https://community.m5stack.com/post/741</guid><dc:creator><![CDATA[dda]]></dc:creator><pubDate>Fri, 06 Apr 2018 03:27:44 GMT</pubDate></item><item><title><![CDATA[Reply to [BUG] analogRead(35) beeps on Fri, 06 Apr 2018 00:40:29 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/calin" aria-label="Profile: calin">@<bdi>calin</bdi></a> thank you, this did it.<br />
Could you explain what was happening and why dacWrite(25,0) is working?</p>
]]></description><link>https://community.m5stack.com/post/738</link><guid isPermaLink="true">https://community.m5stack.com/post/738</guid><dc:creator><![CDATA[daslolo]]></dc:creator><pubDate>Fri, 06 Apr 2018 00:40:29 GMT</pubDate></item><item><title><![CDATA[Reply to [BUG] analogRead(35) beeps on Thu, 05 Apr 2018 23:22:17 GMT]]></title><description><![CDATA[<p dir="auto">add dacWrite(25,0); after M5.begin(); and the noise will be gone.</p>
]]></description><link>https://community.m5stack.com/post/736</link><guid isPermaLink="true">https://community.m5stack.com/post/736</guid><dc:creator><![CDATA[Calin]]></dc:creator><pubDate>Thu, 05 Apr 2018 23:22:17 GMT</pubDate></item><item><title><![CDATA[Reply to [BUG] analogRead(35) beeps on Fri, 06 Apr 2018 00:47:19 GMT]]></title><description><![CDATA[<p dir="auto">So the DSOs have voltage dividers not voltage regulators?<br />
Good to know about noise causing spikes like that. I read that 3.3V on the EPS input is the maximum and more could damage the chip, ouch. How do I know if I damaged my esp32?</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/calin" aria-label="Profile: calin">@<bdi>calin</bdi></a> 在 <a href="/post/737">M5Stack 2 Channel Oscilloscope</a> 中说：</p>
<blockquote>
<p dir="auto">Some basic filters and voltage dividers at the input pin, can solve that problem.</p>
</blockquote>
<p dir="auto">I'm familiar with voltage divider but what are examples of basic filters?</p>
]]></description><link>https://community.m5stack.com/post/731</link><guid isPermaLink="true">https://community.m5stack.com/post/731</guid><dc:creator><![CDATA[daslolo]]></dc:creator><pubDate>Fri, 06 Apr 2018 00:47:19 GMT</pubDate></item></channel></rss>