writePosition
Write position of servo motor connected to MKR Motor Carrier or Nano Motor Carrier
Since R2020a
Description
Examples
Set Servo Motor Position
Create a connection to the Nano Motor Carrier.
arduinoObj = arduino('/dev/ttyACM0','Nano33IoT','Libraries','MotorCarrier'); mcObj = motorCarrier(arduinoObj);
Create a connection to the servo motor 1.
servoObj = servo(mcObj,1)
servoObj = Servo with properties: MotorNumber: 1 (Servo1)
Rotate the motor shaft to 90 degrees or pi/2 radians.
writePosition(servoObj,0.5);
Input Arguments
servoObj
— Servo object
object
Connection to the servo motor on MKR Motor Carrier or Nano Motor Carrier, specified as an object.
position
— Position of shaft
numeric
Position of servo motor shaft specified as a number representing the
normalized angle between 0
to 1
with
1
corresponding to 180 degrees or pi radians.
0
corresponds to the minimum angle of the motor
shaft, 0 degrees or 0 radians
Version History
Introduced in R2020a
See Also
arduino
| motorCarrier
| servo
Open Example
You have a modified version of this example. Do you want to open this example with your edits?
MATLAB Command
You clicked a link that corresponds to this MATLAB command:
Run the command by entering it in the MATLAB Command Window. Web browsers do not support MATLAB commands.
Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list:
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Americas
- América Latina (Español)
- Canada (English)
- United States (English)
Europe
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom (English)