[go: up one dir, main page]

0% found this document useful (0 votes)
289 views2 pages

Arduino Tutorials for Students

The document discusses the Arduino platform, an open-source electronics platform used for building interactive projects. It can interact with various sensors and devices. The Arduino development environment allows users to easily program the microcontroller board. Spoken tutorials are provided to teach basic and intermediate concepts of Arduino through simple language and audio-visual methods. Popular uses of Arduino include home automation, robotics, and IoT applications.

Uploaded by

Dinesh
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
289 views2 pages

Arduino Tutorials for Students

The document discusses the Arduino platform, an open-source electronics platform used for building interactive projects. It can interact with various sensors and devices. The Arduino development environment allows users to easily program the microcontroller board. Spoken tutorials are provided to teach basic and intermediate concepts of Arduino through simple language and audio-visual methods. Popular uses of Arduino include home automation, robotics, and IoT applications.

Uploaded by

Dinesh
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

The Spoken Tutorial Project The Spoken Tutorial Project

• Self-explanatory: uses simple language is funded by the


• Audio-video: uses multisensory approach National Mission on Education through
• Small duration: has better retention Information and Communication Technology,
Ministry of Human Resource Development,
• Learner-centered: learn at your own pace
Government of India.
• Learning by doing: learn and practise
simultaneously Spoken Tutorial
• Empowerment: learn a new FLOSS https://spoken-tutorial.org
Contact us
(Free/Libre and Open Source Software) Email: contact@spoken-tutorial.org
Website: https://spoken-tutorial.org
Target Audience
High school, College and Engineering students
Pre-requisites for Basic level tutorials: 
• Basic knowledge of electronics
• Electronic components and connections
• Knowledge of C programming Scan the QR code to
visit Spoken Tutorial website
Additional Pre-requisites for Intermediate level
tutorial:
• Assembly language

Workshops
The Spoken Tutorial Project Team conducts
workshops on Arduino and other FLOSS using
spoken tutorials and gives certificates to those
who pass an online test.
For more details, please visit
https://spoken-tutorial.org

Forum IIT Bombay


We have developed a beginner friendly Forum to National Mission on Education through
answer specific questions pertaining to any part Information and Communication Technology
of a particular tutorial. Spoken Tutorial by IIT Bombay is licensed under a
(NMEICT)
For more details, please visit Creative Commons Attribution-ShareAlike 4.0 International License.
https://forums.spoken-tutorial.org. www.sakshat.ac.in
All trademarks within this document belong to their legitimate owners.
Funded by MHRD, Government of India.
What is Arduino? • Arduino platform was designed for hobbyists, Popular uses of Arduino
• Arduino is an open-source electronics platform students and professionals to create IoT • Home automation (controlling lights, fans and
used for building electronics projects. applications that play in the human interface other appliances) via Android smartphone
world using sensors, motors, etc. • Traffic light control
• Arduino consists of both a physical
programmable circuit board or microcontroller • Arduino can interact with buttons, LEDs, LCDs, • PC controlled robotic arm
and a software IDE (Integrated Development motors, speakers, cameras, TV and
• Temperature controller
Environment) that runs on the computer. smartphones, etc.
• Anti-theft camera system
• It is used to write and upload computer code to • Arduino can be connected to one or more
sensors to capture the data. • Automated irrigation system
the physical board.
• Feeder for Aquarium
• It is intended for making interactive projects.
• Garage parking
• Download Arduino IDE from www.arduino.cc
• Line follower robot
Features of Arduino IDE
• Works on Linux, Windows and Mac operating Spoken Tutorials in Arduino series Components required to practise
systems Basic Level Arduino Spoken Tutorials
• Has many in-built functions that make • Overview of Arduino 1. Arduino UNO or Compatible Board (1 no.)
programming simple and easy • Electronic components and connections 2. USB Power Cable (1 no.)
• Easy to write code and upload it to the physical • Introduction to Arduino 3. Resistor 220 ohms (6 nos.)
board • Arduino components and IDE 4. Resistor 10K Ohms (2 nos.)
• Arduino IDE can be used with any Arduino • First Arduino Program 5. Resistor 1K Ohms (4 nos.)
board 6. Breadboard (1 no.)
• Arduino with Tricolor LED and Push button
• Can be easily adapted for IoT applications 7. Tricolor LED Common Cathode (1 no.)
• Arduino with LCD
• Arduino can be turned into IoT product by 8. Red LED Common Cathode (1 no.)
adding ESP8266 wifi module • Display counter using Arduino 9. Seven segment display - Common cathode (1 no.)
• Seven segment display 10. Seven segment display - Common anode (1 no.)
Benefits of using Arduino Kit
• Pulse Width Modulation 11. Decoder – IC 7447 (1 no.)
• Arduino boards are less expensive compared to
other microcontrollers platform. • Analog to Digital Conversion 12. LCD 16 X 2 soldered with pin header (1 no.)
• Wireless Connectivity to Arduino 13. Jumper wires Male to Male (20 nos.)
• The Arduino programming environment is easy-
14. Jumper wires Male to Female (8 nos.)
to-use for beginners. Intermediate Level
15. Potentiometer 10K Ohms (1 no.)
• For advanced users, the language can be • Assembly programming through Arduino
expanded through C++ libraries and AVR-GCC 16. ESP8266 es01 WiFi Black color Module (1 no.)
• Digital logic design with Arduino
programming language can be added to 17. DHT11 Temp_Humidity Sensor Module (1 no.)
• AVR-GCC programming through Arduino
Arduino programs. 18. L293D H-Bridge Motor driver IC (1 no.)
• Interfacing LCD through AVR-GCC 19. Toy Motor (1 no.)
• The modules are published under a Creative
programming
Commons license, so circuit designers can 20. Buzzer (1 no.)
make their own version of the module. • Mixing Assembly and C programming 21. Push Button Switch (2 nos.)

You might also like