0Pricing
Arduino & IoT Academy · Lesson

Tour of the Arduino Uno

Pins, USB, power, and the onboard LED you'll blink first.

Tour of the Arduino Uno is a free Arduino & IoT Academy lesson on CoddyKit — lesson 1 of 4. You can read the complete lesson below for free — then practise it hands-on in the browser with a built-in code editor and a 24/7 AI tutor. It is part of the Arduino & IoT Academy learning path, one of 4 lessons in the course, and your progress syncs across the web and the CoddyKit app.

Meet the Uno

The Arduino Uno is the friendliest board to start with. It is a small blue rectangle that runs the code you write on it. 🙂

The Brain

That big black chip in the middle is the microcontroller. It stores your sketch and runs it forever, even after you unplug the computer.

Digital Pins

Along the top edge are the digital pins, numbered 0 to 13. You use them to turn things on and off, like LEDs and buzzers.

Analog Pins

The bottom row has analog input pins labeled A0 to A5. They read smooth signals, like the position of a dimmer knob.

Power Pins

Next to the analog pins sit the power pins: 5V, 3.3V, and GND. They feed electricity to sensors and parts you connect.

The USB Port

The silver square is the USB port. One cable both powers the board and carries your code from the computer to the chip.

The Barrel Jack

The round barrel jack lets you power the Uno from a wall adapter or battery, so it can run without a computer nearby.

The Reset Button

That little reset button restarts your sketch from the very beginning, just like rebooting a phone when it acts up.

The Power LED

A tiny power LED marked ON glows green whenever the board has power. It is your quick check that the Uno is alive.

The Onboard LED

Pin 13 is wired to a built-in onboard LED labeled L. You can blink it without any wires, which makes it perfect for your first test. ✨

Why Pin 13 Matters

Because pin 13 already connects to that LED, your first sketch can light it instantly. No breadboard, no extra parts needed.

Quick Check

Let's see if you spotted the board's free first toy.

Recap

You toured the Uno: the chip is its brain, digital and analog pins talk to parts, USB carries code, and pin 13 blinks first. 🎉

Frequently asked questions

Is the “Tour of the Arduino Uno” lesson free?

Yes — the full text of “Tour of the Arduino Uno” is free to read here on the web, and the Arduino & IoT Academy course includes 4 lessons in total. To practise it interactively (a built-in code editor and a 24/7 AI tutor) and unlock the rest of the Arduino & IoT Academy course, upgrade to CoddyKit PRO.

What will I learn in “Tour of the Arduino Uno”?

Pins, USB, power, and the onboard LED you'll blink first. You practise Arduino & IoT Academy with hands-on code you run directly in the browser, and a 24/7 AI tutor answers your questions as you work through the lesson.

Do I need any experience to start Arduino & IoT Academy?

No prior experience is required. Arduino & IoT Academy on CoddyKit is structured for beginners through advanced learners; this is — lesson 1 of 4, so you can start here or from the beginning and move at your own pace.

How long does the “Tour of the Arduino Uno” lesson take?

Most CoddyKit lessons take about 5–10 minutes. Each one is bite-sized and interactive, so you make steady progress and pick up exactly where you left off across the web and the app.

Can I write and run code in this Arduino & IoT Academy lesson?

Yes. Every Arduino & IoT Academy lesson includes a built-in code editor, so you write and run real code right in your browser and get instant AI feedback — no local setup required.

All lessons in this course

  1. Tour of the Arduino Uno
  2. Installing the Arduino IDE
  3. Pick Board & Port, Then Upload
  4. Run the Built-in Blink Example
← Back to Arduino & IoT Academy