MATLAB has a feature to enable Arduino development via MATLAB Support Package for Arduino Hardware since MATLAB 2014a. This book helps you to develop Arduino program using MATLAB.
Table of Contents
Copyright
Preface
1. Preparing Development Environment
1.1 Arduino
1.2 Electronic Components
1.3 Matlab
1.4 Testing
2. Setting Arduino Development for MATLAB
2.1 Getting Started
2.2 Setting up Arduino Development for MATLAB
2.3 Connecting Arduino Board to Computer
2.4 Hello Arduino: Blinking LED
3. Working with Digital I/O
3.1 Getting Started
3.2 Demo : LED and Pushbutton
4. Working with PWM and Analog Input
4.1 Getting Started
4.2 Demo Analog Output (PWM) : RGB LED
4.3 Demo Analog Output Voltage: LED Brightness
4.4 Demo Analog Input: Working with Potentiometer
5. Working with I2C
5.1 Getting Started
5.2 Writing Program
5.3 Demo 1: Scanning I2C
5.4 Demo 2: Reading Data from Sensor Based I2C
6. Working with SPI
6.1 Getting Started
6.2 Demo : SPI Loopback
7. Working with Servo Motor
7.1 Getting Started
7.2 Wiring
7.3 Writing a Matlab Program
7.4 Testing
8. Measuring and Plotting Sensor Data in Real-Time
8.1 Getting Started
8.2 Wiring
8.3 Writing a Program
8.4 Testing
Source Code
Contact