Backfill · 2022
#17 of 357Arduino Starter Kit
Screenshot of an Arduino starter kit box opened to show the Uno board, a breadboard, jumper wires, LEDs, resistors, sensors, and the spiral-bound project book.
The Arduino starter kit comes with a microcontroller board, a breadboard, a handful of LEDs, sensors, and resistors, plus a project book. For $60, it gives you everything needed to build your first 15 electronics projects without any prior experience. The board is open-source hardware. Circuit designs are publicly available and anyone can manufacture compatible versions. Openness has created a community of millions of makers who share code and project ideas. Arduino simplified programming by creating an IDE that compiles and uploads code in one click. The language is a simplified version of C++ with a library of pre-built functions for common tasks like reading a sensor or blinking an LED. The project book starts with blinking a single LED and gradually builds to controlling motors, reading temperature sensors, and displaying data on small screens. Each project teaches a concept that the next one builds on.