<?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 Core Basic as Meshtastic Device]]></title><description><![CDATA[<p dir="auto">To use an M5Stack Core Basic as a Meshtastic device I connected a LoRa868 V1.1 to the Core. The DIP switches should be set to Core Basic. But my tries resulted always in critical fault #3. This means no LoRa module is connected. My DIP switch setup is not correct. How to set the DIP switch for M5Stack Core Basic?</p>
]]></description><link>https://community.m5stack.com/topic/6989/m5stack-core-basic-as-meshtastic-device</link><generator>RSS for Node</generator><lastBuildDate>Thu, 05 Mar 2026 11:29:50 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/6989.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 16 Nov 2024 16:20:44 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to M5Stack Core Basic as Meshtastic Device on Tue, 11 Feb 2025 10:52:38 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/1445">@ckuehnel</a><br />
<a href="https://github.com/m5stack/meshtastic-firmware/tree/develop" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/m5stack/meshtastic-firmware/tree/develop</a><br />
go to this repo and build the firmware yourself<br />
pin config is at variants/m5stack_corebasic/variants.h</p>
]]></description><link>https://community.m5stack.com/post/28175</link><guid isPermaLink="true">https://community.m5stack.com/post/28175</guid><dc:creator><![CDATA[kuriko]]></dc:creator><pubDate>Tue, 11 Feb 2025 10:52:38 GMT</pubDate></item><item><title><![CDATA[Reply to M5Stack Core Basic as Meshtastic Device on Sun, 24 Nov 2024 10:48:46 GMT]]></title><description><![CDATA[<p dir="auto">Using the LoRa868 (old version) w/ Core Basic works as expected w/ precompiled meshtastic firmware. Thanks to <a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/4037">@felmue</a> for his hints.</p>
<p dir="auto">If you want to use precompiled firmware then look into variants.h for the used GPIO and check your Core and LoRa Module whether the IO fits or not.</p>
]]></description><link>https://community.m5stack.com/post/27143</link><guid isPermaLink="true">https://community.m5stack.com/post/27143</guid><dc:creator><![CDATA[ckuehnel]]></dc:creator><pubDate>Sun, 24 Nov 2024 10:48:46 GMT</pubDate></item><item><title><![CDATA[Reply to M5Stack Core Basic as Meshtastic Device on Wed, 20 Nov 2024 15:14:13 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/4037">@felmue</a> said in <a href="/post/27100">M5Stack Core Basic as Meshtastic Device</a>:</p>
<blockquote>
<p dir="auto">Hi guys</p>
<p dir="auto">I don't think you can use pre-compiled Meshtastic firmware as some GPIOs used in pre-compiled firmware cannot be selected in LoRa868 V1.1 module.</p>
<p dir="auto">From the M5Stack Meshtastic <code>variant.h</code> <a href="https://github.com/meshtastic/firmware/blob/master/variants/m5stack_core/variant.h#L26" target="_blank" rel="noopener noreferrer nofollow ugc">file</a> and the previous LoRa <a href="https://docs.m5stack.com/en/module/lora868?id=schematic" target="_blank" rel="noopener noreferrer nofollow ugc">module</a> I understand the following GPIOs are used:</p>
<pre><code>SCK   : GPIO18
MISO  : GPIO19
MOSI  : GPIO23
CS/NSS: GPIO5
IRQ   : GPIO36
RST   : GPIO26
</code></pre>
<p dir="auto">However the newer LoRa868 V1.1 <a href="https://docs.m5stack.com/en/module/Module-LoRa868_V1.1?id=pinmap" target="_blank" rel="noopener noreferrer nofollow ugc">module</a> doesn't allow to select <code>GPIO36</code> as <code>IRQ</code> nor <code>GPIO26</code> as <code>RST</code>.</p>
<p dir="auto">So I think you either need to compile Meshtastic firmware (with the correct GPIOs) yourself, get the older LoRa868 module or modify the V1.1 hardware.</p>
<p dir="auto">Note: I do not have the necessary hardware to test this myself - so my above conclusions could be incorrect.</p>
<p dir="auto">Thanks<br />
Felix</p>
</blockquote>
<p dir="auto">Is there an answer from M5Stack specialists?</p>
]]></description><link>https://community.m5stack.com/post/27109</link><guid isPermaLink="true">https://community.m5stack.com/post/27109</guid><dc:creator><![CDATA[ckuehnel]]></dc:creator><pubDate>Wed, 20 Nov 2024 15:14:13 GMT</pubDate></item><item><title><![CDATA[Reply to M5Stack Core Basic as Meshtastic Device on Tue, 19 Nov 2024 21:09:56 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/4037">@felmue</a></p>
<p dir="auto">Thanks for the heads up. I will send the LoRa module back i haven't time to dig deep, I was hoping it would be a straight forward thing lol.</p>
<p dir="auto">To be honest meshtastic around here is dead I have a node and only one person on for the 1000 days uptime lol</p>
]]></description><link>https://community.m5stack.com/post/27103</link><guid isPermaLink="true">https://community.m5stack.com/post/27103</guid><dc:creator><![CDATA[M3HBI]]></dc:creator><pubDate>Tue, 19 Nov 2024 21:09:56 GMT</pubDate></item><item><title><![CDATA[Reply to M5Stack Core Basic as Meshtastic Device on Tue, 19 Nov 2024 18:11:54 GMT]]></title><description><![CDATA[<p dir="auto">Hi guys</p>
<p dir="auto">I don't think you can use pre-compiled Meshtastic firmware as some GPIOs used in pre-compiled firmware cannot be selected in LoRa868 V1.1 module.</p>
<p dir="auto">From the M5Stack Meshtastic <code>variant.h</code> <a href="https://github.com/meshtastic/firmware/blob/master/variants/m5stack_core/variant.h#L26" target="_blank" rel="noopener noreferrer nofollow ugc">file</a> and the previous LoRa <a href="https://docs.m5stack.com/en/module/lora868?id=schematic" target="_blank" rel="noopener noreferrer nofollow ugc">module</a> I understand the following GPIOs are used:</p>
<pre><code>SCK   : GPIO18
MISO  : GPIO19
MOSI  : GPIO23
CS/NSS: GPIO5
IRQ   : GPIO36
RST   : GPIO26
</code></pre>
<p dir="auto">However the newer LoRa868 V1.1 <a href="https://docs.m5stack.com/en/module/Module-LoRa868_V1.1?id=pinmap" target="_blank" rel="noopener noreferrer nofollow ugc">module</a> doesn't allow to select <code>GPIO36</code> as <code>IRQ</code> nor <code>GPIO26</code> as <code>RST</code>.</p>
<p dir="auto">So I think you either need to compile Meshtastic firmware (with the correct GPIOs) yourself, get the older LoRa868 module or modify the V1.1 hardware.</p>
<p dir="auto">Note: I do not have the necessary hardware to test this myself - so my above conclusions could be incorrect.</p>
<p dir="auto">Thanks<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/27100</link><guid isPermaLink="true">https://community.m5stack.com/post/27100</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Tue, 19 Nov 2024 18:11:54 GMT</pubDate></item><item><title><![CDATA[Reply to M5Stack Core Basic as Meshtastic Device on Tue, 19 Nov 2024 12:14:13 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/1445">@ckuehnel</a> I also have this module and can not get it to work with the same Critical Failure #3</p>
<p dir="auto">I have tried a few selections but unable to get this to work.</p>
<p dir="auto">Hopefully someone can help</p>
]]></description><link>https://community.m5stack.com/post/27097</link><guid isPermaLink="true">https://community.m5stack.com/post/27097</guid><dc:creator><![CDATA[M3HBI]]></dc:creator><pubDate>Tue, 19 Nov 2024 12:14:13 GMT</pubDate></item><item><title><![CDATA[Reply to M5Stack Core Basic as Meshtastic Device on Mon, 18 Nov 2024 22:59:09 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/168201">@kuriko</a> After starting the app an the Core the screen shows the Meshtastic start screen followed by the output Critical Fault #3.</p>
]]></description><link>https://community.m5stack.com/post/27091</link><guid isPermaLink="true">https://community.m5stack.com/post/27091</guid><dc:creator><![CDATA[ckuehnel]]></dc:creator><pubDate>Mon, 18 Nov 2024 22:59:09 GMT</pubDate></item><item><title><![CDATA[Reply to M5Stack Core Basic as Meshtastic Device on Mon, 18 Nov 2024 01:36:13 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/1445">@ckuehnel</a><br />
what's you mean for "critical fault #3"?</p>
]]></description><link>https://community.m5stack.com/post/27069</link><guid isPermaLink="true">https://community.m5stack.com/post/27069</guid><dc:creator><![CDATA[kuriko]]></dc:creator><pubDate>Mon, 18 Nov 2024 01:36:13 GMT</pubDate></item></channel></rss>