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 1 Introduction
Issue V2.1 (2019-12-05) Demo Description Copyright © Yuejiang Technology Co., Ltd
1
Introduction
Overview
Arduino kit includes Arduino Mega2560 controller board, LED indicators, buttons, joystick,
Grove speech recognizer and Pixy vision sensor, of which the demos are based on the Arduino
Mega2560 controller board and developed by Dobot. This document describes the connection of
each module, the realization processes with these demos, making the makers and the non-electronic
professional electronic enthusiasts get started quickly and inspire their creative thinking.
Software Environment
Arduino is an open-source platform used for building electronics projects, consisting Arduino
IDE and its core libraries. Please download Arduino 1.8.2, of which the path is
https://www.arduino.cc/en/Main/OldSoftwareReleases#previous.
After Installing the Arduino IDE, you need to configure it, the steps are shown as follows.
NOTE
In Arduino demos, the Dobot Magician, Pixy vision sensor and SmartKit (LED
indicators, buttons, joystick, Grove speech recognizer) may be used, so you need to add
their APIs to load them into Arduino.