<?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[MP3 player]]></title><description><![CDATA[<p dir="auto">Is it possible to make the M5 work as a MP3 player?</p>
<p dir="auto">I mean read from a MP3 file on SD card and output via the speaker?</p>
<p dir="auto">My son have a project via school and he wants to build a robot that asks 'how was your day'.</p>
<p dir="auto">I thought about putting it as a mp3 (or any audio file) and play back when some one moves close enough (using Ultra sound distance meter) adding some servos to move the head and eyebrows. adding some neopixels as eyes as well</p>
]]></description><link>https://community.m5stack.com/topic/73/mp3-player</link><generator>RSS for Node</generator><lastBuildDate>Tue, 28 Apr 2026 23:55:45 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/73.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 17 Jan 2018 15:58:52 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MP3 player on Mon, 12 Feb 2018 16:44:03 GMT]]></title><description><![CDATA[<p dir="auto">Another one wich looks even more promising :<br />
<a href="https://github.com/earlephilhower/ESP8266Audio" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/earlephilhower/ESP8266Audio</a></p>
]]></description><link>https://community.m5stack.com/post/355</link><guid isPermaLink="true">https://community.m5stack.com/post/355</guid><dc:creator><![CDATA[DoNcK]]></dc:creator><pubDate>Mon, 12 Feb 2018 16:44:03 GMT</pubDate></item><item><title><![CDATA[Reply to MP3 player on Mon, 12 Feb 2018 12:02:29 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/donck" aria-label="Profile: DoNcK">@<bdi>DoNcK</bdi></a>  Thansk I will look in to this.</p>
]]></description><link>https://community.m5stack.com/post/353</link><guid isPermaLink="true">https://community.m5stack.com/post/353</guid><dc:creator><![CDATA[Kryten]]></dc:creator><pubDate>Mon, 12 Feb 2018 12:02:29 GMT</pubDate></item><item><title><![CDATA[Reply to MP3 player on Thu, 08 Feb 2018 13:36:30 GMT]]></title><description><![CDATA[<p dir="auto">MP3 doesnt seem supported by the M5Stack library, however the Speaker class has 8bit PCM support:<br />
<code>void playMusic(const uint8_t* music_data, uint16_t sample_rate);</code></p>
<p dir="auto">Still you would have to bind it to the SDcard files, by now the audio is defined in startup_music.c as: <code>const unsigned char m5stack_startup_music[]</code></p>
<p dir="auto">Also, this could help you:<br />
<a href="https://github.com/MrBuddyCasino/ESP32_MP3_Decoder" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/MrBuddyCasino/ESP32_MP3_Decoder</a></p>
]]></description><link>https://community.m5stack.com/post/336</link><guid isPermaLink="true">https://community.m5stack.com/post/336</guid><dc:creator><![CDATA[DoNcK]]></dc:creator><pubDate>Thu, 08 Feb 2018 13:36:30 GMT</pubDate></item></channel></rss>