Showing posts with label Arduino. Show all posts
Showing posts with label Arduino. 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.

 

Top Five Platform or Programming Languages of 2017 for employability perspective

Top Five Platform or Programming Languages of 2017 for employability perspective

The top ten programming languages which will boom in 2017 are:
 

1. Python : Python is high level language which is widely used for the general purpose programming language. Now most of the applications uses the python due to easy, fast and open source. The Application of Python in many places like Web and Internet Development, Database Access, Desktop GUI, Scientific and Numeric, Education, Network Programming, IoT(Internet of Things) etc. Python has a open source license, making it freely usable and distributable, even for commercial use. Python is friendly and easy to learn also it is a beginner's language.

 

2. Java : Java is widely used programming language which is object oriented. It is used by millions of developers and billions of devices. It is used by the Android Mobile Application Development. It is also widely used for web development. This is very robust programming language.

 

3. PHP : PHP is the server side scripting language which is embedded with HTML. PHP support many popular protocols like POP3, IMAP and LDAP etc. PHP is like a C language. Facebook use the PHP to develop their products and so many other software products use the PHP.

4. Arduino : Arduino is the platform for Internet of Things. Here you can easily implement the IOT projects. This IDE will give the facility to write a program and upload in a microcontroller to control the sensors. This is open source and free to every one. The reason behind popularity because there will be lots of investment on IoT by the top companies like Intel, AMD in next 20 years.

5. Go : Go is the open source language which is used to make simple and efficient software development. It was created by three employee of Google in 2007.In the last year , it was one of the most popular programming language.

 

I advised that the learners can prepare themselves on this programming languages to make advantages in year 2017.

 
 
 
 
 
 
 
 
 
 

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