<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.element14.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Blog</title><link>https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog</link><description /><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><lastBuildDate>Mon, 13 Jul 2026 17:05:53 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog" /><item><title>DMX Tester: Building a Lighting Controller and Test Tool</title><link>https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/posts/dmx-tester-building-a-lighting-controller-and-test-tool</link><pubDate>Mon, 13 Jul 2026 17:05:53 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:0d30b8ca-4b59-454d-9dbf-7887b7a4a732</guid><dc:creator>shabaz</dc:creator><slash:comments>8</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/rsscomments?WeblogPostID=29960</wfw:commentRss><comments>https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/posts/dmx-tester-building-a-lighting-controller-and-test-tool#comments</comments><description>
Table of Contents

&lt;a href="#mcetoc_1jte47t8p0" data-e14adj="t"&gt;Introduction&lt;/a&gt;
&lt;a href="#mcetoc_1jte47t8p1" data-e14adj="t"&gt;Circuit&lt;/a&gt;
&lt;a href="#mcetoc_1jte4996k2" data-e14adj="t"&gt; Code&lt;/a&gt;
&lt;a href="#mcetoc_1jte4agfu3" data-e14adj="t"&gt;Operating the&amp;nbsp;Project&lt;/a&gt;
&lt;a href="#mcetoc_1jte4dg9j4" data-e14adj="t"&gt;Summary&lt;/a&gt;



Introduction
This blog post discusses how to control multi-colored lighting using a Pi Pico. This project could be assembled together in a matter of hours, because i...(&lt;a href="https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/posts/dmx-tester-building-a-lighting-controller-and-test-tool"&gt;read more&lt;/a&gt;)&lt;img src="https://community.element14.com/aggbug?PostID=29960&amp;AppID=84&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description><category domain="https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/archive/tags/dmx512">dmx512</category><category domain="https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/archive/tags/rpiintermediate">rpiintermediate</category><category domain="https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/archive/tags/lighting">lighting</category><category domain="https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/archive/tags/rgb%2blighting">rgb lighting</category><category domain="https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/archive/tags/dmx512a">dmx512a</category><category domain="https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/archive/tags/rs_2D00_485">rs-485</category><category domain="https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/archive/tags/rs485">rs485</category><category domain="https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/archive/tags/dmx">dmx</category><category domain="https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/archive/tags/rp2040">rp2040</category><category domain="https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/archive/tags/dmx_2D00_512a">dmx-512a</category><category domain="https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/archive/tags/raspberry_5F00_pi_5F00_projects">raspberry_pi_projects</category><category domain="https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/archive/tags/dmx_2D00_512">dmx-512</category><category domain="https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/archive/tags/pi%2bpico">pi pico</category></item><item><title>How I Built a Raspberry Pi 3 SDR Radio Ground Station with OpenWebRX</title><link>https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/posts/how-i-built-a-raspberry-pi-3-sdr-radio-ground-station-with-openwebrx</link><pubDate>Sat, 11 Jul 2026 09:20:39 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:1c5b19c7-a154-45d1-b10b-8c479acd3842</guid><dc:creator>afernandez</dc:creator><slash:comments>11</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/rsscomments?WeblogPostID=29954</wfw:commentRss><comments>https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/posts/how-i-built-a-raspberry-pi-3-sdr-radio-ground-station-with-openwebrx#comments</comments><description>Hi, community!
I&amp;rsquo;m writing this post because I&amp;rsquo;d like to share my radio ground station project, built using an old Raspberry Pi 3 that I found in a box at home.
First, I&amp;rsquo;d like to give you some context. A few months ago, I started l...(&lt;a href="https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/posts/how-i-built-a-raspberry-pi-3-sdr-radio-ground-station-with-openwebrx"&gt;read more&lt;/a&gt;)&lt;img src="https://community.element14.com/aggbug?PostID=29954&amp;AppID=84&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description><category domain="https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/archive/tags/raspberry">raspberry</category><category domain="https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/archive/tags/project">project</category><category domain="https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/archive/tags/rpi3">rpi3</category><category domain="https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/archive/tags/raspberry%2bpi">raspberry pi</category><category domain="https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/archive/tags/raspberrypi">raspberrypi</category></item><item><title>Custom Manufactured RP2040 Boards, Part 3 - Final Results</title><link>https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/posts/custom-manufactured-rp2040-boards-part-3---final-results</link><pubDate>Mon, 06 Jul 2026 18:42:50 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:6fe70cf6-c38b-4151-ba84-9b34967d8cc8</guid><dc:creator>shabaz</dc:creator><slash:comments>27</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/rsscomments?WeblogPostID=29942</wfw:commentRss><comments>https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/posts/custom-manufactured-rp2040-boards-part-3---final-results#comments</comments><description>I wanted to make a custom RP2040 microcontroller-based project, and in &lt;a href="https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/posts/making-a-custom-rp2040-project-with-kicad-part-1" data-e14adj="t"&gt;Part 1&lt;/a&gt; it was discussed how the schematic and PCB files of Raspberry Pi&amp;rsquo;s custom minimal RP2040 project were adapted and modified.
In &lt;a href="https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/posts/getting-custom-rp2040-boards-produced-and-assembled-with-kicad-part-2" data-e14adj="t"&gt;Part 2&lt;/a&gt;, the PCB layout was improved for...(&lt;a href="https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/posts/custom-manufactured-rp2040-boards-part-3---final-results"&gt;read more&lt;/a&gt;)&lt;img src="https://community.element14.com/aggbug?PostID=29942&amp;AppID=84&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description><category domain="https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/archive/tags/kicad">kicad</category><category domain="https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/archive/tags/pico">pico</category><category domain="https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/archive/tags/PCB%2bproduction">PCB production</category><category domain="https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/archive/tags/pcb%2bassembly">pcb assembly</category><category domain="https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/archive/tags/rpiexpert">rpiexpert</category><category domain="https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/archive/tags/rp2040">rp2040</category><category domain="https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/archive/tags/raspberry_5F00_pi_5F00_projects">raspberry_pi_projects</category><category domain="https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/archive/tags/production">production</category><category domain="https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/archive/tags/pi%2bpico">pi pico</category></item><item><title>Adding Wireless Capability to Custom RP2040/RP2350 Projects: Pi Radio Module 2 - Anyone tried it?</title><link>https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/posts/adding-wireless-capability-to-custom-rp2040-rp2350-projects-pi-radio-module-2---anyone-tried-it</link><pubDate>Tue, 30 Jun 2026 16:29:26 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:d93937ff-6138-456b-99e8-0609a81acecd</guid><dc:creator>shabaz</dc:creator><slash:comments>11</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/rsscomments?WeblogPostID=29926</wfw:commentRss><comments>https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/posts/adding-wireless-capability-to-custom-rp2040-rp2350-projects-pi-radio-module-2---anyone-tried-it#comments</comments><description>I just noticed the other day that&lt;a href="https://www.raspberrypi.com/products/radio-module-2/" rel="nofollow noopener noreferrer" target="_blank" data-e14adj="t"&gt; this thing&lt;/a&gt; existed; it supports 2.4 GHz wireless (not 5 GHz), and Bluetooth LE (BLE); the manufacturer part code is &lt;a id="e14-product-link-1329c" data-at-areainteracted="rte-content" data-at-type="click" data-at-link-type="link" href="https://referral.element14.com/OrderCodeView?fsku=4737257&amp;amp;nsku=47AM0664&amp;amp;COM=e14c-noscript&amp;amp;CMP=e14c-noscript&amp;amp;osetc=e14-noscript-tracking-loss" data-at-label="PRODUCT_POPUP_OPEN" class="e14-embedded e14_shopping-cart-far e14-link" data-farnell="4737257" data-newark="47AM0664" data-comoverride="" data-cmpoverride="" data-cpc="" data-avnetemea="" data-avnetema="" data-avnetasia=""&gt;RMC20452T&lt;/a&gt; , also known as RM2&amp;nbsp;and it costs about $4.&amp;nbsp;

Underside; the board is 16.5 x 14.5...(&lt;a href="https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/posts/adding-wireless-capability-to-custom-rp2040-rp2350-projects-pi-radio-module-2---anyone-tried-it"&gt;read more&lt;/a&gt;)&lt;img src="https://community.element14.com/aggbug?PostID=29926&amp;AppID=84&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description><category domain="https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/archive/tags/RP2350">RP2350</category><category domain="https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/archive/tags/Pi%2bPico%2bW">Pi Pico W</category><category domain="https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/archive/tags/RM2">RM2</category><category domain="https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/archive/tags/wlan">wlan</category><category domain="https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/archive/tags/2-4ghz">2.4ghz</category><category domain="https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/archive/tags/wireless%2blan">wireless lan</category><category domain="https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/archive/tags/rpiexpert">rpiexpert</category><category domain="https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/archive/tags/rp2040">rp2040</category><category domain="https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/archive/tags/2-4%2bghz">2.4 ghz</category><category domain="https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/archive/tags/wireless">wireless</category><category domain="https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/archive/tags/Pi%2bRadio%2bModule%2b2">Pi Radio Module 2</category><category domain="https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/archive/tags/RMC20452T">RMC20452T</category><category domain="https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/archive/tags/pi%2bpico">pi pico</category></item><item><title>Getting Custom RP2040 Boards Produced and Assembled with KiCad, Part 2!</title><link>https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/posts/getting-custom-rp2040-boards-produced-and-assembled-with-kicad-part-2</link><pubDate>Sat, 27 Jun 2026 18:26:54 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:50ed207a-ed57-4170-a15d-373cc1632286</guid><dc:creator>shabaz</dc:creator><slash:comments>10</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/rsscomments?WeblogPostID=29909</wfw:commentRss><comments>https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/posts/getting-custom-rp2040-boards-produced-and-assembled-with-kicad-part-2#comments</comments><description>
Table of Contents

&lt;a href="#mcetoc_1js53qnjv0" data-e14adj="t"&gt;Introduction&lt;/a&gt;
&lt;a href="#mcetoc_1js53qnjv1" data-e14adj="t"&gt;USB Connector Trace Routing&lt;/a&gt;
&lt;a href="#mcetoc_1js53srmt2" data-e14adj="t"&gt;Copper Balancing with Fill Zones&lt;/a&gt;
&lt;a href="#mcetoc_1js53vo5v3" data-e14adj="t"&gt;0402 Part Considerations&lt;/a&gt;
&lt;a href="#mcetoc_1js541ev24" data-e14adj="t"&gt;Gerber Time!&lt;/a&gt;
&lt;a href="#mcetoc_1js547pa45" data-e14adj="t"&gt;Speeding Up Creating Your Own Board&lt;/a&gt;
&lt;a href="#mcetoc_1js54aob06" data-e14adj="t"&gt;Preparing for PCB Assembly&lt;/a&gt;
&lt;a href="#mcetoc_1js54frcl7" data-e14adj="t"&gt;Summary&lt;/a&gt;



Introduction
I wanted to make a custom print...(&lt;a href="https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/posts/getting-custom-rp2040-boards-produced-and-assembled-with-kicad-part-2"&gt;read more&lt;/a&gt;)&lt;img src="https://community.element14.com/aggbug?PostID=29909&amp;AppID=84&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description><category domain="https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/archive/tags/kicad">kicad</category><category domain="https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/archive/tags/pico">pico</category><category domain="https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/archive/tags/PCB%2bproduction">PCB production</category><category domain="https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/archive/tags/pcb%2bassembly">pcb assembly</category><category domain="https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/archive/tags/rpiexpert">rpiexpert</category><category domain="https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/archive/tags/rp2040">rp2040</category><category domain="https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/archive/tags/raspberry_5F00_pi_5F00_projects">raspberry_pi_projects</category><category domain="https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/archive/tags/production">production</category><category domain="https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/archive/tags/pi%2bpico">pi pico</category></item><item><title>Making a Custom RP2040 Project with KiCad, Part 1!</title><link>https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/posts/making-a-custom-rp2040-project-with-kicad-part-1</link><pubDate>Wed, 24 Jun 2026 15:25:10 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:829ac1f2-6cfe-47da-be52-3c899a921b7a</guid><dc:creator>shabaz</dc:creator><slash:comments>32</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/rsscomments?WeblogPostID=29900</wfw:commentRss><comments>https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/posts/making-a-custom-rp2040-project-with-kicad-part-1#comments</comments><description>Partly out of curiosity, and partly to test some aspects of a workflow for other projects, I decided to create a custom RP2040 board. In most cases, there&amp;rsquo;s no need to do this; it may well be more expensive than simply using a ready-made Raspbe...(&lt;a href="https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/posts/making-a-custom-rp2040-project-with-kicad-part-1"&gt;read more&lt;/a&gt;)&lt;img src="https://community.element14.com/aggbug?PostID=29900&amp;AppID=84&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description><category domain="https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/archive/tags/kicad">kicad</category><category domain="https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/archive/tags/pico">pico</category><category domain="https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/archive/tags/rpiexpert">rpiexpert</category><category domain="https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/archive/tags/rp2040">rp2040</category><category domain="https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/archive/tags/raspberry_5F00_pi_5F00_projects">raspberry_pi_projects</category><category domain="https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/archive/tags/pi%2bpico">pi pico</category></item><item><title>E-Z USB to I2C Adapter and UART Bridge</title><link>https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/posts/e-z-usb-to-i2c-adapter-and-uart-bridge</link><pubDate>Tue, 09 Jun 2026 15:49:12 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:fcae1edb-68a0-45fd-a631-fcf74bed2167</guid><dc:creator>shabaz</dc:creator><slash:comments>5</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/rsscomments?WeblogPostID=29858</wfw:commentRss><comments>https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/posts/e-z-usb-to-i2c-adapter-and-uart-bridge#comments</comments><description>This E-Z USB to I2C and UART Bridge adapter is a bit of a niche project! I doubt many people may have the same precise needs as me, but I figured I&amp;rsquo;d document it, in case anyone comes across a use one day.
In brief, this project converts a Pi P...(&lt;a href="https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/posts/e-z-usb-to-i2c-adapter-and-uart-bridge"&gt;read more&lt;/a&gt;)&lt;img src="https://community.element14.com/aggbug?PostID=29858&amp;AppID=84&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description><category domain="https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/archive/tags/python">python</category><category domain="https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/archive/tags/i2c">i2c</category><category domain="https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/archive/tags/pico">pico</category><category domain="https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/archive/tags/uart">uart</category><category domain="https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/archive/tags/rpi_2D00_beginner">rpi-beginner</category></item><item><title>Adafruit Pi Pico Enclosure: A Quick Review</title><link>https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/posts/adafruit-pi-pico-enclosure-a-quick-review</link><pubDate>Wed, 28 Jan 2026 21:43:15 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:9d5af533-1181-432b-b3d5-97e64ebc097d</guid><dc:creator>shabaz</dc:creator><slash:comments>12</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/rsscomments?WeblogPostID=29491</wfw:commentRss><comments>https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/posts/adafruit-pi-pico-enclosure-a-quick-review#comments</comments><description>I recently purchased an unusual Adafruit product: a Pi Pico enclosure. Rather an odd product, it&amp;#39;s really more for standalone projects because there is no space to easily attach additional hardware.&amp;nbsp;The case is two-part and snaps together, but e...(&lt;a href="https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/posts/adafruit-pi-pico-enclosure-a-quick-review"&gt;read more&lt;/a&gt;)&lt;img src="https://community.element14.com/aggbug?PostID=29491&amp;AppID=84&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description><category domain="https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/archive/tags/Pi%2bPico%2bW">Pi Pico W</category><category domain="https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/archive/tags/enclosure">enclosure</category><category domain="https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/archive/tags/adafruit">adafruit</category><category domain="https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/archive/tags/case">case</category><category domain="https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/archive/tags/pi%2bpico">pi pico</category></item><item><title>Syslog: Sending Log Messages to a Server with MicroPython</title><link>https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/posts/syslog-sending-log-messages-to-a-server-with-micropython</link><pubDate>Sun, 25 Jan 2026 16:59:06 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:826953ac-ef1e-4537-895f-90ad7442d35d</guid><dc:creator>shabaz</dc:creator><slash:comments>11</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/rsscomments?WeblogPostID=29481</wfw:commentRss><comments>https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/posts/syslog-sending-log-messages-to-a-server-with-micropython#comments</comments><description>Introduction
Installing MicroPython on your microcontroller board allows you to write and immediately run Python code, without needing to build or compile the code. It&amp;rsquo;s a really fast way of creating applications.
Usually I use print statements...(&lt;a href="https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/posts/syslog-sending-log-messages-to-a-server-with-micropython"&gt;read more&lt;/a&gt;)&lt;img src="https://community.element14.com/aggbug?PostID=29481&amp;AppID=84&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description><category domain="https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/archive/tags/Pi%2bPico%2bW">Pi Pico W</category><category domain="https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/archive/tags/rpiintermediate">rpiintermediate</category><category domain="https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/archive/tags/syslog">syslog</category><category domain="https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/archive/tags/micropython">micropython</category><category domain="https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/archive/tags/api">api</category><category domain="https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/archive/tags/pico%2bw">pico w</category><category domain="https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/archive/tags/pi%2bpico">pi pico</category></item><item><title>GCC RISCV for Pico toolchain version 15.1 released</title><link>https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/posts/gcc-riscv-for-pico-toolchain-version-15-1-released</link><pubDate>Wed, 06 Aug 2025 18:08:04 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:4f8b995d-109e-4c99-9295-ff819388cc5f</guid><dc:creator>Jan Cumps</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/rsscomments?WeblogPostID=29122</wfw:commentRss><comments>https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/posts/gcc-riscv-for-pico-toolchain-version-15-1-released#comments</comments><description>This is a bit of a surprise. Raspberry released a GCC 15.1 version of their Pico RISCV toolchain. That&amp;#39;s a more recent version than the current (at the time of writing, 14.2) version of&amp;nbsp;the mainstream ARM toolchain.
If you are using the VSCode P...(&lt;a href="https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/posts/gcc-riscv-for-pico-toolchain-version-15-1-released"&gt;read more&lt;/a&gt;)&lt;img src="https://community.element14.com/aggbug?PostID=29122&amp;AppID=84&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description><category domain="https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/archive/tags/raspberry">raspberry</category><category domain="https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/archive/tags/pico">pico</category><category domain="https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/archive/tags/c_2B002B00_">c++</category></item><item><title>Free project to make a pi into your own spotify server with access control</title><link>https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/posts/free-project-to-make-a-pi-into-your-own-spotify-server-with-access-control</link><pubDate>Sat, 05 Jul 2025 00:22:33 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:fc5ee327-0967-4822-96f4-368f61634a94</guid><dc:creator>ksheffield</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/rsscomments?WeblogPostID=29051</wfw:commentRss><comments>https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/posts/free-project-to-make-a-pi-into-your-own-spotify-server-with-access-control#comments</comments><description>&amp;nbsp;Self-hosted Raspberry Pi music server with secure remote access (Cloudflare + file manager)

I originally built this while helping a client clean up their old PC. He was transferring songs from vinyl to USB and uploading them to Apple Music man...(&lt;a href="https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/posts/free-project-to-make-a-pi-into-your-own-spotify-server-with-access-control"&gt;read more&lt;/a&gt;)&lt;img src="https://community.element14.com/aggbug?PostID=29051&amp;AppID=84&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>What can I do with an old CooCox Embedded Pi board?</title><link>https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/posts/what-can-i-do-with-an-old-coocox-embedded-pi-board</link><pubDate>Thu, 12 Jun 2025 18:33:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:7a32aade-3475-4249-b924-c577e9694c38</guid><dc:creator>muman</dc:creator><slash:comments>3</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/rsscomments?WeblogPostID=28973</wfw:commentRss><comments>https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/posts/what-can-i-do-with-an-old-coocox-embedded-pi-board#comments</comments><description>&amp;lt;i think i&amp;#39;d rather not answer that - ed&amp;gt;
I recently acquired an old CooCox Embedded Pi board. This board made it possible to use a Raspberry Pi to drive Arduino Shields. The board is actually quite nice, with an STM32F103RBT6 MCU (Arm&amp;amp;nbsp...(&lt;a href="https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/posts/what-can-i-do-with-an-old-coocox-embedded-pi-board"&gt;read more&lt;/a&gt;)&lt;img src="https://community.element14.com/aggbug?PostID=28973&amp;AppID=84&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description><category domain="https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/archive/tags/embedded%2bpi">embedded pi</category><category domain="https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/archive/tags/coocox">coocox</category></item><item><title>Create a BLE 3D orientation sensing device using Raspberry Pi Pico 2 W (with C SDK) and 6DoF sensor</title><link>https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/posts/create-a-ble-3d-orientation-sensing-device-using-raspberry-pi-pico-2-w-with-c-sdk-and-6dof-sensor</link><pubDate>Thu, 15 May 2025 21:55:59 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:1dd2bd5e-cc63-47ff-92c0-b85652fa06f8</guid><dc:creator>BigG</dc:creator><slash:comments>2</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/rsscomments?WeblogPostID=28895</wfw:commentRss><comments>https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/posts/create-a-ble-3d-orientation-sensing-device-using-raspberry-pi-pico-2-w-with-c-sdk-and-6dof-sensor#comments</comments><description>
Table of Contents

&lt;a href="#mcetoc_1ir9qgtfu0" data-e14adj="t"&gt;Introduction&lt;/a&gt;
&lt;a href="#mcetoc_1ir9rfee21" data-e14adj="t"&gt;The Raspberry Pi Pico BLE Library (C SDK)&lt;/a&gt;

&lt;a href="#mcetoc_1ir9si05p0" data-e14adj="t"&gt;Pico (2) W BLE Standalone examples - Temperature Sensing&lt;/a&gt;
&lt;a href="#mcetoc_1ir9snog01" data-e14adj="t"&gt;BLE Temperature Sensor example&lt;/a&gt;


&lt;a href="#mcetoc_1ir9tr7c90" data-e14adj="t"&gt;Building a custom BLE application&lt;/a&gt;

&lt;a href="#mcetoc_1ir9tr7c91" data-e14adj="t"&gt;Project Goal: More than just transmitting raw num...&lt;/a&gt;(&lt;a href="https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/posts/create-a-ble-3d-orientation-sensing-device-using-raspberry-pi-pico-2-w-with-c-sdk-and-6dof-sensor"&gt;read more&lt;/a&gt;)&lt;img src="https://community.element14.com/aggbug?PostID=28895&amp;AppID=84&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description><category domain="https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/archive/tags/ble">ble</category><category domain="https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/archive/tags/orientation%2bsensing">orientation sensing</category><category domain="https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/archive/tags/lsm303">lsm303</category><category domain="https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/archive/tags/webapp">webapp</category><category domain="https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/archive/tags/btstack">btstack</category><category domain="https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/archive/tags/vibe_5F00_coding">vibe_coding</category><category domain="https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/archive/tags/raspberrypi_5F00_pico2w">raspberrypi_pico2w</category></item><item><title>I made a Tamagotchi with a Job, Debt and a Dr*g Problem</title><link>https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/posts/i-made-a-tamagotchi-with-a-job-debt-and-a-dr-g-problem</link><pubDate>Sat, 10 May 2025 15:00:17 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:e08eb3f8-c88e-4ddc-abc2-2c45eaea8061</guid><dc:creator>Tgrov</dc:creator><slash:comments>6</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/rsscomments?WeblogPostID=28889</wfw:commentRss><comments>https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/posts/i-made-a-tamagotchi-with-a-job-debt-and-a-dr-g-problem#comments</comments><description>This project is a cursed reinterpretation of a Tamagotchi, but instead of caring for a cute little creature, you&amp;#39;re managing the brutally cynical arc of human life going through all the levels of the Maslow&amp;#39;s pyramid. Think of it as a social ...(&lt;a href="https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/posts/i-made-a-tamagotchi-with-a-job-debt-and-a-dr-g-problem"&gt;read more&lt;/a&gt;)&lt;img src="https://community.element14.com/aggbug?PostID=28889&amp;AppID=84&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description><category domain="https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/archive/tags/matrix">matrix</category><category domain="https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/archive/tags/game">game</category><category domain="https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/archive/tags/raspberry%2bpi">raspberry pi</category></item><item><title>R2D2 Hasbro toy upgrade</title><link>https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/posts/r2d2-hasbro-toy-upgrade</link><pubDate>Sun, 09 Feb 2025 20:11:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:8cb2a9d8-53ad-4f28-bfb1-7db821e4b760</guid><dc:creator>bobosaurous</dc:creator><slash:comments>21</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/rsscomments?WeblogPostID=28698</wfw:commentRss><comments>https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/posts/r2d2-hasbro-toy-upgrade#comments</comments><description>&amp;nbsp;Hey everyone! I&amp;rsquo;m very new here and just wanted to introduce myself and share a project I&amp;#39;m working on. The idea came to me when I was digging through storage and found my old Hasbro interactive R2-D2 from 2002, sitting there covered ...(&lt;a href="https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/posts/r2d2-hasbro-toy-upgrade"&gt;read more&lt;/a&gt;)&lt;img src="https://community.element14.com/aggbug?PostID=28698&amp;AppID=84&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description><category domain="https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/archive/tags/rpibeginner">rpibeginner</category><category domain="https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/archive/tags/raspberrypi">raspberrypi</category><category domain="https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/archive/tags/raspberry_5F00_pi_5F00_projects">raspberry_pi_projects</category></item></channel></rss>