Last modified by Eric Nantel on 2021/09/24 09:36

From version < 4.1 >
edited by Eric Nantel
on 2018/06/13 09:28
To version < 5.1 >
edited by Eric Nantel
on 2018/06/13 09:35
< >
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -25,136 +25,28 @@
25 25  
26 26  = Description =
27 27  
28 -The Lynxmotion Smart Servo (LSS) Adapter Board is a simple to use interface to configure/control the Lynxmotion Smart Servos. The board also provides power distribution and includes over-current protection using re-settable 3A (5A trip) fuses for each of its six outputs. It can be powered from a battery through the on-board male XT60 connector, or with a wall adapter (using an XT60 to barrel adapter). There are many ways to interface with this board, as described below.
29 29  
29 +
30 30  = Features =
31 31  
32 -* Control LSS actuators via 6x connectors
33 -* On-board XBee Socket
34 -* Arduino stackable shield compatible
35 -* Selectable control method :USB, Arduino or XBee
36 -* Raspberry Pi B+/2/3 mounting compatibility
37 -* Over-current protection (via re-settable fuse) for each connector
38 -* XT60 Connector for power input
39 -* Automatic logic power selection (USB/External)
32 +*
40 40  
34 +
41 41  = Specifications =
42 42  
43 -* 3A (max) continuous per channel (trips at 5A)
44 -* Built-in USB to serial (FTDI Virtual COM Port chip)
45 -* Built-in 5V regulator
46 -* USB Micro connector
47 -* Dimensions : 64 x 64 x 15mm
37 +*
48 48  
49 -(((
50 -= Communication / Control =
51 -
52 -* Micro USB: ex: computer, laptop, Raspberry Pi
53 -* Arduino shield compatible
54 -* Microcontroller or FPGA control via Tx, Rx, GND pins headers
55 -* Wireless module with XBee footprint (Bluetooth Bee, WiFi Bee etc.)
56 -)))
57 -
58 -= USB to Serial Drivers =
59 -
60 -The LSS Adapter uses the FT232RL FTDI chip to convert USB to UART. Most operating systems will automatically detect the FTDI chip and install the correct VCP drivers. In case this is not done automatically, VCP drivers for the FT232RL chip can be downloaded through [[this link>>url:http://www.ftdichip.com/Drivers/VCP.htm||style="background-color: rgb(255, 255, 255);"]] (choose the VCP driver which corresponds to your operating system).
61 -
62 62  = Wiring =
63 63  
64 -The LSS adapter allows up to six sets of servos to be connected to the same bus and share the same power supply and greatly simplifies wiring for more complex robots. For example the servos of an 18 degree of freedom hexapod robot can be split into groups of three. 
65 65  
66 66  [[image:LSS Adapter - Servo Wiring.png||width="600"]]
67 67  
68 -|(% colspan="2" style="width:350px" %)(((
69 -= Power =
70 -)))
71 -|(% style="width:350px" %)[[image:LSS Adapter - Power & Servos.png||alt="LSS Adapter - Power & Servos.jpg" width="350"]]|(((
72 -The FTDI chip can be powered through the on-board USB or with an external power supply through the XT60 connector. The 5V from the USB will only power the FTDI chip and the XBee compatible wireless module (if inserted) and won't power the servos. To power the servos, an external power supply (6V to 12V) is needed (more information in the "LSS - Electrical" section). If both USB and external power supply are connected at the same time, the external power supply will be automatically selected to power the FTDI chip and XBee module if it's higher than 7V. The external power supply can be a battery or an AC-to-DC wall adapter with the appropriate barrel to XT60 converter (more information in "[[LSS - Electrical>>doc:LSS - Overview (DEV).LSS - Electrical.WebHome||title="LSS Electrical"]]" section).
44 += Dimensions =
73 73  
74 -The adapter can operate on an external supply from 7V to 25V DC. Note however that the LSS actuators are intended to operate at between 6V and 12V. If the board is supplied with less than 7V, the 5V pins from the internal regulator may supply less than 5V and the adapter may not function properly. Using more than 25V may damage the 5V regulator.
46 +[[image:LSS Adapter - Dimensions.png||width="400"]]
75 75  
76 -**Arduino :** In the case where the LSS Adapter is stacked on top of an Arduino Board, the Arduino board can be powered from the Vin pin which is directly connected to the external supply voltage of the LSS Adapter. If the Arduino Board is powered separately via another external power supply (ex barrel connector), the “Vin cut” solder bridge on the bottom of the LSS Adapter Board needs to be cut. The ‘“Vin cut” solder bridge doesn’t need to be cut if the Arduino is powered through USB.
77 -
78 -**Raspberry Pi : **It is recommended to power the Raspberry Pi separately using an appropriate power supply. This [[Raspberry Pi Power Supply 5V 3A>>https://www.robotshop.com/en/raspberry-pi-power-supply-5v-3a-micro-usb.html]] can be used to power the Raspberry Pi.
79 -
80 -**Other MCUs : **The 5V or the 3.3V outputs can be used to power other MCUs/Controllers. The 5V supply can provide up to 1A and the 3.3V can provide up to 500mA.
81 -
82 -(1) : XT60 Connector for 6V-12V external power input (more information in "LSS - Electrical" section).
83 -(2) : LSS servo connectors
48 +== Safety ==
84 84  )))
85 -|(% colspan="2" style="width:350px" %)
86 -
87 -= Configurations =
88 -
89 -Using the LSS Adapter Board is fairly simple and user-friendly. The configuration switch on the board allows the user to select one of the following control methods
90 -
91 -//Note : A configuration can be chosen by pointing the arrow of the switch to the upper half circle of the switch or to the bottom one. For example, if USB configuration needs to be chosen, it doesn't matter which number "3" the arrow of the switch is pointing to. Both will work normally.//
92 -
93 -|(% colspan="2" style="width:300px" %)(((
94 -== Arduino ==
95 -)))
96 -|(% style="width:300px" %)[[image:LSS Adapter - Arduino.png||alt="LSS Adapter - Arduino.jpg" width="350"]]|(((
97 -== ==
98 -
99 -To use the LSS Adapter Board with an Arduino Board, the switch should be on **position 1**.
100 -
101 -This configuration allows controlling LSS actuators from an Arduino Board and can be used to build autonomous or semi-autonomous robots.
102 -
103 -When Arduino (position 1) is selected on the communication switch, the Arduino Rx (digital 0) is connected to the LSS actuator's Tx and Arduino Tx (digital 1) is connected to the LSS actuator's Rx. This way, the Arduino communicates with the LSS actuator through the LSS Adapter Board.
104 -
105 -By default, the Arduino is powered through the LSS Adapter Board, if the Arduino is powered separately, cut the solder jumper "Vin cut" on the bottom of the LSS Adapter Board.
106 -)))
107 -|(% style="width:300px" %)[[image:LSS Adapter - Arduino Exploded.png||width="350"]]|(((
108 -The LSS Adapter is shield compatible. Therefore it can be stacked on top of an Arduino Board using the included Arduino stacking headers or male-to-male stacking pins.
109 -
110 -The stacking headers used are :
111 -
112 -3 x 6 positions 0.1" (2.54mm) pitch 16mm (or higher) contact length header receptacle connectors.
113 -
114 -1 x 8 positions 0.1" (2.54mm) pitch 16mm (or higher) contact length header receptacle connectors.
115 -)))
116 -|(% colspan="2" style="width:300px" %)(((
117 -== XBee / Bluetooth Bee / WiFi Bee / RF Bee ==
118 -)))
119 -|(% style="width:300px" %)[[image:LSS Adapter - XBee Standard.png||alt="LSS Adapter - XBee Standard.jpg" width="350"]]|(((
120 -== ==
121 -
122 -To use the LSS Adapter Board with an XBee Module, the switch should be on **position 2**.
123 -
124 -This configuration allows controlling LSS actuators wirelessly with an XBee/Bluetooth Bee/Wifi Bee module.
125 -
126 -When XBee (position 2) is selected on the communication switch, the XBee Rx is connected to the LSS actuator's Tx and the XBee Tx is connected to the LSS actuator's Rx. This way, the Bee module communicates directly with the LSS actuator through the adapter.
127 -
128 -Plus, when the configuration switch is on **position 2**, the LSS Tx is connected to the Arduino pin 8 and the LSS Rx is connected to the Arduino pin 9 allowing to use [[Software Serial>>https://www.arduino.cc/en/Reference/SoftwareSerial]]
129 -)))
130 -|(% style="width:300px" %)[[image:LSS Adapter - XBee Explorer.png||alt="LSS Adapter - XBee Explorer.jpg" width="350"]]|(((
131 -The XBee Rx pin and Tx pins are connected to the Arduino's pin 8 and 9 respectively. Therefore, the LSS Adapter Board can be also used as a USB XBee explorer board to configure the XBee module through USB. To use the LSS Adapter Board as a USB XBee explorer :
132 -
133 -* Stack the XBee module on the XBee socket on top of the LSS Adapter.
134 -* Select the USB configuration by turning the switch in **position 3**
135 -* Connect the Arduino pin 8 (XBee Rx) to the LSS Servo Rx pin
136 -* Connect the Arduino pin 9 (XBee Tx) to the LSS Servo Tx pin
137 -)))
138 -|(% colspan="2" style="width:300px" %)(((
139 -== PC USB or Raspberry Pi ==
140 -)))
141 -|(% style="width:350px" %)[[image:LSS Adapter - USB.png||alt="LSS Adapter - USB.jpg" height="327" width="350"]]|(((
142 -To use the LSS Adapter Board with a Raspberry Pi or a standard computer / laptop through USB, the switch should be on **position 3**.
143 -
144 -This configuration allows controlling LSS actuators by sending serial commands from a computer or a Raspberry Pi via USB.
145 -When USB (position 3) is selected on the communication switch, the FTDI Rx is connected to the LSS actuator's Tx and FTDI Tx is connected to the LSS actuator's Rx.
146 -
147 -The mounting holes for the LSS Adapter are compatible with the Raspberry Pi 2 / 3.
148 -
149 -
150 -
151 -)))
152 -|(% colspan="2" style="width:300px" %)(((
153 -(% class="wikigeneratedid" %)
154 -
155 -
156 -== Others ==
157 -)))
158 158  |(% style="width:300px" %)[[image:LSS Adapter - Other.png||alt="LSS Adapter - Other.jpg"]]|(((
159 159  The LSS Adapter Board has the Tx and Rx pins broken-out to be interfaced with other devices that have a UART Serial interface.
160 160  
... ... @@ -161,6 +161,3 @@
161 161  The LSS Adapter also has a 3.3V (500mA maximum) and 5V (1A maximum) output pins.
162 162  )))
163 163  
164 -= Dimensions =
165 -
166 -[[image:LSS Adapter - Dimensions.png||width="400"]]
Copyright RobotShop 2018