When you seek to add and improvise your knowledge about Microcontroller, our course modules will exactly fit in to your needs.
Basic knowledge of C / C++ Programming
Basics of Electronics.
Analog & Digital Electronics
What is a Microcontroller?
Welcome to Arduino
Install the Software
The Integrated Development Environment (IDE)
Programming structure
setup()
loop()
functions
{}curly braces
/*...*/block comments
//line comments
variables
variable declaration
variable scope
byte
int
long
float
arrays
arithmetic
compound assignments
comparision operators
logical operators
constants
true/false
high/low
input/output
if
if... else
for
while
do... while
pinMode(pin, mode)
digitalRead(pin)
digitalWrite(pin, value)
analogRead(pin)
analogWrite(pin, value)
delay(ms)
millis()
min(x, )
max(x, y)
randomSeed(seed)
random(min, max)
Serial.begin(rate)
Serial.println(data)
Rolling Lights
Buzzer Warning
Light Controled Lamp
Sound Concroled Lamp
Infrared Receiver
Noise warning
Fire Alarm
Project : Development of Data Logger using varrious sensors