<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									CircuitPython with Raspberry Pi Pico - Getting Started - 2021 Videos				            </title>
            <link>https://forum.dronebotworkshop.com/2021/circuitpython-with-raspberry-pi-pico-getting-started/</link>
            <description>Discussion board for Robotics, Arduino, Raspberry Pi and other DIY electronics and modules. Join us today!</description>
            <language>en-US</language>
            <lastBuildDate>Sun, 12 Jul 2026 15:26:08 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: CircuitPython with Raspberry Pi Pico - Getting Started</title>
                        <link>https://forum.dronebotworkshop.com/2021/circuitpython-with-raspberry-pi-pico-getting-started/paged/2/#post-20950</link>
                        <pubDate>Fri, 24 Sep 2021 10:46:16 +0000</pubDate>
                        <description><![CDATA[@oldcodger I copied the code from the web page at the bottom of this video:
Apparently, it is html code; I removed it. When I reloaded the file, it completed without error. However, I did no...]]></description>
                        <content:encoded><![CDATA[<p>@oldcodger I copied the code from the web page at the bottom of this video: <a title="Raspberry Pi Pico with CircuitPython" href="https://www.youtube.com/watch?v=07vG-_CcDG0&amp;t=682s" target="_blank" rel="noopener">https://www.youtube.com/watch?v=07vG-_CcDG0&amp;t=682s</a></p>
<p>Apparently, it is html code; I removed it. When I reloaded the file, it completed without error. However, I did not see the Serial feedback Bill received when he ran the program. I'll keep working on it.</p>]]></content:encoded>
						                            <category domain="https://forum.dronebotworkshop.com/2021/">2021 Videos</category>                        <dc:creator>dprefont</dc:creator>
                        <guid isPermaLink="true">https://forum.dronebotworkshop.com/2021/circuitpython-with-raspberry-pi-pico-getting-started/paged/2/#post-20950</guid>
                    </item>
				                    <item>
                        <title>RE: CircuitPython with Raspberry Pi Pico - Getting Started</title>
                        <link>https://forum.dronebotworkshop.com/2021/circuitpython-with-raspberry-pi-pico-getting-started/paged/2/#post-20929</link>
                        <pubDate>Thu, 23 Sep 2021 19:27:07 +0000</pubDate>
                        <description><![CDATA[@dprefont 
Hi,
Are trying to read and write to an SD Card ?
I bought a Cytron Maker Pi Pico with a built in SD Card.
Look on their git hub page.]]></description>
                        <content:encoded><![CDATA[<p>@dprefont </p>
<p>Hi,</p>
<p>Are trying to read and write to an SD Card ?</p>
<p>I bought a Cytron Maker Pi Pico with a built in SD Card.</p>
<p>Look on their git hub page.</p>]]></content:encoded>
						                            <category domain="https://forum.dronebotworkshop.com/2021/">2021 Videos</category>                        <dc:creator>OldCodger</dc:creator>
                        <guid isPermaLink="true">https://forum.dronebotworkshop.com/2021/circuitpython-with-raspberry-pi-pico-getting-started/paged/2/#post-20929</guid>
                    </item>
				                    <item>
                        <title>RE: CircuitPython with Raspberry Pi Pico - Getting Started</title>
                        <link>https://forum.dronebotworkshop.com/2021/circuitpython-with-raspberry-pi-pico-getting-started/paged/2/#post-20928</link>
                        <pubDate>Thu, 23 Sep 2021 19:05:51 +0000</pubDate>
                        <description><![CDATA[@dprefont
Hi, 
i’m not sure what you are trying to do, but this is HTML code to set the font style.
You may have copied the code for the webpage your are reading.
Regards 
Dave]]></description>
                        <content:encoded><![CDATA[<p>@dprefont</p>
<p>Hi, </p>
<p>i’m not sure what you are trying to do, but this is HTML code to set the font style.</p>
<p>You may have copied the code for the webpage your are reading.</p>
<p>Regards </p>
<p>Dave</p>]]></content:encoded>
						                            <category domain="https://forum.dronebotworkshop.com/2021/">2021 Videos</category>                        <dc:creator>OldCodger</dc:creator>
                        <guid isPermaLink="true">https://forum.dronebotworkshop.com/2021/circuitpython-with-raspberry-pi-pico-getting-started/paged/2/#post-20928</guid>
                    </item>
				                    <item>
                        <title>RE: CircuitPython with Raspberry Pi Pico - Getting Started</title>
                        <link>https://forum.dronebotworkshop.com/2021/circuitpython-with-raspberry-pi-pico-getting-started/paged/2/#post-20925</link>
                        <pubDate>Thu, 23 Sep 2021 17:35:36 +0000</pubDate>
                        <description><![CDATA[@byron Thanks. This is the last line of code copied from the DBWS site:

&lt;span style=&quot;font-weight: 400;&quot;&gt;We start by importing a few libraries, including the &lt;/span&gt;&lt;i style...]]></description>
                        <content:encoded><![CDATA[<p>@byron Thanks. This is the last line of code copied from the DBWS site:</p>
<blockquote>
<p>&lt;span style="font-weight: 400;"&gt;We start by importing a few libraries, including the &lt;/span&gt;&lt;i style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;"&gt;sdcardio&lt;/i&gt;&lt;span style="font-weight: 400;"&gt; and &lt;/span&gt;&lt;i style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;"&gt;storage&lt;/i&gt;&lt;span style="font-weight: 400;"&gt; libraries.&lt;/span&gt;</p>
</blockquote>]]></content:encoded>
						                            <category domain="https://forum.dronebotworkshop.com/2021/">2021 Videos</category>                        <dc:creator>dprefont</dc:creator>
                        <guid isPermaLink="true">https://forum.dronebotworkshop.com/2021/circuitpython-with-raspberry-pi-pico-getting-started/paged/2/#post-20925</guid>
                    </item>
				                    <item>
                        <title>RE: CircuitPython with Raspberry Pi Pico - Getting Started</title>
                        <link>https://forum.dronebotworkshop.com/2021/circuitpython-with-raspberry-pi-pico-getting-started/paged/2/#post-20922</link>
                        <pubDate>Thu, 23 Sep 2021 15:06:46 +0000</pubDate>
                        <description><![CDATA[@dprefont
I&#039;ve not actually run the example program, and I find I cannot look at it right now as the link to the document is currently down.  However the error you are getting is probably q...]]></description>
                        <content:encoded><![CDATA[<p><span>@dprefont</span></p>
<p>I've not actually run the example program, and I find I cannot look at it right now as the link to the document is currently down.  However the error you are getting is probably quite descriptive of what may be occurring in that your editor expects a space before and after some of the arithmetic operators (= &gt; &lt; / etc).   I would just go over your code and ensure all of these operators are separated by a space and then see if you can proceed ok.   It may just be a finicky editor you happen to be using.</p>]]></content:encoded>
						                            <category domain="https://forum.dronebotworkshop.com/2021/">2021 Videos</category>                        <dc:creator>byron</dc:creator>
                        <guid isPermaLink="true">https://forum.dronebotworkshop.com/2021/circuitpython-with-raspberry-pi-pico-getting-started/paged/2/#post-20922</guid>
                    </item>
				                    <item>
                        <title>RE: CircuitPython with Raspberry Pi Pico - Getting Started</title>
                        <link>https://forum.dronebotworkshop.com/2021/circuitpython-with-raspberry-pi-pico-getting-started/#post-20920</link>
                        <pubDate>Thu, 23 Sep 2021 13:21:42 +0000</pubDate>
                        <description><![CDATA[Ok, it looks like I&#039;m finally in the right area to ask a question about the video. Is anyone else having trouble with the microSD card module code?  Mine will not run without a syntax error....]]></description>
                        <content:encoded><![CDATA[<p>Ok, it looks like I'm finally in the right area to ask a question about the video. Is anyone else having trouble with the <span>microSD card module code?  Mine will not run without a syntax error. Navigating below line 48 reveals a plethora of "Missing whitespace around operator" errors.</span></p>]]></content:encoded>
						                            <category domain="https://forum.dronebotworkshop.com/2021/">2021 Videos</category>                        <dc:creator>dprefont</dc:creator>
                        <guid isPermaLink="true">https://forum.dronebotworkshop.com/2021/circuitpython-with-raspberry-pi-pico-getting-started/#post-20920</guid>
                    </item>
				                    <item>
                        <title>RE: CircuitPython with Raspberry Pi Pico - Getting Started</title>
                        <link>https://forum.dronebotworkshop.com/2021/circuitpython-with-raspberry-pi-pico-getting-started/#post-18124</link>
                        <pubDate>Thu, 22 Apr 2021 19:21:02 +0000</pubDate>
                        <description><![CDATA[Hi,
Are you in the correct Boot mode.  It may be a bit obvious but it’s the only thing I can think of.
Regards 
Dave]]></description>
                        <content:encoded><![CDATA[<p>Hi,</p>
<p>Are you in the correct Boot mode.  It may be a bit obvious but it’s the only thing I can think of.</p>
<p>Regards </p>
<p>Dave</p>]]></content:encoded>
						                            <category domain="https://forum.dronebotworkshop.com/2021/">2021 Videos</category>                        <dc:creator>OldCodger</dc:creator>
                        <guid isPermaLink="true">https://forum.dronebotworkshop.com/2021/circuitpython-with-raspberry-pi-pico-getting-started/#post-18124</guid>
                    </item>
				                    <item>
                        <title>RE: CircuitPython with Raspberry Pi Pico - Getting Started</title>
                        <link>https://forum.dronebotworkshop.com/2021/circuitpython-with-raspberry-pi-pico-getting-started/#post-18111</link>
                        <pubDate>Thu, 22 Apr 2021 06:48:31 +0000</pubDate>
                        <description><![CDATA[Hi l have added u2 file and ciruipython file my pi pico board
But even when run a code from the book the blink programme I get no module machine 
Would please help me get this working all ...]]></description>
                        <content:encoded><![CDATA[<p>Hi l have added u2 file and ciruipython file my pi pico board</p>
<p>But even when run a code from the book the blink programme I get no module machine </p>
<p>Would please help me get this working all codes I've I  no utime or machine module? </p>
<p>I been following the book my pi pico not working </p>
<p>Any help please what do need to update or add </p>
<p>I did get it work test programme pi pico kit board </p>
<p>Thanks </p>]]></content:encoded>
						                            <category domain="https://forum.dronebotworkshop.com/2021/">2021 Videos</category>                        <dc:creator>videogame95</dc:creator>
                        <guid isPermaLink="true">https://forum.dronebotworkshop.com/2021/circuitpython-with-raspberry-pi-pico-getting-started/#post-18111</guid>
                    </item>
				                    <item>
                        <title>RE: CircuitPython with Raspberry Pi Pico - Getting Started</title>
                        <link>https://forum.dronebotworkshop.com/2021/circuitpython-with-raspberry-pi-pico-getting-started/#post-17661</link>
                        <pubDate>Thu, 25 Mar 2021 19:30:03 +0000</pubDate>
                        <description><![CDATA[@dronebot-workshop
Hi Bill,
I saw 2 ssd1306’s advertised on Amazon so I bought them. I was surprised how small they were when I opened the box !!
i looked at your video again and I think ...]]></description>
                        <content:encoded><![CDATA[<p>@dronebot-workshop</p>
<p>Hi Bill,</p>
<p>I saw 2 ssd1306’s advertised on Amazon so I bought them. I was surprised how small they were when I opened the box !!</p>
<p>i looked at your video again and I think they are about the same size as yours, 0.5 of an inch x 1.5 inches.</p>
<p>Next time I’ll do more accurate research 😂😂😂.</p>
<p>The good news is they both work perfectly </p>]]></content:encoded>
						                            <category domain="https://forum.dronebotworkshop.com/2021/">2021 Videos</category>                        <dc:creator>OldCodger</dc:creator>
                        <guid isPermaLink="true">https://forum.dronebotworkshop.com/2021/circuitpython-with-raspberry-pi-pico-getting-started/#post-17661</guid>
                    </item>
				                    <item>
                        <title>RE: CircuitPython with Raspberry Pi Pico - Getting Started</title>
                        <link>https://forum.dronebotworkshop.com/2021/circuitpython-with-raspberry-pi-pico-getting-started/#post-17564</link>
                        <pubDate>Mon, 22 Mar 2021 11:40:17 +0000</pubDate>
                        <description><![CDATA[Thanks for the info Bill,
I‘m surprised you can’t read Chinese though 😂😂😂
 
Regards
 
Dave]]></description>
                        <content:encoded><![CDATA[<p>Thanks for the info Bill,</p>
<p>I‘m surprised you can’t read Chinese though 😂😂😂</p>
<p> </p>
<p>Regards</p>
<p> </p>
<p>Dave</p>]]></content:encoded>
						                            <category domain="https://forum.dronebotworkshop.com/2021/">2021 Videos</category>                        <dc:creator>OldCodger</dc:creator>
                        <guid isPermaLink="true">https://forum.dronebotworkshop.com/2021/circuitpython-with-raspberry-pi-pico-getting-started/#post-17564</guid>
                    </item>
							        </channel>
        </rss>
		