A hands-on robotics kit built on the Waveshare General Driver board — sturdy enough for real engineering, simple enough for a first build at any age.
Watch each idea move below — no reading required.
Every rover starts with the basics, and every kid loves watching code turn into motion. Nothing here needs a sensor or a line of AI — just a battery, a WiFi link, and a bit of trial and error.
Add a sensor and the rover stops just following instructions — it starts reacting to the room around it. This is where robotics turns into a feedback loop kids can see and touch.
The rover already broadcasts its own WiFi network, so control can move from a keyboard to a phone in a few taps. This is usually where the room gets loud.
Every drive is a small physics lesson. Kids watch battery draw climb under load, predict a distance before checking the wheel-encoder count against it, and compare a hardcoded rule for dodging a wall against a rover that learned to do it on its own.
Not every decision needs a full computer. Some behaviors are small enough to run right on the rover's own ESP32; others borrow the horsepower of a laptop or phone over the same WiFi link that already drives it around.
The General Driver board was chosen to grow, not to be replaced. The same brain that drives the wheels can carry a robotic arm — no second controller required. This part of the story is still ahead, so here's how each mission will work.