<?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[Uploading to M5STACK BASIC DevKit]]></title><description><![CDATA[<p dir="auto">Hi,<br />
I've got a black M5STACK BASIC DevKit from amazon today.<br />
Expected to see a SubCATEGORIES "M5Stack core" or "M5Stack Black" on this forum.<br />
I'm developping on WIN10, using PlatformIO, latest M5STACK lib (with this platformio.ini:<br />
[env:m5stack-core-esp32]<br />
platform = espressif32<br />
board = m5stack-core-esp32<br />
framework = arduino</p>
<p dir="auto">Tried some examples, with no success (black screen).</p>
<p dir="auto">Uploaded successfully first program:<br />
#include &lt;M5stack.h&gt;</p>
<p dir="auto">void setup() {<br />
M5.begin(true, false, true); // Cause no SD card inside<br />
M5.Lcd.print("Hello Vince");<br />
}</p>
<p dir="auto">void loop() {<br />
M5.update();<br />
}</p>
<p dir="auto">Then tried this program:<br />
#include &lt;M5stack.h&gt;</p>
<p dir="auto">void setup() {<br />
M5.begin(true, false, true); // Cause no SD card inside<br />
M5.Lcd.fillScreen(WHITE);<br />
M5.Lcd.setCursor(100, 100);<br />
M5.Lcd.setTextColor(RED);<br />
M5.Lcd.setTextSize(5);<br />
M5.Lcd.print("Hello Vince");<br />
}</p>
<p dir="auto">void loop() {<br />
M5.update();<br />
}</p>
<p dir="auto">Unfortunatly, the second program always displays same as the first program (white text on black screen)<br />
My programming method is simple: click the "PlatformIO: upload" button, wait for percentage progress, and look at the screen.</p>
<p dir="auto">Am I missing something ?</p>
<p dir="auto">Second question: with this M5Stack-Black, do I need to call M5.Power.begin() after M5.begin(), and what are the consequences if I do not ?</p>
<p dir="auto">Thanks for your responses</p>
]]></description><link>https://community.m5stack.com/topic/1523/uploading-to-m5stack-basic-devkit</link><generator>RSS for Node</generator><lastBuildDate>Thu, 12 Mar 2026 23:33:56 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/1523.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 04 Dec 2019 18:39:39 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Uploading to M5STACK BASIC DevKit on Tue, 14 Jan 2020 09:22:02 GMT]]></title><description><![CDATA[<p dir="auto">I don't know how to edit the title to put [SOLVED] into it.</p>
]]></description><link>https://community.m5stack.com/post/7033</link><guid isPermaLink="true">https://community.m5stack.com/post/7033</guid><dc:creator><![CDATA[vibi27]]></dc:creator><pubDate>Tue, 14 Jan 2020 09:22:02 GMT</pubDate></item><item><title><![CDATA[Reply to Uploading to M5STACK BASIC DevKit on Tue, 14 Jan 2020 09:20:42 GMT]]></title><description><![CDATA[<p dir="auto">With updated versions it works well know.<br />
For the record here are the different versions involved:<br />
OS: Windows 10 64 bits<br />
Latest USB driver (CP2104 installed by ArduinoIDE 1.8.10 if I remember well) for ESP32.<br />
IDE: VisualStudioCode V1.41.1 with PlatformIO<br />
Espressif 32 V1.11.1<br />
M5Stack 0.2.9<br />
PACKAGES: toolchain-xtensa32 2.50200.80 (5.2.0), framework-arduinoespressif32 2.10004.191002 (1.0.4), tool-esptoolpy 1.20600.0 (2.6.0), tool-mkspiffs 2.230.0 (2.30)</p>
<p dir="auto">Platformio.ini flags:<br />
[env:m5stack-core-esp32]<br />
platform = espressif32<br />
board = m5stack-core-esp32<br />
framework = arduino<br />
monitor_speed=115200<br />
#upload_port =COM6<br />
upload_speed=921600</p>
]]></description><link>https://community.m5stack.com/post/7032</link><guid isPermaLink="true">https://community.m5stack.com/post/7032</guid><dc:creator><![CDATA[vibi27]]></dc:creator><pubDate>Tue, 14 Jan 2020 09:20:42 GMT</pubDate></item><item><title><![CDATA[Reply to Uploading to M5STACK BASIC DevKit on Thu, 05 Dec 2019 11:02:53 GMT]]></title><description><![CDATA[<p dir="auto">Same code works on Arduino IDE 1.8.10<br />
Also tried to remove .pio/build directory to force a full rebuild on Platformio, with no success.</p>
]]></description><link>https://community.m5stack.com/post/6614</link><guid isPermaLink="true">https://community.m5stack.com/post/6614</guid><dc:creator><![CDATA[vibi27]]></dc:creator><pubDate>Thu, 05 Dec 2019 11:02:53 GMT</pubDate></item></channel></rss>