Arduino and Matlab GUI Tutorial

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).

Arduino Balancing Platform

Demo video of an simple Arduino Balancing Platform. I am using the accelerometer (MPU6050) for tracking the orientation of the base of the platform.

Arduino Tutorial 07: Matlab

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.

Arduino Tutorial 06: Processing

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.

Arduino Tutorial 02: Buttons and PWM

In this tutorial we will learn how the Digital Input and Output pins work and we will make few examples using Buttons and LEDs. Also we will learn what is PWM (Pulse Width Modulation) and make examples for controlling the LED brightness using PWM.