<?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[M5stickC Plus2 volume problem]]></title><description><![CDATA[<p dir="auto">I bought 2 M5stickC Plus2 devices and an external speaker hat, MAX98357. When I received them with the factory demo sketch loaded the button press beeps were very loud and could be heard from about 20m away.</p>
<p dir="auto">I downloaded the sketch below at the suggestion of the M5Stack AI chat assistant (<a href="https://chat.m5stack.com/" target="_blank" rel="noopener noreferrer nofollow ugc">https://chat.m5stack.com/</a>) to test the beeps. They were very quiet. I changed the volume value from 8 to 255 and downloaded again. Still very quiet.</p>
<p dir="auto">#include "M5StickCPlus2.h"<br />
void setup() {<br />
M5.begin();<br />
M5.Speaker.setVolume(8); // Set volume to maximum (0-8)<br />
(Second version: M5.Speaker.setVolume(255);)<br />
}<br />
void loop() {<br />
M5.Speaker.tone(2000, 300); // Play a tone<br />
delay(3000);<br />
}</p>
<p dir="auto">I then reinstalled the factory default demo sketch via <a href="https://docs.m5stack.com/en/uiflow/m5burner/intro" target="_blank" rel="noopener noreferrer nofollow ugc">https://docs.m5stack.com/en/uiflow/m5burner/intro</a>. The button press beeps are quiet and can only be heard from about 5m away.</p>
<p dir="auto">I also tried playing various wav files via the external speaker hat. They were almost inaudible from 1m away. Does anyone know what could be wrong please?</p>
]]></description><link>https://community.m5stack.com/topic/7613/m5stickc-plus2-volume-problem</link><generator>RSS for Node</generator><lastBuildDate>Wed, 29 Apr 2026 11:28:52 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/7613.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 12 Jun 2025 21:34:05 GMT</pubDate><ttl>60</ttl></channel></rss>