Skip to content

Backfill · 2024

#214 of 363

Raspberry Pi Microcomputer

seq 16
ObserverCultural momenttechpositive
tactile sensorycraft making
NoticingWho to Listen ToActionSomething Bigger4/9
Raspberry Pi
ImageEditorial/lifestyle

Press shot of a Raspberry Pi 5 board shown from above, the green circuit board with labeled components visible, GPIO pins along one edge, USB and HDMI ports along another, a micro SD card slot visible.

282 words

The Raspberry Pi is a $35 single-board computer the size of a credit card that runs a full Linux operating system. Scale of what you can build with it relative to the price is what makes it one of the most important educational tools of the last decade. USB ports, HDMI output, Wi-Fi, Bluetooth, and a set of GPIO pins let you connect sensors, motors, LEDs. Other hardware components, meaning a $35 purchase opens the door to projects ranging from a home media server to a weather station to a retro gaming console. The Raspberry Pi Foundation, a UK nonprofit, designed the hardware specifically for education. Documentation is thorough enough that a 12-year-old can follow a tutorial and have a working project within an afternoon. The community around the Pi is one of the largest and most generous in hobbyist computing, with forums, YouTube channels, and GitHub repositories sharing code and build instructions for thousands of projects. I think the Pi succeeds because it makes computing tangible. Programming on a laptop feels abstract, but programming a Pi that controls a physical LED or reads a temperature sensor connects the code to the real world in a way that sticks. The newer Pi 5 has enough processing power to serve as a functional desktop computer, meaning a classroom can equip every student with a computer for less than the cost of a single laptop. GPIO pins are the distinguishing feature compared to other cheap computers. They turn the Pi from a computer into a controller that bridges the gap between software and physical objects. Form factor matters too. A bare circuit board with visible components demystifies what a computer is, because you can point to the processor, the RAM. The power regulator and understand that a computer isn't a magic box but a collection of parts with specific functions. The $35 price point has held steady for over a decade despite inflation and supply chain disruptions. The commitment to affordability is a design decision as significant as any technical specification.