Official Arduino documentation hub covering boards, IDE setup, language reference, libraries, built-in examples, connectivity, and hardware getting-started guides.
Best starting point for students building Arduino projects because it combines setup help, API reference, board-specific docs, and practical examples.
Official collection of small Arduino example projects for basics, analog/digital I/O, sensors, communication, displays, control structures, and libraries.
Useful for quickly learning project patterns such as blinking LEDs, reading sensors, serial communication, PWM, and state machines.
Official command-line tool for compiling, uploading, managing boards, and installing libraries for Arduino projects.
Especially useful for student teams that want reproducible builds, scripting, CI workflows, or development without relying only on the Arduino IDE GUI.
Widely used Arduino-compatible library for controlling addressable LED strips and pixels, including WS2812, NeoPixel-style LEDs, and many other chipsets.
Great for student projects involving interactive lighting, wearables, art installations, robotics indicators, and sensor-reactive displays.