Manual
Table Of Contents
- 1. Introduction
- 2. FlickerLED Demo
- 3. AlarmLED Demo
- 4. AdjustLED Demo
- 5. Button Demo
- 6. SeedVoiceLED Demo
- 7. MoveBlock Demo
- 8. SeedVoiceDobot Demo
- 9. JoyStick Demo
- 10. DobotPixy Demo
- Appendix A Common Function Description
- Appendix B Installing Suction Cup Kit
- Appendix C Pixy Install and Configure Pixy
- Appendix D Vision Recognition Initialization Process
- Appendix E Multiplexed I/O Interface Description of V1 Dobot Magician
- Appendix F Multiplexed I/O Interface Description of V2 Dobot Magician
Arduino Kit Demo Description 10 DobotPixy Demo
Issue V2.1 (2019-12-05) Demo Description Copyright © Yuejiang Technology Co., Ltd
45
Attached table 26 Control the start-stop of air pump
Attached table 27 Set the speed ratio and acceleration ratio of Dobot Magician
Attached table 28 Get the real-time pose of Dobot
Prototype
void Dobot_SetEndEffectorSuctionCupEx(bool issuck)
Description
Control the start-stop of the air pump
Parameter
Issuck: Whether to turn on the air pump. true: Turn on; false: Turn off
Return
None
Prototype
void Dobot_SetJOGCommonParamsEx(float velocityRatio, float
accelerationRatio)
Description
Set the speed ratio and acceleration ratio of Dobot Magician
Parameter
velocityRatio: Speed ratio
accelerationRatio: Acceleration ratio
Return
None
Prototype
float Dobot_GetPoseEx(uint8_t temp)
Description
Get the real-time pose of Dobot
Parameter
temp: Cartesian coordinate system axis
Details for temp:
enum{
X,…….//X axis
Y,…….//Y axis
Z,…….//Z axis
R,…….//R axis
JOINT1,…….//joint axis 1
JOINT2,…….//joint axis 2
JOINT3,…….//joint axis 3
JOINT4,…….//joint axis 4
};
Return
Return the value of axis or joint angle