Welcome! This guide will help you get started with your Arduino. Follow the steps below to set up your board and start building.
Check out our YouTube channel for tutorials, walkthroughs, and fun Arduino projects:
🔗 Visit Our Channel
- ✅ Arduino board (e.g., Uno, Nano, Mega)
- ✅ USB cable compatible with your board
- ✅ Computer (Windows/macOS/Linux)
- ✅ Arduino IDE
🔗 Download the Arduino IDE
-
Install the Arduino IDE
Download here and follow installation instructions for your OS. -
Connect Your Arduino
Use the USB cable to plug your Arduino board into your computer. -
Launch Arduino IDE
- Open the IDE
- Go to
Tools > Board
and select your Arduino model - Go to
Tools > Port
and choose the appropriate COM port
-
Upload a Test Sketch
- Go to
File > Examples > 01.Basics > Blink
- Click the Upload button (right arrow icon in the toolbar)
- Go to
-
Success!
Your Arduino’s onboard LED should start blinking 🎉
Want to dive deeper into Arduino basics? Check out the official Arduino getting started guide:
🔗 Getting Started with Arduino
- 🗨️ Comment on our YouTube videos
- 🐞 Open an issue in this repository