Arduino Radar Project
This is a demo video of the Arduino Radar Project. The Radar uses an ultrasonic sensor for detecting the objects, a small hobbyist servo motor for rotating the Sensor and an Arduino Board for controlling them.
This is a demo video of the Arduino Radar Project. The Radar uses an ultrasonic sensor for detecting the objects, a small hobbyist servo motor for rotating the Sensor and an Arduino Board for controlling them.
In this Arduino and Matlab GUI Tutorial we will learn how to control the Arduino Board using Matlab GUI (Graphic User Interface). We will make a Matlab GUI with two buttons for turning on and off a led and an axis for plotting the analog input from a photocell (light-dependent resistor).
Extension of my Mechatronics Final Year Project. Explained in details. Controlling a video game…
Demo video of an simple Arduino Balancing Platform. I am using the accelerometer (MPU6050) for tracking the orientation of the base of the platform.
In this tutorial we will learn how to connect Arduino to Matlab and how are they communicatng using the Serial Port. Also we will make an example where we will use Matlab to control the Arduino Board.
In this tutorial we will learn how to connect Arduino to Processing and how are they communicatng using the Serial Port. Also we will make an example where we will use the Processing IDE to send commands to the Arduino Board and vice-verse.
In this tutorial we will learn how the Serial Communication works and make few examples of it for better understanding.
In this tutorial we will learn how the Analog Input pins work and make few examples using a potentiometer and a photocell.
In this tutorial we will learn how to control DC and Servo Motors using PWM (Pulse Width Modulation).