What is a computer board, actually?
A plain-language essay on the boards kids actually build with — microcontrollers, single-board computers, and the Jetson-class machines — and how to pick the right one without buying the wrong brain.
August 25, 2026 · Hi, Bot
A kid says she wants to build a robot. A parent opens Amazon. Within ten minutes, everyone is staring at a wall of green circuit boards with names that sound like science fiction — Arduino, Raspberry Pi, ESP32, Jetson, something called a "Feather." The listings all claim to be beginner-friendly. Half of them are lying, and the other half are lying about which beginner they're friendly to.
The confusion is not the kid's fault. The category is genuinely confusing, because "computer board" is a phrase adults use to mean at least three different kinds of machine, each with a different job, a different price, and a different ceiling. Once you know which kind you're looking at, the shopping gets much easier. So let's name the kinds.
Three brains, three jobs
Think of it like vehicles. A bicycle, a car, and a delivery truck all move you somewhere. They are not interchangeable. You would not send a kid across town on a bicycle when she needs to haul lumber, and you would not hand a ten-year-old the keys to a semi because "vehicles are vehicles."
Computer boards work the same way.
A microcontroller board is the bicycle. It is small, cheap, low-power, and extremely good at one narrow job: read a sensor, flip a motor, blink an LED, repeat forever. It does not run an operating system. It does not open a browser. It does not run ChatGPT. What it does do — reliably, for years, on a coin-cell battery if you ask nicely — is react to the physical world in milliseconds. This is where a kid's first robotics build should almost always start.
A single-board computer (the Raspberry Pi is the famous one) is the car. It runs a full operating system — usually Linux — which means it can do general-purpose computing: browse the web, run Python scripts, host a small server, drive a screen. It is more capable and more complicated. It boots up like a tiny desktop. It is a wonderful second step when a kid wants her project to have a screen, a network connection, or software that is bigger than a tight loop.
An AI edge computer (the Jetson Orin Nano Super is the one we use in our Edge AI Lab) is the delivery truck. It is still small enough to hold in one hand, but it is built to run actual AI models on the device — object detection, speech recognition, a local language model — without phoning home to the cloud. It costs more, draws more power, and has a steeper setup curve. It is the right tool when the kid's question has shifted from "how do I wire a sensor?" to "how do I make the machine recognize what it's looking at?"
Same family name. Three different animals.
What the board is not
Here is the mistake we see most often: buying the most powerful board because "she'll grow into it."
She won't grow into a board sitting in a drawer because setup was too hard. She'll grow into a board she actually got working on a Tuesday night. A microcontroller that blinks an LED in response to a button teaches more about how machines think than a Jetson that never made it past the flashing step — because the Jetson's lesson was frustration, and frustration without a finished artifact does not compound.
Power is not the same as fit. Fit is: can this kid, with the time and supervision she has right now, get this board to do one real thing?
If yes, it's the right board. If the honest answer is "maybe after three weekends of troubleshooting," it's the wrong first board, no matter how impressive the spec sheet.
The parts you can't see
A board is never just the board. Every one of them is a system:
- Power. Microcontrollers often run from USB. Bigger boards want a proper supply. Under-powering a board is one of the most common silent failures — things almost work, then glitch, and the kid blames her code.
- Storage. Some boards boot from a microSD card. Some want an SSD. The storage choice affects speed, reliability, and how painful the first setup is.
- Pins. Those rows of metal holes along the edge are how the board talks to the world. A microcontroller's pins are simple: high or low, read or write. A bigger board's GPIO header can do more, but the wiring discipline is the same — one loose jumper and nothing works.
- Software stack. A microcontroller gets flashed with a program that becomes the only thing it does. A single-board computer gets an operating system, then programs run on top. An edge AI computer gets an operating system, then drivers, then frameworks, then models. Each layer is learnable. Each layer is also a place to get stuck.
This is why we talk about boards as systems, not gadgets. The green rectangle is the part you photograph. The power supply, the wiring, the software, and the thing you're trying to make are the actual project.
How to choose without a flowchart
You do not need a twenty-step decision tree. You need one honest question:
What is the smallest thing this kid wants to make that would feel real to her?
- If the answer is "something that reacts to the world with wires and motors" → microcontroller.
- If the answer is "something with a screen, a website, or a server" → single-board computer.
- If the answer is "something that sees, hears, or decides on its own using AI" → edge AI computer, with the understanding that she should probably have finished at least one microcontroller project first.
Age is a weak signal. Curiosity and tolerance for setup difficulty are better ones. We've seen eleven-year-olds patiently flash a Jetson because they were obsessed with object detection. We've seen sixteen-year-olds who were happier and more productive on a $30 microcontroller because the whole project fit in their head in one afternoon.
What a board teaches that a laptop cannot
A laptop is a finished product. It arrives working. The kid is a user before she is a builder.
A board arrives as a question. What will you connect to me? What program will you load? What happens when the sensor reads 4 instead of 400? The kid is a builder from minute one, because the machine does nothing useful until she makes it do something useful.
That shift — from consumer to author — is the whole point. The board is not the project. The board is the invitation.
Where to go from here
If you're at the beginning, read the parts list for a first robotics build — it stays deliberately brand-agnostic and focuses on what to look for instead of what to buy this week.
If your kid has already outgrown the microcontroller ceiling and is asking why the robot can't tell a mug from a bowl, that's the signal for edge AI — and the Jetson getting-started guide when you're ready to unbox.
And if you want a room where someone has already sorted the boards, the wiring, and the "why won't it boot" troubleshooting — that's what we're building. Come see, or join the waitlist and we'll tell you when the doors open.
The right board is the one that gets finished. Everything else is marketing.
› Keep reading
Get the next dispatch.
Occasional, never spammy.