<?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[Error with M5 echo example]]></title><description><![CDATA[<p dir="auto">Hi all.</p>
<p dir="auto">Just setup my first M5 echo! The product seems great so far, I tried the factory BT firmware and it works fine.</p>
<p dir="auto">I want to test the <a href="https://github.com/m5stack/M5-ProductExampleCodes/blob/master/Core/Atom/AtomEcho/Arduino/Repeater/Repeater.ino" target="_blank" rel="noopener noreferrer nofollow ugc">Recoder&amp;Replay example</a>, but an error occurred after pressing the button:</p>
<pre><code>Init i2s_set_pin
E (2137) I2S: i2s_check_set_mclk(253): ESP32 only support to set GPIO0/GPIO1/GPIO3 as mclk signal, error GPIO number:2133
E (2142) I2S: i2s_set_pin(314): mclk config failed
</code></pre>
<p dir="auto">just after</p>
<pre><code>err += i2s_set_pin(SPEAKER_I2S_NUMBER, &amp;tx_pin_config);
</code></pre>
<p dir="auto">where</p>
<pre><code>#define SPEAKER_I2S_NUMBER I2S_NUM_0
</code></pre>
<p dir="auto">I searched for some solution but I didn't find a good solution.</p>
<p dir="auto">Using Visual Studio code, this is the platformio.ini</p>
<pre><code>[env:esp32dev]
platform = espressif32
board = esp32dev
framework = arduino
monitor_speed = 115200
upload_speed = 115200
lib_deps =
  m5stack/M5Atom @ ^0.0.9
  fastled/FastLED @ ^3.5.0
</code></pre>
<p dir="auto">Thanks in advance!<br />
Ferb</p>
]]></description><link>https://community.m5stack.com/topic/4325/error-with-m5-echo-example</link><generator>RSS for Node</generator><lastBuildDate>Mon, 11 May 2026 17:20:48 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/4325.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 27 May 2022 09:13:09 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Error with M5 echo example on Fri, 27 May 2022 11:09:43 GMT]]></title><description><![CDATA[<p dir="auto">Fantastic, it works!<br />
Don't know why I wasn't able to find it first.</p>
<p dir="auto">Thanks!</p>
]]></description><link>https://community.m5stack.com/post/17588</link><guid isPermaLink="true">https://community.m5stack.com/post/17588</guid><dc:creator><![CDATA[Ferberto]]></dc:creator><pubDate>Fri, 27 May 2022 11:09:43 GMT</pubDate></item><item><title><![CDATA[Reply to Error with M5 echo example on Fri, 27 May 2022 10:11:06 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="plugin-mentions-user plugin-mentions-a" href="/user/ferberto" aria-label="Profile: Ferberto">@<bdi>Ferberto</bdi></a></p>
<p dir="auto">I guess you've ran into this issue discussed <a href="https://community.m5stack.com/topic/3856/looking-for-factory-test-source-code-for-core2/9">here</a>.</p>
<p dir="auto">Thanks<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/17586</link><guid isPermaLink="true">https://community.m5stack.com/post/17586</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Fri, 27 May 2022 10:11:06 GMT</pubDate></item></channel></rss>