<?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>#STEM — ELECROW - FORUM</title>
        <link>https://forum.elecrow.com/index.php?p=/</link>
        <pubDate>Thu, 09 Apr 2026 18:44:28 +0000</pubDate>
        <language>en</language>
            <description>#STEM — ELECROW - FORUM</description>
    <atom:link href="https://forum.elecrow.com/index.php?p=/discussions/tagged/stem/feed.rss" rel="self" type="application/rss+xml"/>
    <item>
        <title>CrowPi-L 64bit image</title>
        <link>https://forum.elecrow.com/index.php?p=/discussion/444/crowpi-l-64bit-image</link>
        <pubDate>Mon, 12 Jun 2023 06:40:51 +0000</pubDate>
        <category>Raspberry Pi &amp; CrowPi</category>
        <dc:creator>Elecrow</dc:creator>
        <guid isPermaLink="false">444@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>Great news! The 64-bit image for the CrowPi L learning platform is now available for download.</p><p>And here&#39;s the download link:</p><div data-embedjson="{&quot;body&quot;:&quot;&quot;,&quot;url&quot;:&quot;https:\/\/drive.google.com\/drive\/folders\/1htg37I2d91N6qGHDWVHaB5AXTnOuXJd8?usp=sharing&quot;,&quot;embedType&quot;:&quot;link&quot;,&quot;name&quot;:&quot;CrowPi_L_image_64bit_v1 - Google Drive&quot;}">
    <a rel="nofollow" href="https://drive.google.com/drive/folders/1htg37I2d91N6qGHDWVHaB5AXTnOuXJd8?usp=sharing">
        https://drive.google.com/drive/folders/1htg37I2d91N6qGHDWVHaB5AXTnOuXJd8?usp=sharing
    </a>
</div><p><br /></p>]]>
        </description>
    </item>
    <item>
        <title>CrowPi lessons code don't work with RPI5?</title>
        <link>https://forum.elecrow.com/index.php?p=/discussion/777/crowpi-lessons-code-dont-work-with-rpi5</link>
        <pubDate>Fri, 21 Jun 2024 08:21:38 +0000</pubDate>
        <category>Raspberry Pi &amp; CrowPi</category>
        <dc:creator>Elecrow</dc:creator>
        <guid isPermaLink="false">777@/index.php?p=/discussions</guid>
        <description><![CDATA[<p><strong>Please check whether the GPIO library imported is RPi.GPIO or gpiozero.</strong><br />
* RPI.GPIO is applicable to Raspberry Pi 4, and because the GPIO of Raspberry Pi 5 is not directly controlled by the BCM2712 chip, the RPI.GPIO library is not suitable for Raspberry Pi 5 for the time being. We are currently using the gpiozero library.<br />
 <img src="https://forum.elecrow.com/uploads/editor/dq/bz74htws5qhw.png" alt="" title="" /></p>

<p><strong>If the course code on your CrowPi desktop uses RPI.GPIO library, but you are using a Raspberry Pi 5, you can install the course for Raspberry Pi 5 in the following steps.</strong><br />
1.Open the terminal, and go to a directory where you will place the course. I will place the course on the desktop, so I type <code>cd Desktop</code> and press "Enter" to run this command.</p>

<p>2.Then run the following command to clone the lessons code to CrowPi desktop.<br />
<code>git clone https://github.com/Elecrow-RD/CrowPi_RPI5.git</code></p>

<p>3.After the lessons code is downloaded, you can enter the course code directory through <code>cd Desktop/CrowPi_RPI5/Examples</code>, and then run the corresponding course program in this directory. <br />
For example, when I need to run the buzzer program, I will run<br />
<code>cd Desktop/CrowPi_RPI5/Examples</code><br />
then run<br />
<code>sudo python buzzer.py</code></p>
]]>
        </description>
    </item>
    <item>
        <title>Where I can download the CrowPi image compatible with Raspberry Pi5?</title>
        <link>https://forum.elecrow.com/index.php?p=/discussion/756/where-i-can-download-the-crowpi-image-compatible-with-raspberry-pi5</link>
        <pubDate>Wed, 12 Jun 2024 04:31:51 +0000</pubDate>
        <category>Raspberry Pi &amp; CrowPi</category>
        <dc:creator>Elecrow</dc:creator>
        <guid isPermaLink="false">756@/index.php?p=/discussions</guid>
        <description><![CDATA[<p><strong>2024-5-9 Updated download link:</strong> <a rel="nofollow" href="https://drive.google.com/drive/u/0/folders/1omz8i4UVU-chItRekNViZEYqbhsLtCnn" title="https://drive.google.com/drive/u/0/folders/1omz8i4UVU-chItRekNViZEYqbhsLtCnn">https://drive.google.com/drive/u/0/folders/1omz8i4UVU-chItRekNViZEYqbhsLtCnn</a><br />
<img src="https://forum.elecrow.com/uploads/editor/95/dtn220gin49p.png" alt="" title="" /></p>

<h2>How to flash the image to the SD card?</h2>

<p><strong>Step1:</strong>  Insert the SD card into your computer. Use <a rel="nofollow" href="https://www.sdcard.org/downloads/formatter/" title="sd formatter">sd formatter</a> to format your SD card.</p>

<p><strong>Step2:</strong> Use the image burning tool to burn the image file to your SD card.</p>

<p>For the image burning tool, you can choose <a rel="nofollow" href="https://etcher.balena.io/" title="balenaEtcher">balenaEtcher</a>, <a rel="nofollow" href="https://win32diskimager.org/" title="Win32DiskImager">Win32DiskImager</a> or <a rel="nofollow" href="https://www.raspberrypi.com/software/" title="Raspberry Pi Imager">Raspberry Pi Imager</a>.<br />
Take Raspberry Pi Imager as an example, select use custom in os, select the image file you just downloaded, and then select your SD card. Click next and confirm.<br />
<img src="https://forum.elecrow.com/uploads/editor/ga/qkp06f82pwsa.png" alt="" title="" /><br />
<img src="https://forum.elecrow.com/uploads/editor/5o/esvr1lddmc2z.png" alt="" title="" /><br />
<img src="https://forum.elecrow.com/uploads/editor/31/i8elsz9gj88k.png" alt="" title="" /><br />
<img src="https://forum.elecrow.com/uploads/editor/q3/i4k6l216x4hx.png" alt="" title="" /></p>

<p><strong>Step3:</strong> After the image is burned to the SD card, insert the SD card to Raspberry Pi5 and turn on CrowPi. You will see there's a folder name "CrowPi" on the Desktop.<br />
<img src="https://forum.elecrow.com/uploads/editor/7k/xwlbs6kn704d.png" alt="" title="" /></p>

<p><strong>Step4:</strong> Run <code>cd Desktop/CrowPi/Examples</code> to enter the course folder , and then run <code>sudo python buzzer.py</code> (or other programs) to run the course code.</p>
]]>
        </description>
    </item>
    <item>
        <title>#Giveaway  Elecrow Raspberry Pi Pico Advanced Kit ?</title>
        <link>https://forum.elecrow.com/index.php?p=/discussion/303/giveaway-elecrow-raspberry-pi-pico-advanced-kit</link>
        <pubDate>Mon, 22 Aug 2022 09:36:13 +0000</pubDate>
        <category>Raspberry Pi &amp; CrowPi</category>
        <dc:creator>Tammy_Elecrow</dc:creator>
        <guid isPermaLink="false">303@/index.php?p=/discussions</guid>
        <description><![CDATA[I am joining the Elecrow Raspberry Pi Pico Advanced Kit #Giveaway Campaign, 3 sets available now, hurry up to win the Pico Kit from Elecrow.
Learn more here: <a rel="nofollow" href="https://gleam.io/TI11h/elecrow-raspberry-pi-pico-advanced-kit-backtoschool2022">https://gleam.io/TI11h/elecrow-raspberry-pi-pico-advanced-kit-backtoschool2022</a>

<a rel="nofollow" href="https://gleam.io/TI11h/elecrow-raspberry-pi-pico-advanced-kit-backtoschool2022"><img src="https://forum.elecrow.com/uploads/editor/dn/nn8v568wsxyl.png" alt="" /></a>
]]>
        </description>
    </item>
   </channel>
</rss>
