Skip to content

Backfill · 2021

#22 of 315

Raspberry Pi vs Arduino

seq 8
ObserverComparison/connoisseurshiptechadmiration
cultural ritualidentity self expressionsocial impact
Basic NeedsNoticingFeeling HopefulActionExploreAchievementSomething Bigger7/9
Raspberry PiArduino
ImagePersonal photo

Personal photo: A Raspberry Pi 4 board connected to a small LCD screen and a temperature sensor, sitting on a desk next to an Arduino Uno with wires attached to a breadboard.

300 words

I spent winter break building a temperature and humidity monitor for my dorm room using a Raspberry Pi. The experience taught me more about the difference between a computer and a microcontroller than any lecture could have. A Raspberry Pi is a full Linux computer the size of a credit card that costs $35, with USB ports, WiFi, HDMI output. Enough processing power to run a web browser or a basic media server. The Arduino is simpler. It's essentially a programmable circuit board that runs one program at a time and costs about $25, excelling at reading sensors and controlling motors without the overhead of an operating system. The cultural difference between the two communities is as interesting as the technical one. Raspberry Pi users tend to be software people building network tools, home servers, and media centers. Arduino users are often makers and hobbyists building physical things like weather stations, automated plant watering systems, and custom keyboards. Both platforms have massive online communities that share tutorials and project files freely. Because the hardware is open-source, dozens of companies make compatible boards and accessories. What impresses me most is how these $30 devices have changed who gets to participate in electronics. Before the Pi and the Arduino, building a custom electronic device required either an engineering degree or thousands of dollars in equipment. Now a 14-year-old with a $35 board and a YouTube tutorial can build a functional home security camera in an afternoon. Hardware democratization is running about 15 years behind software, but it's following the same trajectory.