ARDUINO Presentation by Ravishankar Pati
ARDUINO Presentation by Ravishankar Pati
ARDUINO Presentation by Ravishankar Pati
By Ravishankar Patil M J
Microcontrollers are small computers integrated into a single chip
They contain
1. Processing core
2. Flash Memory for program
3. I/O peripherals
4. RAM
5. Peripherals such as clocks,timers,PWM etc
The plug must be “centre positive”,that is,the middle pin of the plug
has to be the + connection
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.
Arduino.IDE can be downloaded from
http://www.arduino.cc
Currently used version is 004.
The arduino is programmed in C language.
It provides a serial monitor to see the serial data from the USB
virtual COM port.