How to send Multiple servo angles from matlab to arduino

3 views (last 30 days)
Hi,
I have created a matlab gui that consists of 6 sliders. These sliders go from 0-180 degrees. The purpose is to control 6 servo motors on arduino. Each slider prints the value (from 0-180) on a separate text box. i want the values within the text boxes to be sent on arduino. Anyone has an idea about the code for arduino?

Answers (1)

Ricardo Caja Calleja
Ricardo Caja Calleja on 9 May 2015
Hi,
you need to send the data to Arduino via serial port. In the following link it's very well explained:
Cheers, Ricardo

Categories

Find more on Arduino Hardware in Help Center and File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!