Arduino Lecture 1
Arduino Lecture 1
Intro to Microcontroller
(Arduino)
Course Description
IT ELEC 3: Intro to Microcontroller
This course aims to explain the Arduino microcontroller through
hands-on work creating simple machines with embodied
behaviors. The Arduino is a versatile resource for physical
projects for students in all disciplines.
Contents
Performance
1 2 3 4 5
What can I do when using Arduino?
You can use just the board or attach it to You can create awesome and cool
some electronic project to make it do Arduino projects.
some amazing things.
You are able to work with the board A cheap electronic board that lets you
making sounds, blinking lights, sending build not only complex but also one of a
out signals to control what is on the kind electronic systems.
screen ahead of it, and so many other
things.
Why should I choose Arduino?
3 4
Open source & Free to use A large community
Programmers are able to You will be able to find many
come and use the platform forums and other locations where
and the software, as well as you can ask questions, look at
make changes to them tutorials, and find answers you
whenever needed need when working on your project.
Terminology to help out
Breadboard: this is a tool that is reusable for building circuits. It
makes it easier to connect the circuits without having to get
them permanently attached to the board. It is also a stable
surface that will connect all your components together.
START Processor: this is the part of the system that is going to take
the instructions from the computer.
Terminology to help out
Serial communication: when this kind of communication is
occurring, it means that the two systems are sending digital
pulses between them at a rate that you determine.