<?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[M5Stack MultiApp Firmware]]></title><description><![CDATA[<p dir="auto">I am working on a raw M5Stack multiApp firmware, based on <a class="plugin-mentions-user plugin-mentions-a" href="/user/tomsuch" aria-label="Profile: TomSuch">@<bdi>TomSuch</bdi></a> M5StackSAM library, that include Oscilloscope, some WiFi tools, DHT, some games...</p>
<p dir="auto"><a href="https://github.com/botofancalin/M5Stack_MultiApp_Firmware/tree/master/Precompiled_MultiFirmware" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/botofancalin/M5Stack_MultiApp_Firmware/tree/master/Precompiled_MultiFirmware</a></p>
<p dir="auto">Its ALL made in one program and i still have LOTS of space to spare on the ESP32 flash memory.<br />
Talking about the computing power... till now i use only one core. So all of this can run even on ESP8266 :)<br />
I plan to add some heavy apps that will use the second core too.</p>
<p dir="auto">The source code is available at <a href="https://github.com/botofancalin/M5Stack_MultiApp_Firmware" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/botofancalin/M5Stack_MultiApp_Firmware</a></p>
<p dir="auto">The project was eventually ported to Visual Studio with VisualMicro plugin</p>
<p dir="auto">The project story:<br />
The project was initially made on VS Code and PlatformIO - a very very nice IDE with a VERY fast compiler<br />
Still... i had to fix the PlatformIO integrated ESP-IDF...<br />
and today... the PlatformIO decided to stop working on VS Code (after a VS Code update).<br />
Was still working fine on Atom...<br />
Atom don't support intellisense so... i moved to Visual Studio and VisualMicro</p>
<p dir="auto">I am open for sugestions what apps should i include into this project.<br />
The ESP32 flash still have lot of free space.<br />
At some time i added an Mp3 Player but i had trubles setting the volume on ESP DAC so i remove it till i find a solution</p>
<p dir="auto">For now, i am planning to add Wifi Support (by user/pass and by WPS)</p>
<p dir="auto"><img src="https://raw.githubusercontent.com/botofancalin/M5Stack_MultiApp_Firmware/master/Project_Images/20180407_191741.jpg" alt="alt text" class=" img-fluid img-markdown" /><br />
<img src="https://raw.githubusercontent.com/botofancalin/M5Stack_MultiApp_Firmware/master/Project_Images/20180407_191757.jpg" alt="alt text" class=" img-fluid img-markdown" /><br />
<img src="https://raw.githubusercontent.com/botofancalin/M5Stack_MultiApp_Firmware/master/Project_Images/20180407_191801.jpg" alt="alt text" class=" img-fluid img-markdown" /><br />
<img src="https://raw.githubusercontent.com/botofancalin/M5Stack_MultiApp_Firmware/master/Project_Images/20180407_191824.jpg" alt="alt text" class=" img-fluid img-markdown" /><br />
<img src="https://raw.githubusercontent.com/botofancalin/M5Stack_MultiApp_Firmware/master/Project_Images/20180407_192107.jpg" alt="alt text" class=" img-fluid img-markdown" /><br />
<img src="https://raw.githubusercontent.com/botofancalin/M5Stack_MultiApp_Firmware/master/Project_Images/20180407_192148.jpg" alt="alt text" class=" img-fluid img-markdown" /><br />
<img src="https://raw.githubusercontent.com/botofancalin/M5Stack_MultiApp_Firmware/master/Project_Images/20180407_192237.jpg" alt="alt text" class=" img-fluid img-markdown" /><br />
<img src="https://raw.githubusercontent.com/botofancalin/M5Stack_MultiApp_Firmware/master/Project_Images/20180407_192307.jpg" alt="alt text" class=" img-fluid img-markdown" /></p>
]]></description><link>https://community.m5stack.com/topic/165/m5stack-multiapp-firmware</link><generator>RSS for Node</generator><lastBuildDate>Tue, 28 Apr 2026 21:12:30 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/165.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 07 Apr 2018 16:38:52 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to M5Stack MultiApp Firmware on Fri, 15 Dec 2023 14:15:51 GMT]]></title><description><![CDATA[<p dir="auto">The app seems to be broken.  I have tried compiling it as per the instructions on a windows 11 and on a mac.  I get the same errors on both.  Can anyone please help me?  Here is the error code from VS.</p>
<p dir="auto">Compiling .pio/build/esp-wrover-kit/src/Apps/WiFiWps/WpsConnect.cpp.o<br />
src/Apps/WiFiWps/WpsConnect.cpp: In function 'void wpsInitConfig(bool)':<br />
src/Apps/WiFiWps/WpsConnect.cpp:30:12: error: 'struct esp_wps_config_t' has no member named 'crypto_funcs'<br />
config.crypto_funcs = &amp;g_wifi_default_wps_crypto_funcs;<br />
^~~~~~~~~~~~<br />
src/Apps/WiFiWps/WpsConnect.cpp:30:28: error: 'g_wifi_default_wps_crypto_funcs' was not declared in this scope<br />
config.crypto_funcs = &amp;g_wifi_default_wps_crypto_funcs;<br />
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br />
src/Apps/WiFiWps/WpsConnect.cpp:30:28: note: suggested alternative: 'g_wifi_default_wpa_crypto_funcs'<br />
config.crypto_funcs = &amp;g_wifi_default_wps_crypto_funcs;<br />
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br />
g_wifi_default_wpa_crypto_funcs<br />
src/Apps/WiFiWps/WpsConnect.cpp: In function 'void Wps_run(bool)':<br />
src/Apps/WiFiWps/WpsConnect.cpp:90:27: error: no matching function for call to 'onEvent(void (&amp;)(arduino_event_id_t, system_event_info_t))'<br />
WiFi.onEvent(WiFiEvent);<br />
^<br />
In file included from /Users/redacted/.platformio/packages/framework-arduinoespressif32/libraries/WiFi/src/WiFiSTA.h:28,<br />
from /Users/redacted/.platformio/packages/framework-arduinoespressif32/libraries/WiFi/src/WiFi.h:32,<br />
from lib/M5Stack/M5StackMod.h:30,<br />
from src/Apps/WiFiWps/WpsConnect.h:2,<br />
from src/Apps/WiFiWps/WpsConnect.cpp:8:<br />
/Users/redacted/.platformio/packages/framework-arduinoespressif32/libraries/WiFi/src/WiFiGeneric.h:159:21: note: candidate: 'wifi_event_id_t WiFiGenericClass::onEvent(WiFiEventCb, arduino_event_id_t)' &lt;near match&gt;<br />
wifi_event_id_t onEvent(WiFiEventCb cbEvent, arduino_event_id_t event = ARDUINO_EVENT_MAX);<br />
^~~~~~~<br />
/Users/redacted/.platformio/packages/framework-arduinoespressif32/libraries/WiFi/src/WiFiGeneric.h:159:21: note:   conversion of argument 1 would be ill-formed:<br />
src/Apps/WiFiWps/WpsConnect.cpp:90:18: error: invalid conversion from 'void (<em>)(arduino_event_id_t, system_event_info_t)' to 'WiFiEventCb' {aka 'void (</em>)(arduino_event_id_t)'} [-fpermissive]<br />
WiFi.onEvent(WiFiEvent);<br />
^~~~~~~~~<br />
In file included from /Users/readacted/.platformio/packages/framework-arduinoespressif32/libraries/WiFi/src/WiFiSTA.h:28,<br />
from /Users/jredacted/.platformio/packages/framework-arduinoespressif32/libraries/WiFi/src/WiFi.h:32,<br />
from lib/M5Stack/M5StackMod.h:30,<br />
from src/Apps/WiFiWps/WpsConnect.h:2,<br />
from src/Apps/WiFiWps/WpsConnect.cpp:8:<br />
/Users/redacted/.platformio/packages/framework-arduinoespressif32/libraries/WiFi/src/WiFiGeneric.h:161:21: note: candidate: 'wifi_event_id_t WiFiGenericClass::onEvent(WiFiEventSysCb, arduino_event_id_t)' &lt;near match&gt;<br />
wifi_event_id_t onEvent(WiFiEventSysCb cbEvent, arduino_event_id_t event = ARDUINO_EVENT_MAX);<br />
^~~~~~~<br />
/Users/redacted/.platformio/packages/framework-arduinoespressif32/libraries/WiFi/src/WiFiGeneric.h:161:21: note:   conversion of argument 1 would be ill-formed:<br />
src/Apps/WiFiWps/WpsConnect.cpp:90:18: error: invalid conversion from 'void (<em>)(arduino_event_id_t, system_event_info_t)' to 'WiFiEventSysCb' {aka 'void (</em>)(arduino_event_t*)'} [-fpermissive]<br />
WiFi.onEvent(WiFiEvent);<br />
^~~~~~~~~<br />
*** [.pio/build/esp-wrover-kit/src/Apps/WiFiWps/WpsConnect.cpp.o] Error 1<br />
========================== [FAILED] Took 6.34 seconds ==========================</p>
<ul>
<li>The terminal process "platformio 'run'" terminated with exit code: 1.</li>
<li>Terminal will be reused by tasks, press any key to close it.</li>
</ul>
]]></description><link>https://community.m5stack.com/post/23050</link><guid isPermaLink="true">https://community.m5stack.com/post/23050</guid><dc:creator><![CDATA[Meldrak]]></dc:creator><pubDate>Fri, 15 Dec 2023 14:15:51 GMT</pubDate></item><item><title><![CDATA[Reply to M5Stack MultiApp Firmware on Wed, 02 May 2018 10:18:36 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/calin" aria-label="Profile: calin">@<bdi>calin</bdi></a> 在 <a href="/post/919">M5Stack MultiApp Firmware</a> 中说：</p>
<blockquote>
<p dir="auto">M5Stack MultiApp Advanced released: <a href="http://forum.m5stack.com/topic/194/m5stack-multiapp-advanced-firmware" target="_blank" rel="noopener noreferrer nofollow ugc">http://forum.m5stack.com/topic/194/m5stack-multiapp-advanced-firmware</a><br />
Back to PlatformIO IDE :)</p>
</blockquote>
<p dir="auto">With Web Radio and wifi auto-connection WPS!</p>
]]></description><link>https://community.m5stack.com/post/924</link><guid isPermaLink="true">https://community.m5stack.com/post/924</guid><dc:creator><![CDATA[daslolo]]></dc:creator><pubDate>Wed, 02 May 2018 10:18:36 GMT</pubDate></item><item><title><![CDATA[Reply to M5Stack MultiApp Firmware on Tue, 01 May 2018 21:29:44 GMT]]></title><description><![CDATA[<p dir="auto">M5Stack MultiApp Advanced released: <a href="http://forum.m5stack.com/topic/194/m5stack-multiapp-advanced-firmware" target="_blank" rel="noopener noreferrer nofollow ugc">http://forum.m5stack.com/topic/194/m5stack-multiapp-advanced-firmware</a><br />
Back to PlatformIO IDE :)</p>
]]></description><link>https://community.m5stack.com/post/919</link><guid isPermaLink="true">https://community.m5stack.com/post/919</guid><dc:creator><![CDATA[Calin]]></dc:creator><pubDate>Tue, 01 May 2018 21:29:44 GMT</pubDate></item><item><title><![CDATA[Reply to M5Stack MultiApp Firmware on Sun, 15 Apr 2018 07:34:14 GMT]]></title><description><![CDATA[<p dir="auto">It might be the chip revision i tested the multiapp only on M5 with chip revision 1<br />
The MultiApp source code is available on github.<br />
Compile the code and upload</p>
]]></description><link>https://community.m5stack.com/post/849</link><guid isPermaLink="true">https://community.m5stack.com/post/849</guid><dc:creator><![CDATA[Calin]]></dc:creator><pubDate>Sun, 15 Apr 2018 07:34:14 GMT</pubDate></item><item><title><![CDATA[Reply to M5Stack MultiApp Firmware on Sun, 15 Apr 2018 05:39:52 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/calin" aria-label="Profile: calin">@<bdi>calin</bdi></a> Complete M5Stack-SAM. This software worked fine. Complete on flashing instructions jpg.<br />
Dont worked! Any more ideas?<br />
<img src="/assets/uploads/files/1523770760951-my_m5stask-resized.jpg" alt="0_1523770754937_My_M5Stask.jpg" class=" img-fluid img-markdown" /></p>
]]></description><link>https://community.m5stack.com/post/848</link><guid isPermaLink="true">https://community.m5stack.com/post/848</guid><dc:creator><![CDATA[Murzik]]></dc:creator><pubDate>Sun, 15 Apr 2018 05:39:52 GMT</pubDate></item><item><title><![CDATA[Reply to M5Stack MultiApp Firmware on Sat, 14 Apr 2018 13:47:19 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/murzik" aria-label="Profile: murzik">@<bdi>murzik</bdi></a> 在 <a href="/post/840">M5Stack MultiApp Firmware</a> 中说：</p>
<blockquote>
<p dir="auto">Dont work precompiled software. My log file is:<br />
rst:0x10 (RTCWDT_RTC_RESET),boot:0x17 (SPI_FAST_FLASH_BOOT)<br />
flash read err, 1000<br />
ets_main.c 371</p>
</blockquote>
<p dir="auto">First, compile and write any example from M5Stack library to your m5Stack, using arduino IDE or any any other preffered IDE.<br />
Then flash the precompiled firmware to address 0x10000</p>
<p dir="auto">Check out the flashing instructions jpg</p>
]]></description><link>https://community.m5stack.com/post/845</link><guid isPermaLink="true">https://community.m5stack.com/post/845</guid><dc:creator><![CDATA[Calin]]></dc:creator><pubDate>Sat, 14 Apr 2018 13:47:19 GMT</pubDate></item><item><title><![CDATA[Reply to M5Stack MultiApp Firmware on Sat, 14 Apr 2018 06:28:33 GMT]]></title><description><![CDATA[<p dir="auto">Dont work precompiled software. My log file is:<br />
rst:0x10 (RTCWDT_RTC_RESET),boot:0x17 (SPI_FAST_FLASH_BOOT)<br />
flash read err, 1000<br />
ets_main.c 371</p>
]]></description><link>https://community.m5stack.com/post/840</link><guid isPermaLink="true">https://community.m5stack.com/post/840</guid><dc:creator><![CDATA[Murzik]]></dc:creator><pubDate>Sat, 14 Apr 2018 06:28:33 GMT</pubDate></item><item><title><![CDATA[Reply to M5Stack MultiApp Firmware on Thu, 12 Apr 2018 05:28:40 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/daslolo" aria-label="Profile: daslolo">@<bdi>daslolo</bdi></a> 在 <a href="/post/817">M5Stack MultiApp Firmware</a> 中说：</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/calin" aria-label="Profile: calin">@<bdi>calin</bdi></a> 在 <a href="/post/807">M5Stack MultiApp Firmware</a> 中说：</p>
<blockquote>
<p dir="auto">Any other suggestions ?</p>
</blockquote>
<p dir="auto">Since oscillo works, you can also graph FFT and from that detect Hz +THD.<br />
Benefit: detects the quality of the electricity and helps troubleshoot and predict issues.</p>
<p dir="auto">I started a project on that, measurements are out of wack, maybe we can work together on it?<br />
<a href="https://github.com/laurentopia/M5-Signal-Multimeter" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/laurentopia/M5-Signal-Multimeter</a></p>
<p dir="auto"><img src="https://i.imgur.com/sfoJP5h.jpg" alt="alt text" class=" img-fluid img-markdown" /></p>
</blockquote>
<p dir="auto">sure.. i'm in :)</p>
]]></description><link>https://community.m5stack.com/post/822</link><guid isPermaLink="true">https://community.m5stack.com/post/822</guid><dc:creator><![CDATA[Calin]]></dc:creator><pubDate>Thu, 12 Apr 2018 05:28:40 GMT</pubDate></item><item><title><![CDATA[Reply to M5Stack MultiApp Firmware on Thu, 12 Apr 2018 02:34:15 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/calin" aria-label="Profile: calin">@<bdi>calin</bdi></a> 在 <a href="/post/807">M5Stack MultiApp Firmware</a> 中说：</p>
<blockquote>
<p dir="auto">Any other suggestions ?</p>
</blockquote>
<p dir="auto">Since oscillo works, you can also graph FFT and from that detect Hz +THD.<br />
Benefit: detects the quality of the electricity and helps troubleshoot and predict issues.</p>
<p dir="auto">I started a project on that, measurements are out of wack, maybe we can work together on it?<br />
<a href="https://github.com/laurentopia/M5-Signal-Multimeter" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/laurentopia/M5-Signal-Multimeter</a></p>
<p dir="auto"><img src="https://i.imgur.com/sfoJP5h.jpg" alt="alt text" class=" img-fluid img-markdown" /></p>
]]></description><link>https://community.m5stack.com/post/817</link><guid isPermaLink="true">https://community.m5stack.com/post/817</guid><dc:creator><![CDATA[daslolo]]></dc:creator><pubDate>Thu, 12 Apr 2018 02:34:15 GMT</pubDate></item><item><title><![CDATA[Reply to M5Stack MultiApp Firmware on Wed, 11 Apr 2018 20:04:58 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/calin" aria-label="Profile: calin">@<bdi>calin</bdi></a>, I have seen code for doing a simple I2C sniffer/decoder and possibly one for OneWire.  Those would be really useful next to a simple 4-channel logic analyzer with trigger set, sampling rate and small buffer.  Suggestions!!! I'm working on it.</p>
]]></description><link>https://community.m5stack.com/post/812</link><guid isPermaLink="true">https://community.m5stack.com/post/812</guid><dc:creator><![CDATA[pkourany]]></dc:creator><pubDate>Wed, 11 Apr 2018 20:04:58 GMT</pubDate></item><item><title><![CDATA[Reply to M5Stack MultiApp Firmware on Wed, 11 Apr 2018 16:24:08 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/pkourany" aria-label="Profile: pkourany">@<bdi>pkourany</bdi></a> 在 <a href="/post/805">M5Stack MultiApp Firmware</a> 中说：</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/calin" aria-label="Profile: Calin">@<bdi>Calin</bdi></a>, I REALLY like this project.  My M5Stack (2018) is not very happy with the bottom and battery so I will most likely keep it powered via USB most of the time.  Having multiple tools available via the menu is fantastic.  Some data logging to SD apps would be great, including the meter app.  It would also be great to have a simple logic analyzer available.  Thanks for your great work!  I need to setup a VS environment now ;)</p>
</blockquote>
<p dir="auto">Check out the evolved project : <a href="https://github.com/botofancalin/M5Stack_SuperApp_PlatformIO" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/botofancalin/M5Stack_SuperApp_PlatformIO</a><br />
That one is made on Visual Studio Code and PlatformIO<br />
This one contain a web server, Wifi settings, WPS, etc...</p>
<p dir="auto">hm... logic analyzer... it can be done...<br />
what exactly do you need to analyze?</p>
<p dir="auto">Any other suggestions ?</p>
]]></description><link>https://community.m5stack.com/post/807</link><guid isPermaLink="true">https://community.m5stack.com/post/807</guid><dc:creator><![CDATA[Calin]]></dc:creator><pubDate>Wed, 11 Apr 2018 16:24:08 GMT</pubDate></item><item><title><![CDATA[Reply to M5Stack MultiApp Firmware on Wed, 11 Apr 2018 14:32:08 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/calin" aria-label="Profile: Calin">@<bdi>Calin</bdi></a>, I REALLY like this project.  My M5Stack (2018) is not very happy with the bottom and battery so I will most likely keep it powered via USB most of the time.  Having multiple tools available via the menu is fantastic.  Some data logging to SD apps would be great, including the meter app.  It would also be great to have a simple logic analyzer available.  Thanks for your great work!  I need to setup a VS environment now ;)</p>
]]></description><link>https://community.m5stack.com/post/805</link><guid isPermaLink="true">https://community.m5stack.com/post/805</guid><dc:creator><![CDATA[pkourany]]></dc:creator><pubDate>Wed, 11 Apr 2018 14:32:08 GMT</pubDate></item><item><title><![CDATA[Reply to M5Stack MultiApp Firmware on Sun, 08 Apr 2018 19:57:40 GMT]]></title><description><![CDATA[<p dir="auto">The source code is available at <a href="https://github.com/botofancalin/M5Stack_MultiApp_Firmware" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/botofancalin/M5Stack_MultiApp_Firmware</a></p>
<p dir="auto">The project was eventually ported to Visual Studio with VisualMicro plugin</p>
<p dir="auto">The project story:<br />
The project was initially made on VS Code and PlatformIO - a very very nice IDE with a VERY fast compiler<br />
Still... i had to fix the PlatformIO integrated ESP-IDF...<br />
and today... the PlatformIO decided to stop working on VS Code (after a VS Code update).<br />
Was still working fine on Atom...<br />
Atom don't support intellisense so... i moved to Visual Studio and VisualMicro</p>
<p dir="auto">I am open for sugestions what apps should i include into this project.<br />
The ESP32 flash still have lot of free space.<br />
At some time i added an Mp3 Player but i had trubles setting the volume on ESP DAC so i remove it till i find a solution</p>
<p dir="auto">For now, i am planning to add Wifi Support (by user/pass and by WPS)</p>
]]></description><link>https://community.m5stack.com/post/778</link><guid isPermaLink="true">https://community.m5stack.com/post/778</guid><dc:creator><![CDATA[Calin]]></dc:creator><pubDate>Sun, 08 Apr 2018 19:57:40 GMT</pubDate></item><item><title><![CDATA[Reply to M5Stack MultiApp Firmware on Sun, 08 Apr 2018 12:30:22 GMT]]></title><description><![CDATA[<p dir="auto">OMG alll those apps fantastic!  Please, please please share that goodness!!!!</p>
]]></description><link>https://community.m5stack.com/post/775</link><guid isPermaLink="true">https://community.m5stack.com/post/775</guid><dc:creator><![CDATA[pkourany]]></dc:creator><pubDate>Sun, 08 Apr 2018 12:30:22 GMT</pubDate></item><item><title><![CDATA[Reply to M5Stack MultiApp Firmware on Sun, 08 Apr 2018 04:15:14 GMT]]></title><description><![CDATA[<p dir="auto">That's a lot of apps.<br />
This guy managed to render 3D in flat shaded, this would be a great way to show off the title menu <a href="https://www.youtube.com/watch?v=5t1_XNc3vNw" target="_blank" rel="noopener noreferrer nofollow ugc">https://www.youtube.com/watch?v=5t1_XNc3vNw</a> ... on composite video :)</p>
]]></description><link>https://community.m5stack.com/post/772</link><guid isPermaLink="true">https://community.m5stack.com/post/772</guid><dc:creator><![CDATA[daslolo]]></dc:creator><pubDate>Sun, 08 Apr 2018 04:15:14 GMT</pubDate></item><item><title><![CDATA[Reply to M5Stack MultiApp Firmware on Sat, 07 Apr 2018 22:53:13 GMT]]></title><description><![CDATA[<p dir="auto">Yes. There is a multi meter included... still working on it...<br />
I just collected a bunch of apps and included them all in one firmware.<br />
I was just curious how much this ESP32 can handle...<br />
Till now, i'm impressed how good it is :)</p>
<p dir="auto">I will need some suggestions for menu icons/images tough...</p>
]]></description><link>https://community.m5stack.com/post/770</link><guid isPermaLink="true">https://community.m5stack.com/post/770</guid><dc:creator><![CDATA[Calin]]></dc:creator><pubDate>Sat, 07 Apr 2018 22:53:13 GMT</pubDate></item><item><title><![CDATA[Reply to M5Stack MultiApp Firmware on Sat, 07 Apr 2018 17:39:34 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/calin" aria-label="Profile: calin">@<bdi>calin</bdi></a> Hi Calin,</p>
<p dir="auto">Nice work !!!!!! I am interested.</p>
<p dir="auto">I think there is quite a lot of interest in menu programs for the M5Stack. We will see how many view this topic.</p>
<p dir="auto">Looks like you have some good apps and graphics in place already.....   glad to see the packet monitor there.....</p>
<p dir="auto">Anything else under <em>"Meters"</em> ?  Have u seen a multi meter app ?</p>
<p dir="auto">Be interested to see what else you come up with.</p>
]]></description><link>https://community.m5stack.com/post/769</link><guid isPermaLink="true">https://community.m5stack.com/post/769</guid><dc:creator><![CDATA[JJ]]></dc:creator><pubDate>Sat, 07 Apr 2018 17:39:34 GMT</pubDate></item></channel></rss>