<?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[Looking for the basics]]></title><description><![CDATA[<p dir="auto">Just got my first M5 device (M5paper), which is also my first experience of ESP32. I'm really missing the entry point and a full reference.</p>
<p dir="auto">I've got it working with the Arduino IDE, and can compile and run a few of the samples. But as soon as I try to move beyond these, I'm missing the basic map and signposts.</p>
<p dir="auto">For example, <a href="https://docs.m5stack.com/en/api/m5paper/epd_canvas" target="_blank" rel="noopener noreferrer nofollow ugc">this sample code</a>  uses</p>
<blockquote>
<p dir="auto">canvas.drawJpgUrl("<a href="https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/example_pic/flower.jpg" target="_blank" rel="noopener noreferrer nofollow ugc">https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/example_pic/flower.jpg</a>");</p>
</blockquote>
<p dir="auto">it works, and that's fantastic. But now if I want to do something else with the WiFi just want to fetch a string from a URL, obviously there's a whole WiFi library which must support that - where do I find the documentation? Is there anywhere I can find the definition of canvas.drawJpgUrl?</p>
<p dir="auto">Is this an M5-specific thing? Or an ESP32-generic thing? Is there a reference to the functions available?</p>
<p dir="auto">TIA,</p>
<p dir="auto">David.</p>
]]></description><link>https://community.m5stack.com/topic/4516/looking-for-the-basics</link><generator>RSS for Node</generator><lastBuildDate>Wed, 29 Apr 2026 20:13:44 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/4516.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 09 Aug 2022 20:32:39 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Looking for the basics on Fri, 12 Aug 2022 09:12:43 GMT]]></title><description><![CDATA[<p dir="auto">Thank you both Felix and <a class="plugin-mentions-user plugin-mentions-a" href="/user/silentmonkey" aria-label="Profile: silentmonkey">@<bdi>silentmonkey</bdi></a>. I'm navigating the M5 docs, but as I've whinged elsewhere, although they give function signatures (not complete I think, e.g. I've seen examples which don't match the reference) I'm missing context.</p>
<p dir="auto">In relation to HTTP, there seem to be a lot of different Arduino libraries - copy and pasting from random examples on the internet has got me somewhere, but is there any guidance for a newbie as to the 'good' ones to go for? For example I'm currently able to fetch data from 'http:' URL, but not 'https:' - although the <code>canvas.drawJpgUrl</code> example function uses an 'https:' URL and that works...</p>
<p dir="auto">Thanks again for responding.</p>
]]></description><link>https://community.m5stack.com/post/18299</link><guid isPermaLink="true">https://community.m5stack.com/post/18299</guid><dc:creator><![CDATA[Hamnet]]></dc:creator><pubDate>Fri, 12 Aug 2022 09:12:43 GMT</pubDate></item><item><title><![CDATA[Reply to Looking for the basics on Thu, 11 Aug 2022 20:47:27 GMT]]></title><description><![CDATA[<p dir="auto">Hi David.</p>
<p dir="auto">Check out <a href="https://randomnerdtutorials.com/esp32-web-server-arduino-ide/" target="_blank" rel="noopener noreferrer nofollow ugc">https://randomnerdtutorials.com/esp32-web-server-arduino-ide/</a> the tutorials on this site are very good and there are loads of them. Remember your M5paper is basically an ESP32 with a in built touch screen display.</p>
]]></description><link>https://community.m5stack.com/post/18291</link><guid isPermaLink="true">https://community.m5stack.com/post/18291</guid><dc:creator><![CDATA[silentmonkey]]></dc:creator><pubDate>Thu, 11 Aug 2022 20:47:27 GMT</pubDate></item><item><title><![CDATA[Reply to Looking for the basics on Wed, 10 Aug 2022 07:07:32 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="plugin-mentions-user plugin-mentions-a" href="/user/hamnet" aria-label="Profile: Hamnet">@<bdi>Hamnet</bdi></a></p>
<p dir="auto">some M5Paper specific APIs can be found <a href="https://docs.m5stack.com/en/api/m5paper/system_api" target="_blank" rel="noopener noreferrer nofollow ugc">here</a>.</p>
<p dir="auto">WiFi is part of the ESP32 and not M5Paper specific, so you probably best search for something like  <code>Arduino WiFi examples</code>.</p>
<p dir="auto">Thanks<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/18267</link><guid isPermaLink="true">https://community.m5stack.com/post/18267</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Wed, 10 Aug 2022 07:07:32 GMT</pubDate></item></channel></rss>