<?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[LoRa pager on M5StickC + CardKB]]></title><description><![CDATA[<p dir="auto">Hi everyone,</p>
<p dir="auto">i'm planning to build a small pager device, base on the M5StickC.<br />
I would like to have a keyboard so i thinked of the CardKB.</p>
<p dir="auto">Last but not least i want to use a LoRa Ai Thinker RA-02 Module juste as in the M5Stack LoRa Module.<br />
The original module uses GPIO : 5/26/36 as CS/RST/IRQ.</p>
<p dir="auto">Thats good as the M5StickC has GPIO 0/26/36 in front.<br />
And i suppose that re-mapping GPIO 5 on GPIO 0 should be feasible.</p>
<p dir="auto">Problem is that the RA-02 also needs MOSI/MISO/SCK that are wired to GPIO 23/19/18<br />
and the M5Stick doesnt have more exposed GPIO.</p>
<p dir="auto">GPIO 18/23 are used by the LCD.</p>
<p dir="auto">As i'm new to electronics, i understand that MISO/MOSI are terms related to the SPI interface.</p>
<p dir="auto">Is there a way to connect the needed GPIO ?</p>
<p dir="auto">Via the Grove connector ?<br />
As i understand the grove connector provides an I2C interface.</p>
<p dir="auto">It seems possible to use SPI over I2C with this type of modules :<br />
<a href="https://fr.aliexpress.com/item/32858332883.html?spm=a2g0o.productlist.0.0.2c9d2615RyHRrO&amp;algo_pvid=08866c52-58d9-4ab4-af44-1d4dd6947ce1&amp;algo_expid=08866c52-58d9-4ab4-af44-1d4dd6947ce1-3&amp;btsid=082e32bc-8da8-4dec-bc60-5fa244c0ce4b&amp;ws_ab_test=searchweb0_0,searchweb201602_6,searchweb201603_52" target="_blank" rel="noopener noreferrer nofollow ugc">https://fr.aliexpress.com/item/32858332883.html?spm=a2g0o.productlist.0.0.2c9d2615RyHRrO&amp;algo_pvid=08866c52-58d9-4ab4-af44-1d4dd6947ce1&amp;algo_expid=08866c52-58d9-4ab4-af44-1d4dd6947ce1-3&amp;btsid=082e32bc-8da8-4dec-bc60-5fa244c0ce4b&amp;ws_ab_test=searchweb0_0,searchweb201602_6,searchweb201603_52</a><br />
<a href="https://fr.aliexpress.com/item/976713163.html?spm=a2g0o.productlist.0.0.2c9d2615RyHRrO&amp;algo_pvid=08866c52-58d9-4ab4-af44-1d4dd6947ce1&amp;algo_expid=08866c52-58d9-4ab4-af44-1d4dd6947ce1-4&amp;btsid=082e32bc-8da8-4dec-bc60-5fa244c0ce4b&amp;ws_ab_test=searchweb0_0,searchweb201602_6,searchweb201603_52" target="_blank" rel="noopener noreferrer nofollow ugc">https://fr.aliexpress.com/item/976713163.html?spm=a2g0o.productlist.0.0.2c9d2615RyHRrO&amp;algo_pvid=08866c52-58d9-4ab4-af44-1d4dd6947ce1&amp;algo_expid=08866c52-58d9-4ab4-af44-1d4dd6947ce1-4&amp;btsid=082e32bc-8da8-4dec-bc60-5fa244c0ce4b&amp;ws_ab_test=searchweb0_0,searchweb201602_6,searchweb201603_52</a></p>
<p dir="auto">Or using these (but a bit expensive, rather have a M5Stack instead of the stick) :<br />
<a href="https://www.gotronic.fr/art-module-grove-lora-113060007-25947.htm" target="_blank" rel="noopener noreferrer nofollow ugc">https://www.gotronic.fr/art-module-grove-lora-113060007-25947.htm</a></p>
<p dir="auto">Thanks,<br />
Philippe</p>
]]></description><link>https://community.m5stack.com/topic/1223/lora-pager-on-m5stickc-cardkb</link><generator>RSS for Node</generator><lastBuildDate>Wed, 29 Apr 2026 15:45:52 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/1223.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 14 Aug 2019 08:09:10 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to LoRa pager on M5StickC + CardKB on Sat, 17 Aug 2019 15:19:08 GMT]]></title><description><![CDATA[<p dir="auto">MOSI/MISO is the SPI equivalent of Tx/Rx for UART (except the lines are not crossed: MOSI connects to MOSI, and MISO to MISO). The other difference is that's it's a bus, like I2C, with one master and one or more slaves. So you can connect a screen and a LoRa chip, for instance. However, you need a separate SS (Slave Select) line per device. You're going to have difficulties finding enough pins for this. As suggested, it'd be much better to use a managed chip (MCU + LoRa chip).</p>
<p dir="auto">I've tried a few things but it's too cumbersome. I switched back to M5Stack for this.</p>
]]></description><link>https://community.m5stack.com/post/5202</link><guid isPermaLink="true">https://community.m5stack.com/post/5202</guid><dc:creator><![CDATA[dda]]></dc:creator><pubDate>Sat, 17 Aug 2019 15:19:08 GMT</pubDate></item><item><title><![CDATA[Reply to LoRa pager on M5StickC + CardKB on Sat, 17 Aug 2019 07:04:12 GMT]]></title><description><![CDATA[<p dir="auto">Hello Phillipe,<br />
It would be easier to use a Module with embedded LORA stack, which you can control with Modem AT instructions:<br />
<a href="https://www.instructables.com/id/Get-Started-With-UM402-LoRa-433MHz-UART-Using-Ardu/" target="_blank" rel="noopener noreferrer nofollow ugc">https://www.instructables.com/id/Get-Started-With-UM402-LoRa-433MHz-UART-Using-Ardu/</a></p>
]]></description><link>https://community.m5stack.com/post/5198</link><guid isPermaLink="true">https://community.m5stack.com/post/5198</guid><dc:creator><![CDATA[grisu]]></dc:creator><pubDate>Sat, 17 Aug 2019 07:04:12 GMT</pubDate></item></channel></rss>