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
39
"Turn off the light", //return 2
"Play music", //return 3
"Pause", //return 4
"Next", //return 5
"Previous", //return 6
"Up", //return 7
"Down", //return 8
"Turn on the TV", //return 9
"Turn off the TV", //return 10
"Increase temperature", //return 11
"Decrease temperature", //return 12
"What's the time", //return 13
"Open the door", //return 14
"Close the door", //return 15
"Left", //return 16
"Right", //return 17
"Stop", //return 18
"Start", //return 19
"Mode 1", //return 20
"Mode 2", //return 21
"Go", //return 22
};
Attached table 9 Voice recognition initialization
NOTE
Rotation matrix: According to the image coordinates A
and the
Prototype
void SmartKit_VISInit (void)
Description
Initial voice recognition
Before calling this API, you need to call SmartKit_VISSetDobotMatrix(float x1,
float y1,float x2, float y2,float x3, float y3) and
SmartKit_VISSetPixyMatrix(float x1, float y1, float length1, float wide1,float
x2, float y2, float length2, float wide2,float x3, float y3, float length3, float
wide3) to obtain the rotation matrix
Parameter
None
Return
None