Describe a project and get a complete Arduino build — parts list, wiring, and fully commented sketch code — matched to your skill level.
Pick a project type and difficulty, choose your components, and the builder writes the wiring and the code.
Choose a project type and difficulty, then select your main components (Ctrl+Click for several).
Project TypeDifficultyMain Components
Click the gold Generate button. The overlay runs while your spec becomes a parts list, wiring guide and commented sketch.
You get a components list, step-by-step wiring, and a complete Arduino sketch (`.ino`) with comments — ready to flash to your board.
A beginner temperature-logging station.
Parts: Arduino Uno, DHT22, 0.96" OLED, jumper wires, breadboard. Wiring: DHT22 data → D2 (10k pull-up), OLED SDA→A4 / SCL→A5. Sketch: #include