Arduino
Arduino
(AUTONOMUS)
DEPARTMENT OF
ELECTRONICS AND COMMUNICATION ENGINEERING
SEMINAR
TOPIC: ARDUINO
They contain
1. Processing core
2. Flash Memory for program
3. I/O peripherals
4. RAM
5. Peripherals such as clocks, timers, PWM etc
It’s intended for students, artists, designers, hobbyists and anyone who tinker
with technology.
Ex: 1- Digital:
English alpha consists of 26 letter, there is no letter between A
and B.
- Square waves are Digital.
Ex.: 2- Analog:
Temperature, can take any value[-1,12.8,25.002,… etc.].
- Sine waves are analog.
DIFFERENT TYPES
There are many versions of Arduino board.versions differ by
size,microcontroller,etc
shields
Printed circuit boards that sit atop an arduino
Plug into the normally supplied pin-headers of arduino.
These are expansions to the base Arduino.
For example:Arduino Ethernet shield,Xbee Shield,Touch Shield etc
Photo Resistor:
- The value of the resistance depends on
the incident light density.
- 1 K-Ohm at light, 10 K-Ohm at
darkness.
Photo Diode:
- The current is controlled by the incident light density.
Photo Transistor:
- Base-emitter junction is controlled
by the incident light density, has an
amplification effect.
ARDUINO:Software
Arduino boards can be controlled
Using an implementation of Wiring,
Which is a version of Processing
developed specifically for electronic
I/O.
Arduino looks like Processing,but
is actually built in C, so there are a
few differences to look out for.
The Arduino IDE
The arduino is programmed in C language.
It provides a serial monitor to see the serial data from the USB
virtual COM port.