Showing posts with label ArduinoIDE. Show all posts
Showing posts with label ArduinoIDE. Show all posts

Wednesday, February 22, 2017

How to Download, Install Arduino IDE and Working of Arduino IDE

How to Download, Install Arduino IDE and Working of Arduino IDE

Click on the below link to watch the video for step by step process:
 

https://youtu.be/zxC4baqowpI

 
My YouTube Channel(Learn TechToTech):
 
 
My Twitter Account :
https://twitter.com/rakesh_prof
 
My Facebook Account:
My Blog:
https://computersciencebyrakesh.blogspot.in/

How to Download and Install the Arduino IDE.This video will introduced all the menus of the IDE and their working. This video is very useful for the beginners who keen to develop IoT application using Arduino.

 

Hands on Implementation of Smart Home Project Using Android Mobile and Arduino Uno

Smart Home Project Using Android Mobile and Arduino Uno

This Video demonstrate the Smart Home Project. This Video guide you step by Step How to Control Home Appliances from Android Mobile using Arduino Uno, Relays and Bluetooth Module. How to Use Bluetooth Module? How to write a Small program for the Smart Home Project? How to Control Home Appliances Using Android Mobile through Bluetooth? How to compile and upload the Sketch or Program to the Arduino Uno.
 
My YouTube Channel:
My Twitter Account :
https://twitter.com/rakesh_prof
 
 

Arduino Program for Smart Home

byte v1;
void setup()
{
  Serial.begin(9600);
  pinMode(7, OUTPUT);
  pinMode(5, OUTPUT);
  pinMode(6,OUTPUT);
  pinMode(3,OUTPUT);//Light1 pin
}
void loop()
{
  int a = 0;
  if (Serial.available())
  {
    v1 = Serial.read();
    Serial.println(int(v1));//Display received value on Serial Monitor
    if (int(v1) == 49) //Turn Light1 ON
      digitalWrite(7, HIGH);
    else if (int(v1) == 50) //Turn Light1 OFF
      digitalWrite(7, LOW);
    if (int(v1) == 51) //Turn Light2 ON
      digitalWrite(3, HIGH);
    else if (int(v1) == 52) //Turn Light2 OFF
      digitalWrite(3, LOW);
    if (int(v1) == 53) //Turn Light3 ON
      digitalWrite(5, HIGH);
    else if (int(v1) == 54) //Turn Light3 OFF
      digitalWrite(5, LOW);
    if (int(v1) == 55) //Turn Light4 ON
      digitalWrite(5, HIGH);
    else if (int(v1) == 56) //Turn Light4 OFF
      digitalWrite(5, LOW);
    if (int(v1) == 57) //Lock Light5 ON
      digitalWrite(6, HIGH);
    else if (int(v1) == 48) //Unlock Light Off
      digitalWrite(6, LOW);
  }
}
 

Watch the complete implementation of the above program with circuit in the below YouTube Video :

https://youtu.be/6FyM8JWZUpQ

 

Please don't forget to Subscribe and Like the Video

 
 
 
 
 
 

Tuesday, February 21, 2017

How to use Arduino Compatible MQ2 Gas Sensor, Methane, Butane, LPG, Smoke Sensor Using Arduino Uno

How to use  Arduino Compatible MQ2 Gas Sensor, Methane, Butane, LPG, Smoke Sensor Using Arduino Uno

This Video explain the step by step procedure for How to use  Arduino Compatible MQ2 Gas Sensor, Methane, Butane, LPG, Smoke Sensor Using Arduino Uno . How to Connect the Arduino with Gas Sensors? How to write the sketch or program in Arduino IDE? How to Compile and Upload the program in Arduino Uno? How to write a program in C language?
 
My YouTube Channel:
 
My Twitter Account :
https://twitter.com/rakesh_prof
 
 
 

For watch the video of above project Click on the below link:

 

Please do not forget to Subscribe
and Like the video

Sunday, February 19, 2017

How to Use Arduino Ultrasonic Range Finder Module Sensor using Arduino Uno(Internet of Things)

How to Use Arduino Ultrasonic Range Finder Module Sensor using Arduino Uno(Internet of Things)

 
How to Use Arduino Ultrasonic Range Finder Module Sensor using Arduino Uno. Here you see the details about the Ultrasonic Range Finder Module Sensor and their pins. How to setup the circuit with Arduino. How to write a program using Arduino IDE? How to Compile and Upload the program to Arduino Uno.
My Twitter Account :
https://twitter.com/rakesh_prof
 

For watch the YouTube Video click on the below Link:

 

Don't Forget to Subscribe
and Like for get the updates regarding my latest Videos

Saturday, February 18, 2017

How to Control LED lights through Arduino Uno

How to Control LED lights through Arduino Uno

This Program will show you that how to control LED Lights through the Arduino Uno. This will show you all connection step by Step in very Simple Manner. Definitely you will understand the program after watching this video.

Click on the below link to see the video for how to Control LED lights through Arduino Uno:


My Twitter Account :
https://twitter.com/rakesh_prof

My Facebook Account:
https://www.facebook.com/AsstProfRakeshRoshan

My Blog:
https://computersciencebyrakesh.blogspot.in/

Introduction to Arduino Uno and different sensors

Introduction to Arduino Uno and different sensors

Introduction to Arduino Uno, Relays, Jumpers, LED Lights, Sensors(Ultrasonic, Sound, Gas, LDR), Bluetooth Module etc. This video introduced you about the hardware require for the projects by using Arduino and Different sensors. It also explain you the different pins available in the Arduino Uno.
My Twitter Account :
https://twitter.com/rakesh_prof
 
Click on the below link to watch the video on YouTube