<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:content="http://purl.org/rss/1.0/modules/content/"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>ESP32 &amp;amp; Lora — ELECROW - FORUM</title>
        <link>https://forum.elecrow.com/index.php?p=/</link>
        <pubDate>Tue, 28 Apr 2026 20:40:36 +0000</pubDate>
        <language>en</language>
            <description>ESP32 &amp; Lora — ELECROW - FORUM</description>
    <atom:link href="https://forum.elecrow.com/index.php?p=/categories/esp32-lora/feed.rss" rel="self" type="application/rss+xml"/>
    <item>
        <title>Click Here: - https://www.facebook.com/Pulsetto.Lite.Official/</title>
        <link>https://forum.elecrow.com/index.php?p=/discussion/28394/click-here-https-www-facebook-com-pulsetto-lite-official</link>
        <pubDate>Sat, 25 Apr 2026 15:31:58 +0000</pubDate>
        <category>ESP32 &amp; Lora</category>
        <dc:creator>Helansjohnsa</dc:creator>
        <guid isPermaLink="false">28394@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>dfds</p>
]]>
        </description>
    </item>
    <item>
        <title>does the M3 have a reset button?</title>
        <link>https://forum.elecrow.com/index.php?p=/discussion/28372/does-the-m3-have-a-reset-button</link>
        <pubDate>Tue, 21 Apr 2026 18:16:41 +0000</pubDate>
        <category>ESP32 &amp; Lora</category>
        <dc:creator>mbraner</dc:creator>
        <guid isPermaLink="false">28372@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>There's a tiny hole in the front with shiny metal inside.  Or maybe that's the buzzer?  In my software experiments I've gotten it into state where if it is not connected to USB power then the button does not start it up - and it takes a 10-second press with USB power to start it.  How to restore?  Note, the original firmware is long gone, I compile and upload my own, and it otherwise works.  The problem arose after I ran a version of my software that called this, to activate wake-up when attaching to USB power:</p>

<p>nrf_gpio_cfg_sense_input(digitalPinToInterrupt(ext_power_pin), NRF_GPIO_PIN_PULLDOWN, NRF_GPIO_PIN_SENSE_HIGH);</p>

<p>where ext_power_pin is _PINNUM(0, 31) // P0.31</p>
]]>
        </description>
    </item>
    <item>
        <title>do you have LoRaWAN gateways that will work it Russia?</title>
        <link>https://forum.elecrow.com/index.php?p=/discussion/28380/do-you-have-lorawan-gateways-that-will-work-it-russia</link>
        <pubDate>Thu, 23 Apr 2026 02:14:34 +0000</pubDate>
        <category>ESP32 &amp; Lora</category>
        <dc:creator>Jully</dc:creator>
        <guid isPermaLink="false">28380@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>Currently we donot have.</p>
]]>
        </description>
    </item>
    <item>
        <title>Is the ThinkNode M6 compatible with the Meshcore Spreading Factor value 6?</title>
        <link>https://forum.elecrow.com/index.php?p=/discussion/28379/is-the-thinknode-m6-compatible-with-the-meshcore-spreading-factor-value-6</link>
        <pubDate>Thu, 23 Apr 2026 02:12:59 +0000</pubDate>
        <category>ESP32 &amp; Lora</category>
        <dc:creator>Jully</dc:creator>
        <guid isPermaLink="false">28379@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>Our hardware supports SF6, and Meshcore supports it as well.</p>
]]>
        </description>
    </item>
    <item>
        <title>i have CRT01265M. My fan is malfunctioning and it makes a very loud and sharp noise.</title>
        <link>https://forum.elecrow.com/index.php?p=/discussion/28353/i-have-crt01265m-my-fan-is-malfunctioning-and-it-makes-a-very-loud-and-sharp-noise</link>
        <pubDate>Wed, 15 Apr 2026 09:48:44 +0000</pubDate>
        <category>ESP32 &amp; Lora</category>
        <dc:creator>Jully</dc:creator>
        <guid isPermaLink="false">28353@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>Answer:<br />
 It's very likely that the fan blades hit something. Check if they're loose and tighten them; that should fix it.</p>
]]>
        </description>
    </item>
    <item>
        <title>ThinkNode M5 antenna specifications</title>
        <link>https://forum.elecrow.com/index.php?p=/discussion/28325/thinknode-m5-antenna-specifications</link>
        <pubDate>Mon, 06 Apr 2026 00:29:56 +0000</pubDate>
        <category>ESP32 &amp; Lora</category>
        <dc:creator>JohnGourlay</dc:creator>
        <guid isPermaLink="false">28325@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>Can you tell us the gain and VSWR for the 915 MHz band of the antenna that comes with the ThinkNode M5?</p>
]]>
        </description>
    </item>
    <item>
        <title>Thinknode M3 flash memory</title>
        <link>https://forum.elecrow.com/index.php?p=/discussion/28295/thinknode-m3-flash-memory</link>
        <pubDate>Sun, 29 Mar 2026 20:57:53 +0000</pubDate>
        <category>ESP32 &amp; Lora</category>
        <dc:creator>mbraner</dc:creator>
        <guid isPermaLink="false">28295@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>New here.  Hello!  I am planning to port an embedded application to the M3.  Question: does the M3 have an "external" (SPI) flash memory chip, or just the 1MB flash that is built into the nRF52840?  Does any of that space appear as a "mass storage device" (a rather small mass) when plugged into a PC via USB?  If not as it is, can that be arranged?  Do the LoraWAN and Meshtastic models differ on this?  If this is not possible, maybe I can use the "EEPROM" flash area - how large is it?  Thanks.</p>
]]>
        </description>
    </item>
    <item>
        <title>ThinkNode M5 updating firmware</title>
        <link>https://forum.elecrow.com/index.php?p=/discussion/28300/thinknode-m5-updating-firmware</link>
        <pubDate>Mon, 30 Mar 2026 18:26:35 +0000</pubDate>
        <category>ESP32 &amp; Lora</category>
        <dc:creator>JohnGourlay</dc:creator>
        <guid isPermaLink="false">28300@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>I'm trying to use flasher.meshtastic.org in Google Chrome on my Mac to update the Meshtastic firmware on my ThinkNode M5. Chrome does not see the device plugged into a usb port. I'm sure my usb cable is a data cable, and I believe my settings are correct on the Mac and in Chrome. I've seen people say that I might need to hold down a button when plugging the device into the usb port. Is this true? If so, which button?</p>
]]>
        </description>
    </item>
    <item>
        <title>ThinkNode M5 not discoverable to Meshtastic app in iOS</title>
        <link>https://forum.elecrow.com/index.php?p=/discussion/28293/thinknode-m5-not-discoverable-to-meshtastic-app-in-ios</link>
        <pubDate>Sat, 28 Mar 2026 21:00:50 +0000</pubDate>
        <category>ESP32 &amp; Lora</category>
        <dc:creator>JohnGourlay</dc:creator>
        <guid isPermaLink="false">28293@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>I have a new ThinkNode M5 which I've charged up and powered up. Neither my iPhone bluetooth settings<br />
nor the Meshtastic app see the radio as a bluetooth device.  What do I need to do to make the radio discoverable?</p>
]]>
        </description>
    </item>
    <item>
        <title>my ThinkNode M1  works  with Meshtastic, but I’m unable to get it running with Meshcore</title>
        <link>https://forum.elecrow.com/index.php?p=/discussion/28275/my-thinknode-m1-works-with-meshtastic-but-i-m-unable-to-get-it-running-with-meshcore</link>
        <pubDate>Thu, 26 Mar 2026 02:06:09 +0000</pubDate>
        <category>ESP32 &amp; Lora</category>
        <dc:creator>Jully</dc:creator>
        <guid isPermaLink="false">28275@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>we regret to inform you that we are currently not providing technical support for the MeshCore software. Customers need to contact the MeshCore team directly. Technical support can be found on the MeshCore Discord page/group.</p>

<p>For hardware-related technical support, customers can contact us.</p>
]]>
        </description>
    </item>
   </channel>
</rss>
