Describe a project and get a complete Raspberry Pi build — parts, wiring, OS setup and fully commented code — matched to your skill level.
Pick a project type and difficulty, choose your components, and the builder writes the setup 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/OS setup and commented code.
You get a components list, GPIO wiring, OS/library setup commands and a complete, commented Python script — ready to run on your Pi.
An intermediate motion-activated security camera.
Parts: Raspberry Pi 4, Pi Camera v2, PIR sensor, microSD. Wiring: PIR OUT → GPIO4, camera to CSI ribbon. Setup: enable camera via raspi-config, pip install picamera2. Script: watch PIR on GPIO4, capture a timestamped photo on motion, save to /home/pi/captures — fully commented Python.