<?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[M5stick from PlatformIO]]></title><description><![CDATA[<p dir="auto">Hi</p>
<p dir="auto">Having problems with UIFlow, I tried PlatformIO to program the M5stick.<br />
I was able to upload the "arduino-wifiscan" but then I wanted to print Wifi infos on the screen. I thought I had to #include &lt;M5StickC.h&gt; but it "gets red" and says I should update includePath<br />
Why/how do I do that ?<br />
I tried "pio lib install "M5StickC" and no more red alert...for a while, but then error again about includePath<br />
If someone had a simple step by step setup for the M5StickC it would help me a lot...</p>
]]></description><link>https://community.m5stack.com/topic/1466/m5stick-from-platformio</link><generator>RSS for Node</generator><lastBuildDate>Wed, 29 Apr 2026 09:38:28 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/1466.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 13 Nov 2019 15:34:44 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to M5stick from PlatformIO on Sat, 11 Jan 2020 14:17:52 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/hague" aria-label="Profile: hague">@<bdi>hague</bdi></a> I could be wrong, but I believe if you use as <code>lib_deps</code> is a better solution, because the PlatformIO can update automatically the library in the future. Not only that, your code build more faster (because the library use a shared objects - <code>*.o</code> files).</p>
<p dir="auto">Other interesting point is to add more libraries to project. But again, this is IMHO about the way to use PlatformIO.</p>
]]></description><link>https://community.m5stack.com/post/6983</link><guid isPermaLink="true">https://community.m5stack.com/post/6983</guid><dc:creator><![CDATA[nsfilho]]></dc:creator><pubDate>Sat, 11 Jan 2020 14:17:52 GMT</pubDate></item><item><title><![CDATA[Reply to M5stick from PlatformIO on Fri, 10 Jan 2020 20:17:23 GMT]]></title><description><![CDATA[<p dir="auto">Another simple solution is to download the library and put all files from the /src directory directly it in the /src directory from your PlatformIO project.</p>
<p dir="auto">Link to the library:<br />
<a href="https://github.com/m5stack/M5StickC" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/m5stack/M5StickC</a></p>
<p dir="auto">Then you can include the header file like this:<br />
#include "M5StickC.h"</p>
<p dir="auto">Not exactly the most beautiful solution, but it works...</p>
]]></description><link>https://community.m5stack.com/post/6976</link><guid isPermaLink="true">https://community.m5stack.com/post/6976</guid><dc:creator><![CDATA[hague]]></dc:creator><pubDate>Fri, 10 Jan 2020 20:17:23 GMT</pubDate></item><item><title><![CDATA[Reply to M5stick from PlatformIO on Fri, 10 Jan 2020 00:41:41 GMT]]></title><description><![CDATA[<p dir="auto">You need to change your lib_deps in <code>platformio.ini</code>, as the sample bellow:</p>
<pre><code>[env:m5stick-c]
platform = espressif32
board = m5stick-c
framework = arduino
lib_deps = M5StickC
monitor_speed = 115200
</code></pre>
]]></description><link>https://community.m5stack.com/post/6960</link><guid isPermaLink="true">https://community.m5stack.com/post/6960</guid><dc:creator><![CDATA[nsfilho]]></dc:creator><pubDate>Fri, 10 Jan 2020 00:41:41 GMT</pubDate></item></channel></rss>