<?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[How I can run espruino &#x2F; javascript on the M5 Stack?]]></title><description><![CDATA[<p dir="auto">Hi, I'm a JavaScript developer and I would like to run JavaScript on the M5, I've seen that It would be possible using espruino as it has support for the ESP32 but I'm couldn't make it work.</p>
<p dir="auto">Currently, I'm flashing espruino with this command:</p>
<pre><code>esptool.py    \
        --chip esp32                                \
        --port /dev/tty.SLAB_USBtoUART              \
        --baud 961200                               \
        --before default_reset                      \
        --after hard_reset write_flash              \
        -z                                          \
        --flash_mode dio                            \
        --flash_freq 40m                            \
        --flash_size detect                         \
        0x1000 bootloader.bin                       \
        0x8000 partitions_espruino.bin              \
        0x10000 espruino_esp32.bin
</code></pre>
<p dir="auto">and looks like it is flashing the thing there, but I can't use the web IDE to connect to the device, and also it is making an anoying noise through the speaker which I don't know how I can stop it.</p>
<p dir="auto">Does anybody know how I can connect to the device or how can I make the web IDE connect to the device?</p>
<p dir="auto">Thank you</p>
]]></description><link>https://community.m5stack.com/topic/216/how-i-can-run-espruino-javascript-on-the-m5-stack</link><generator>RSS for Node</generator><lastBuildDate>Thu, 16 Apr 2026 20:17:58 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/216.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 24 May 2018 11:54:50 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How I can run espruino &#x2F; javascript on the M5 Stack? on Fri, 06 Jul 2018 10:20:26 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/396">@gabi</a> 在 <a href="/post/1005">How I can run espruino / javascript on the M5 Stack?</a> 中说：</p>
<blockquote>
<p dir="auto">how can I make the web IDE connect to the device?</p>
</blockquote>
<p dir="auto">You should change the Web IDE baudrate to 115200 (in the settings page)</p>
]]></description><link>https://community.m5stack.com/post/1238</link><guid isPermaLink="true">https://community.m5stack.com/post/1238</guid><dc:creator><![CDATA[vshymanskyy]]></dc:creator><pubDate>Fri, 06 Jul 2018 10:20:26 GMT</pubDate></item><item><title><![CDATA[Reply to How I can run espruino &#x2F; javascript on the M5 Stack? on Fri, 06 Jul 2018 08:37:04 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/396">@gabi</a></p>
<p dir="auto">If anyone is interested in Espruino on M5Stack - check out this initialization code:<br />
<a href="https://gist.github.com/vshymanskyy/49accf6355900346fd1418336d6be86e" target="_blank" rel="noopener noreferrer nofollow ugc">https://gist.github.com/vshymanskyy/49accf6355900346fd1418336d6be86e</a></p>
<p dir="auto">It initializes the display, but currently the display works rather slow due to Espruino limitations (hopefully will be fixed in future).</p>
<h4>Also stops the annoying noise! ;)</h4>
<p dir="auto"><img src="/assets/uploads/files/1530866068905-cf9cefc3-f890-4319-ba51-9da83bc663cd-image-resized.png" alt="0_1530866051419_cf9cefc3-f890-4319-ba51-9da83bc663cd-image.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://community.m5stack.com/post/1237</link><guid isPermaLink="true">https://community.m5stack.com/post/1237</guid><dc:creator><![CDATA[vshymanskyy]]></dc:creator><pubDate>Fri, 06 Jul 2018 08:37:04 GMT</pubDate></item><item><title><![CDATA[Reply to How I can run espruino &#x2F; javascript on the M5 Stack? on Fri, 25 May 2018 22:48:24 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/396">@gabi</a> I saw a suggestion that you need to use 115,200 for flashing the ESP32 and also have that speed set in the web IDE to connect to it...</p>
<p dir="auto">Instead of the Web IDE, some alternative means of connecting to the ESP32 are outlined here plus other details:    <a href="https://www.espruino.com/ESP32#espruino-web-ide" target="_blank" rel="noopener noreferrer nofollow ugc">https://www.espruino.com/ESP32#espruino-web-ide</a></p>
<p dir="auto">Using Javascript with the ESP32 is also discussed in the highly recommended and affordable book -   <em>"Kolban's Book on ESP32"</em> available <a href="https://leanpub.com/ESP8266_ESP32" target="_blank" rel="noopener noreferrer nofollow ugc">here</a></p>
]]></description><link>https://community.m5stack.com/post/1006</link><guid isPermaLink="true">https://community.m5stack.com/post/1006</guid><dc:creator><![CDATA[JJ]]></dc:creator><pubDate>Fri, 25 May 2018 22:48:24 GMT</pubDate></item></channel></rss>