<?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[Setting the volume]]></title><description><![CDATA[<p dir="auto">Hi,<br />
setting the volume with "M5.Speaker.setVolume(int value);" and values between "0" and "10" doesn´t cause anything. What am I supposed to do?<br />
Thx,<br />
Boris</p>
]]></description><link>https://community.m5stack.com/topic/149/setting-the-volume</link><generator>RSS for Node</generator><lastBuildDate>Fri, 17 Apr 2026 18:24:40 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/149.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 31 Mar 2018 08:52:29 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Setting the volume on Thu, 07 Jun 2018 02:35:07 GMT]]></title><description><![CDATA[<p dir="auto">Volume only works in "playMusic" function.</p>
]]></description><link>https://community.m5stack.com/post/1057</link><guid isPermaLink="true">https://community.m5stack.com/post/1057</guid><dc:creator><![CDATA[Sergey_Urusov]]></dc:creator><pubDate>Thu, 07 Jun 2018 02:35:07 GMT</pubDate></item><item><title><![CDATA[Reply to Setting the volume on Wed, 06 Jun 2018 21:24:10 GMT]]></title><description><![CDATA[<p dir="auto">Volume does not work fo us too.</p>
]]></description><link>https://community.m5stack.com/post/1056</link><guid isPermaLink="true">https://community.m5stack.com/post/1056</guid><dc:creator><![CDATA[maugustyniak]]></dc:creator><pubDate>Wed, 06 Jun 2018 21:24:10 GMT</pubDate></item><item><title><![CDATA[Reply to Setting the volume on Wed, 16 May 2018 05:45:35 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/187">@world101</a> 在 <a href="/post/721">Setting the volume</a> 中说：</p>
<blockquote>
<p dir="auto">M5.Speaker.update();</p>
</blockquote>
<p dir="auto">Any news on when it might or how to get the volume M5.Speaker.setVolume() to work.</p>
]]></description><link>https://community.m5stack.com/post/974</link><guid isPermaLink="true">https://community.m5stack.com/post/974</guid><dc:creator><![CDATA[jpilarski]]></dc:creator><pubDate>Wed, 16 May 2018 05:45:35 GMT</pubDate></item><item><title><![CDATA[Reply to Setting the volume on Mon, 09 Apr 2018 18:54:34 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/187">@world101</a> From what I hear, more work is needed to enable this..... a tweak here or there.... so hopefully soon, maybe.</p>
]]></description><link>https://community.m5stack.com/post/785</link><guid isPermaLink="true">https://community.m5stack.com/post/785</guid><dc:creator><![CDATA[JJ]]></dc:creator><pubDate>Mon, 09 Apr 2018 18:54:34 GMT</pubDate></item><item><title><![CDATA[Reply to Setting the volume on Thu, 05 Apr 2018 01:34:35 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/68">@dda</a></p>
<p dir="auto">Still doesn't work for me with this configuration.</p>
<pre><code>void setup() {
  Serial.begin(115200);
  M5.begin();
  M5.Speaker.setVolume(1);
  M5.Speaker.update();
}

M5.Speaker.beep();
</code></pre>
<p dir="auto">The speaker is still really loud.  What am I missing?</p>
]]></description><link>https://community.m5stack.com/post/721</link><guid isPermaLink="true">https://community.m5stack.com/post/721</guid><dc:creator><![CDATA[world101]]></dc:creator><pubDate>Thu, 05 Apr 2018 01:34:35 GMT</pubDate></item><item><title><![CDATA[Reply to Setting the volume on Mon, 02 Apr 2018 04:04:29 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/187">@world101</a> Remember, same thing as most events in M5. Like you need to call <code>M5.update();</code> if you want feedback on the buttons.</p>
]]></description><link>https://community.m5stack.com/post/697</link><guid isPermaLink="true">https://community.m5stack.com/post/697</guid><dc:creator><![CDATA[dda]]></dc:creator><pubDate>Mon, 02 Apr 2018 04:04:29 GMT</pubDate></item><item><title><![CDATA[Reply to Setting the volume on Mon, 02 Apr 2018 00:41:31 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/68">@dda</a> 在 <a href="/post/692">Setting the volume</a> 中说：</p>
<blockquote>
<p dir="auto">You're supposed to call <code>M5.Speaker.update();</code> after that to update the value.</p>
</blockquote>
<p dir="auto">Excellent and thanks! I was wondering the same thing.</p>
]]></description><link>https://community.m5stack.com/post/696</link><guid isPermaLink="true">https://community.m5stack.com/post/696</guid><dc:creator><![CDATA[world101]]></dc:creator><pubDate>Mon, 02 Apr 2018 00:41:31 GMT</pubDate></item><item><title><![CDATA[Reply to Setting the volume on Sun, 01 Apr 2018 15:14:31 GMT]]></title><description><![CDATA[<p dir="auto">You're supposed to call <code>M5.Speaker.update();</code> after that to update the value.</p>
]]></description><link>https://community.m5stack.com/post/692</link><guid isPermaLink="true">https://community.m5stack.com/post/692</guid><dc:creator><![CDATA[dda]]></dc:creator><pubDate>Sun, 01 Apr 2018 15:14:31 GMT</pubDate></item></channel></rss>