Servo Motor Control using MATLAB

In this tutorial you will learn to make direct connection between your Arduino and Matlab, so that you can program your Arduino directly through Matlab. It is very useful when you are working on complex robotics like Robotic Hand, Humanoid etc. as you can process your complex program on your PC in Matlab and then directly program the results in Arduino....
Read MoreMagnetic Field Strength Measurement using Arduino

In this project we are using the concept of ADC (Analog to Digital Conversion) in ARDUINO UNO. We are going to use a Hall Effect sensor and Arduino uno to measure the field strength of a magnet. The sensor which we have used here is UGN3503U. This is a hall sensor which senses the magnetic field strength and provides a varying voltage.....
Read MoreRFID Interfacing with Arduino

In this tutorial we are going to design a system to read the ID of RFID cards. RFID stands for Radio Frequency Identification. Each card has a unique ID embedded in it. These systems have many applications, like in offices, shopping malls and in many other places where only the person with authorization card is allowed to enter in the room.’.....
Read MoreServo Motor Control using Arduino

In this tutorial we are going to control a servo motor by ARDUINO UNO. Servo Motors are used where there is a need for accurate shaft movement or position. These are not proposed for high speed applications. These are proposed for low speed, medium torque and accurate position application. These motors are used in robotic arm machines......
Read MoreLED Blinking with Arduino Uno

ARDUINO UNO is an ATMEGA controller based board designed for electronic engineers and hobbyists. Arduino based program development environment is an easy way to write the program when compared to other environment development programs.......
Read MoreArduino Based Distance Measurement using Ultrasonic Sensor

ARDUINO UNO is an ATMEGA controller based board designed for electronic engineers and hobbyists. Arduino based program development environment is an easy way to write the program when compared to other environment development programs.......
Read MoreDC Motor Control using Arduino

Here we are going to interface a DC motor to Arduino UNO and its speed is controlled. This is done by PWM (Pulse Width Modulation). This feature is enabled in UNO to get variable voltage over constant voltage. The method of PWM is explained here; consider a simple circuit as shown in figure.......
Read More7 Segment Display Interfacing with Arduino

In this tutorial we are going to interface a seven segment display to ARDUINO UNO. The display counts from 0-9 and resets itself to zero. Before going further, let us first discuss about seven segment displays........
Read MoreHow to Use ADC in Arduino Uno?

In this tutorial we are going to interface a seven segment display to ARDUINO UNO. The display counts from 0-9 and resets itself to zero. Before going further, let us first discuss about seven segment displays........
Read MoreLPG Leakage Detector using Arduino

While LPG is an essential need of every household, its leakage could lead to a disaster. To alert on LPG leakage and prevent any mishappening there are various products to detect the leakage. Here we have developed an Arduino based LPG gas detector alarm. If gas leakage occurs, this system detects it and makes an alert by buzing the buzzer attached with the circuit.........
Read MoreKeypad Interfacing with Arduino Uno

In this tutorial we are going to interface a 4x4 (16 key) keypad with ARDUINO UNO. We all know keypad is one of the most important input devices used in electronics engineering. Keypad is the easiest and the cheapest way to give commands or instructions to an electronic system. Whenever a key is pressed in keypad module the Arduino Uno detects it and shoes the corresponding key on 16x2 LCD. [Also check: Keypad Interfacing with 8051 Microcontroller].........
Read More