Introduction To Robotics Seminar
Introduction To Robotics Seminar
Driver
Coding
1. Arduino IDE
2. C/C++
3. Python
4. Robotics Operating System
Coding
Arduino
🟦 What is Arduino?
Arduino is a small computer you can use to control lights, motors, sensors, and more.
It helps you build cool electronics projects without needing to be an expert in
electronics.
🟦 Types of Arduino Boards:
Arduino Uno – Most popular, great for beginners.
Arduino Nano – Small and compact, fits on small projects.
Arduino Mega – Bigger, with more pins for advanced projects
Picture of Arduino
Nano
Mega
Uno
Giga
Connection With laptop
Pin diagram
Structure of an Arduino Sketch:
1)void setup()
2)void loop()
1. void setup() – Runs Only Once Example:
What it does:
This function runs only once when the Arduino starts (after power-up or reset).
What it does:
This function runs continuously after setup() finishes.
Contains the main logic of the program (reading sensors, controlling outputs, etc.).
Example:
Hands-On Example 1: Blinking an LED
Temperature
Sensor Flame Sensor Water Sensor Obstacle Sensor
Any Question?
Thank You for
Your Valuable
Attention