Three ways in. Check what each one takes for granted before you jump, that is what saves you the frustration.
01 Basic
Basic
Parts: from 27 €
You end up with
Your first working robot, moving on its own and not crashing into things.
I assume
Nothing. No soldering, no programming. Just the will and a free afternoon.
02 Intermediate
Intermediate
Parts: from 60 €
You end up with
Several motors at once, an external supply and drivers in between with nothing overheating.
I assume
That you have wired an Arduino, can flash a sketch and own a multimeter.
03 Advanced
Advanced
Parts: depends on the project
You end up with
Projects where what fails is no longer the wiring, it is the design judgement.
I assume
That you solder without fear, read a datasheet and know why you once killed a board.
02
What it costs to start
The question everyone asks before getting into this. These numbers come from each guide bill of materials, added part by part. They are approximate shop ranges, not fixed prices.
Tools are separate and I do not count them in the project price: screwdriver, pliers and, from intermediate level on, a multimeter and a soldering iron. You buy them once and they last you for everything.
04
Frequently asked questions
What I would ask myself before spending the first euro.
01 Do I need to know how to program?
Not to start. The first robot firmware is about 20 lines and I give you the prompt so the AI writes it. What you do need to understand is the hardware: which pin gives current, which one asks for it, and what goes in between. That is what every guide explains.
02 Do I need to solder?
Not for the first project. It all goes together with dupont cables and screws, you can build and unbuild it without burning anything. From intermediate level on a soldering iron is worth it, because you start fixing connections that carry real current.
03 How much am I going to spend?
It is worked out in the table on this same page, added up from each guide real bill of materials. The first robot lands in the price range of a dinner out. Tools are separate and you buy them once.
04 Arduino or ESP32?
Arduino Uno for the first project: it runs at 5V, it survives beginner mistakes and it has examples everywhere. ESP32 when you need wifi, more pins or several PWM signals at once. On this site the obstacle-avoiding robot runs on Arduino and the 4-axis arm on ESP32, and each guide explains why that board and not the other.
05 Why do you let the AI write the code?
Because it is the easy part. The software in a home robot is a loop that reads a sensor, decides and sends an order. What really decides whether the project works is the hardware: the current budget, the right driver and the wiring. That is where it makes sense to spend your head, and that is where I come in.
06 Can I trust what I read here?
The guides use real parts with approximate shop prices and the wiring explained piece by piece, never an invented pin or part number. The news always cites the primary source and ships once a week. The guides, on the other hand, ship when they are verified, not on a calendar.
Start wherever you feel like
If you came to build, go in through the level route. If you came to keep up, subscribe and the weekly entry reaches you.