Skip to content

Backfill · 2024

#47 of 363

Raspberry Pi Hobbyist Computer

seq 22
SensualistNew product/launchtechpositive
heritage legacycraft making
NoticingWho to Listen ToFeeling HopefulActionExploreSomething Bigger6/9
Raspberry Pi
ImagePersonal photo

Personal photo: A small green circuit board computer with visible chips, USB ports, and a row of GPIO pins, connected to a breadboard with wires and a small temperature sensor, on a desk.

259 words

Raspberry Pi is a single-board computer the size of a credit card that costs $35 for the base model. For computing education it has become one of the most important tools available, because it makes the fundamentals of hardware and software accessible to anyone willing to plug it in and experiment. On the board: a quad-core ARM processor, 4 GB of RAM, USB ports, HDMI output, wifi, Bluetooth. A 40-pin GPIO header that lets you connect sensors, motors, LEDs, and other physical components directly to the board. GPIO pins are the detail that separates the Pi from a cheap laptop, because they bridge the gap between digital programming and physical interaction with the real world. My weather station reads temperature, humidity, and barometric pressure from 3 sensors and logs the data to a dashboard I can check on my phone. The total cost including the Pi, sensors, and a waterproof enclosure was about $70. Installing an operating system on a microSD card, writing about 100 lines of Python, and soldering 6 wires got it running. Steep enough to feel challenging but not so steep that I gave up, the learning curve was well calibrated. Thousands of project guides published by the Pi community reveal applications from home automation to retro gaming consoles to automated plant watering systems. A UK charity behind the Pi has a mission of putting computing power in the hands of young people, and the $35 price point is deliberately set to be affordable for schools and families worldwide. Every component on the board is there for a reason. Exposed circuitry with labeled headers invites you to understand how the machine works rather than concealing its complexity behind a case.