ROBOT . HEAD to TOE Product User’s Manual – G15 Shield R2

G15 Shield SHIELD-G15 Rev2.0

User's Manual V1.0

April 2015

Created by Cytron Technologies Sdn. Bhd. – All Right Reserved

1

ROBOT . HEAD to TOE Product User’s Manual – G15 Shield R2

Index

1.

Introduction

3

2.

Packing List

4

3.

Product Specification and Limitation

5

4.

Board or Product Layout

6

5.

Dimension

8

6.

Half Duplex Serial Communication

9

7.

Hardware Installation

11

8.

Getting Started

13

9.

Warranty

14

Created by Cytron Technologies Sdn. Bhd. – All Right Reserved

2

ROBOT . HEAD to TOE Product User’s Manual – G15 Shield R2

1.0 INTRODUCTION G15 Shield is an Arduino shield for controlling Cytron’s G15 Cube Servo. It converts UART duplex communication to half-duplex single line communication compatible for G15 Cube Servo. It is compatible with Arduino Uno, Arduino Duemilanove, Arduino Mega2560, Arduino Leonardo and possibly other pin compatible main boards. G15 Shield Rev2.0 has four ports for Cytron’s G15 Cube Servo. The two ports for Robotis’ Dynamixel AX-12 servo were removed from G15 Shield. G15 Cube Servo is serial servo which can be daisy chained for more servos. G15 Shield has external motor power port for user to supply separate power for the servos besides using the internal power from the Arduino board. G15 Shield has stackable side headers which allows for more Arduino shields to be stacked on top of it. G15 Shield R2 comes with: ● ● ● ● ● ● ● ● ●

Arduino Reset button. 4 x G15 Cube Servo ports, two extra on Rev2.0. G15 control pin selector (D2 or D8). External power port for servo with polarity protection. Stackable I/O header pin. Selectable Digital pins for UART communication with G15, via mini jumpers. 2 LEDs as logic power and servo power indicators. TX and RX LED indicators, new on Rev2.0. On pad internal and external power selectable.

Created by Cytron Technologies Sdn. Bhd. – All Right Reserved

3

ROBOT . HEAD to TOE Product User’s Manual – G15 Shield R2

2.0 PACKING LIST Please check the parts and components according to the packing lists. If there are any parts missing, please contact us at [email protected] immediately.

1. 1 x G15 Shield 2. 3 x mini jumper

Created by Cytron Technologies Sdn. Bhd. – All Right Reserved

4

ROBOT . HEAD to TOE Product User’s Manual – G15 Shield R2

3.0 PRODUCT SPECIFICATION AND LIMITATIONS Parameter

Min

Logic Voltage Servo Motor’s Voltage

Typical

Max

5 7

12

Servo Motor’s Current

Created by Cytron Technologies Sdn. Bhd. – All Right Reserved

Unit V

15

V

5

A

5

ROBOT . HEAD to TOE Product User’s Manual – G15 Shield R2

4.0 BOARD OR PRODUCT LAYOUT

1. External Motor Power (EXT_MPWR) JP1 is for external power for the servo motor. User may choose to provide power to the servo through this connector besides using the internal Vin power from Arduino main board. 2. Motor Power Selection MPWR_SEL is Motor power selection. Default setting for motor power is internal power for easy setup and test. It will take the power (Voltage and Current) from Arduino Vin pin. However, user may desolder internal power connection and solder the MPWR pad to external motor power pad (EXT pad) if user want external power for motor. 3. Stackable Digital I/O header This header pin is Digital I/O pin stacked to the Arduino main board. 4. G15 Control pin User may choose D2 or D8 as the control pin of G15’s UART communication. The selection is done by changing the mini jumper selector. You will need this pin in the Arduino sketch.

Created by Cytron Technologies Sdn. Bhd. – All Right Reserved

6

ROBOT . HEAD to TOE Product User’s Manual – G15 Shield R2

5. G15 Servo port 2 ports for G15 servo motor. 6. Stackable Analog Input pin header JP8 is stacked to the Arduino main board. Other Arduino shield can be stacked on top of this stackable header. 7. RX Pin Selector User may select D0, D2, D8 or D10 as the RX pin from Arduino main board with the mini jumper. 8. Stackable Power Input pin header Power Input pin is stacked to the Arduino main board. Power supply for this board is 5V and Vin. Make sure the Vin voltage to the Arduino main board is within the operating range of the servo motor. 9. TX Pin Selector User may select D1, D3, D9 or D11 as the TX pin from Arduino main board with the mini jumper. 10. Reset button Reset button is for convenience of user to reset the Arduino main board. 11. Motor Power LED Power indicator LED for motor power. The LED will turn on when power for motor is supply either through internal or external power option. 12. Power LED Power indicator LED for logic power (5V). The LED will turn on when 5V power is supplied to this board. 13. RX Indicator LED RX LED as indicator for RX signal. 14. TX Indicator LED TX LED as indicator for TX signal.

Created by Cytron Technologies Sdn. Bhd. – All Right Reserved

7

ROBOT . HEAD to TOE Product User’s Manual – G15 Shield R2

5.0 DIMENSION

Created by Cytron Technologies Sdn. Bhd. – All Right Reserved

8

ROBOT . HEAD to TOE Product User’s Manual – G15 Shield R2

6.0 HALF DUPLEX SERIAL COMMUNICATION G15 Cube Servo is using half duplex serial communication. The communication is standard UART with 8 bit data, 1 stop bit and no parity. There is only one data pin for the half duplex communication instead of 2 pins of normal UART communication. Thus, the main controller as the master will need to have one control pin to switch between transmit and receive mode as shown by the figure below. Besides TX and RX pin, main controller will need one digital output pin as the control pin. The implementation is as shown by the logic circuit below. TX and RX bus is merged into one single data bus. On G15 Shield, there are options to select either pin D2 or D8 as the control pin(G15 CTRL). Choose the pin by moving the mini jumper to the corresponding headers. If the state of control pin is 1 (logic high), it is in receive mode (Arduino receives data from G15). Else if control pin is 0 (logic low), it is in transmit mode (Arduino transmits data to G15).

Created by Cytron Technologies Sdn. Bhd. – All Right Reserved

9

ROBOT . HEAD to TOE Product User’s Manual – G15 Shield R2

The following flowchart shows the communication flow for G15 Cube Servo. The control pin can be either D2 or D8. For the communication protocol, please refer to G15 Cube Servo User’s Manual.

Created by Cytron Technologies Sdn. Bhd. – All Right Reserved

10

ROBOT . HEAD to TOE Product User’s Manual – G15 Shield R2

7.0 HARDWARE INSTALLATION This section will show example installation of G15 Shield with Arduino Uno as a main controller to control G15 Cube Servo. Besides Arduino UNO, other Arduino main boards such as Arduino Duemilanove, CT-UNO, Arduino Mega2560 and CIKU are also compatible with this shield. 7.1 Arduino Uno Arduino is an open-source physical computing platform based on a simple I/O board and a development environment that implements the Processing/Wiring language. G15 Shield can be used together with Arduino Uno to control G15 Cube servo motor. Figure below shows example hardware connection between Arduino Uno and G15 Shield; it is simply stacking up the shield onto the main board. 1. Set TX,RX and CTRL pin for Shield-G15. The selection is done by using mini jumper on board. Please be cautious to initialize the correct Arduino’s digital pin according to the selected control pin for the communication. We recommend user to use software serial (D3-TX,D2-RX) instead of hardware serial.

2. Stack G15 Shield on Arduino Uno. Ensure that the pins alignment is correct.

Created by Cytron Technologies Sdn. Bhd. – All Right Reserved

11

ROBOT . HEAD to TOE Product User’s Manual – G15 Shield R2

3. Supply power to Arduino main board. The PWR LED will light up in green colour. Connect G15 Cube Servo after loading user firmware to the Arduino main board as shown in the figure below.

Created by Cytron Technologies Sdn. Bhd. – All Right Reserved

12

ROBOT . HEAD to TOE Product User’s Manual – G15 Shield R2

8.0 GETTING STARTED User may follow this tutorial link to getting started with G15 and Shield-G15. The tutorial is using Shield-G15 Revision1. http://tutorial.cytron.com.my/2012/11/27/getting-started-withcube-servo-g15/ http://tutorial.cytron.com.my/2014/07/17/testing-your-cube-servo/

Created by Cytron Technologies Sdn. Bhd. – All Right Reserved

13

ROBOT . HEAD to TOE Product User’s Manual – G15 Shield R2

9.0 WARRANTY Product warranty is valid for 6 months. ● Warranty only applies to manufacturing defect. ● Damaged caused by misuse is not covered under warranty ● Warranty does not cover freight cost for both ways. ●

Prepared by Cytron Technologies Sdn. Bhd. No. 16, Jalan Industri Ringan Permatang Tinggi 2, Kawasan Industri Ringan Permatang Tinggi, 14100 Simpang Ampat, Penang, Malaysia. Tel: Fax:

+604 - 504 1878 +604 - 504 0138

URL: www.cytron.com.my Email: [email protected] [email protected]

Created by Cytron Technologies Sdn. Bhd. – All Right Reserved

14

G15 Shield Rev2.0 User Manual .pdf

Page 2 of 14. ROBOT . HEAD to TOE. Product User's Manual – G15 Shield R2. Index. 1. Introduction 3. 2. Packing List 4. 3. Product Specification and Limitation 5. 4. Board or Product Layout 6. 5. Dimension 8. 6. Half Duplex Serial Communication 9. 7. Hardware Installation 11. 8. Getting Started 13. 9. Warranty 1 4. Created ...

2MB Sizes 1 Downloads 172 Views

Recommend Documents

GSM KERUI G15 manual russian.pdf
Loading… Page 1. Whoops! There was a problem loading more pages. Retrying... GSM KERUI G15 manual russian.pdf. GSM KERUI G15 manual russian.pdf.

GSM KERUI G15 manual russian.pdf
GSM KERUI G15 manual russian.pdf. GSM KERUI G15 manual russian.pdf. Open. Extract. Open with. Sign In. Main menu. Displaying GSM KERUI G15 manual ...

GSM KERUI G15 manual russian.pdf
GSM KERUI G15 manual russian.pdf. GSM KERUI G15 manual russian.pdf. Open. Extract. Open with. Sign In. Main menu. Displaying GSM KERUI G15 manual ...

Nvidia shield manual pdf
Page 3 of 28. Nvidia shield manual pdf. Nvidia shield manual pdf. Open. Extract. Open with. Sign In. Main menu. Displaying Nvidia shield manual pdf.

Nvidia shield manual pdf
Page 3 of 15. Nvidia shield manual pdf. Nvidia shield manual pdf. Open. Extract. Open with. Sign In. Main menu. Displaying Nvidia shield manual pdf. Page 1 of ...

bluetooth shield manual master slave.pdf
bluetooth shield manual master slave.pdf. bluetooth shield manual master slave.pdf. Open. Extract. Open with. Sign In. Main menu. Displaying bluetooth shield ...

SIM900 GSM GPRS Shield User's Manual v2.0.pdf
There was a problem previewing this document. Retrying... Download. Connect more apps... Try one of the apps below to open or edit this item. SIM900 GSM GPRS Shield User's Manual v2.0.pdf. SIM900 GSM GPRS Shield User's Manual v2.0.pdf. Open. Extract.

Maker Studio SD Card Shield User Guide - GitHub
Data. Operate Voltage(V). 2.7~3.6, Typical: 3.3. Current(mA). 0.156~200, Typical: 40. Card Support. SD Card(

User Manual - GitHub
Page 1. User Manual. Project Odin. Kyle Erwin. Joshua Cilliers. Jason van Hattum. Dimpho Mahoko. Keegan Ferrett. Page 2. Contents. Contents. Section1 .

GWR4.09 User Manual - GitHub
Starting the program, Exiting the program, and Tab design ...................... 5 ..... GWR4 runs on Windows Vista, Windows 7, 8 and 10 environments with the .

User Manual - EEVblog
written notice of any defect prior to the end of the applicable warranty period. ATL's obligation ... ATL's systems contain ATL's proprietary software in machine—readable form. This ..... To display pre-defined or custom (user-defined) annotation.

User Manual - EEVblog
ATL's systems contain ATL's proprietary software in machine—readable form. This ..... To display pre-defined or custom (user-defined) annotation with the Text A ...

SPSToolbox - User Manual - GitHub
May 15, 2013 - Contents. 1 Introduction .... booktitle = {Proceedings of the Automation and Applied Computer Science Workshop ..... System Sciences Series.

OCEMR: User Manual - GitHub
In order to access the program, OCEMR, find the Firefox tab located to the left of the screen. .... click on the view option next to the patient record with the most ..... entered, the report will appear as a download at the bottom of the popup scree

The User Manual - GitHub
Defined Wireless Networking Experiments 2017 ..... 1.7.3 Encryption. Mininet-WiFi supports all the common wireless security protocols, such as WEP (Wired Equivalent. Privacy), WPA (Wi-Fi Protected Access) and WPA2. ..... mac80211_hwsim practical exam

VFS User Manual - GitHub
wind turbines considering the non-linear effects of the free surface with a two-phase .... the nodes of the computational domain are classified depending on their location with ...... bcs.dat need to be set to any non-defined value such as 100.

User Manual -
low-tech digital kiosk that is preloaded with digital content and software which is licensed under free and open license. Associated Documentation. The following ...

Sweave User Manual - CiteSeerX
data change and documents the code to reproduce the analysis in the same file ... Many S users are also LATEX users, hence no new software or syntax has to ...

User Manual - GitHub
IIS-1. 0x01C2 2000---0x01C2 23FF. 1K. IIS-0. 0x01C2 2400---0x01C2 27FF. 1K ..... IIS 1 CLOCK REGISTER ...... NFC can monitor the status of R/B# signal line.

ZotPad User Manual - GitHub
Settings. 19. Troubleshooting and getting help. 24. Technical information. 27 .... These will be replaced with document previews for PDF files after the files have ...

G15 Resident Handbook.pdf
Vehicles page 6. II. MAINTENANCE. a. Submitting Maintenance Requests. b. Tracking Maintenance Requests. c. EMERGENCY Maintenance Requests page 7. d. Right of Entry and Pets. e. Air Filters. f. Light Bulbs page 8. g. Lawn Care. h. Pest Extermination.

SIM900 GSM GPRS Shield User's Manual v2.0.pdf
Short message service. Free serial port selection. All SIM900 pins breakout. RTC supported with SuperCap. Operation temperature: -40°C ~ +85°C.

SIM900 GSM GPRS Shield User's Manual v2.0.pdf
0 !# !# (. () (/) () () !"# !# !# !# !# !$# !# !# !# !# !%# !# !# !# !# !&# !# !# !# !# Page 2 of 2. SIM900 GSM GPRS Shield User's Manual v2.0.pdf. SIM900 GSM GPRS Shield User's Manual v2.0.pdf. Open. Extract. Open with. Sign In. Main menu. Displayin

Leaders G15 Support information New.pdf
Leaders G15 Support information New.pdf. Leaders G15 Support information New.pdf. Open. Extract. Open with. Sign In. Main menu.