Changes for page LSS-ADA Board (Type-C)

Last modified by Eric Nantel on 2024/07/03 09:39

From version < 206.1 >
edited by Coleman Benson
on 2019/02/18 12:28
To version < 209.1 >
edited by Coleman Benson
on 2019/02/18 14:57
< >
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -28,19 +28,6 @@
28 28  * Dimensions: 64 x 64 x 15mm
29 29  * Mounting hole diameter: 3.1mm
30 30  
31 -(((
32 -= Communication / Control =
33 -
34 -* Mini USB: ex: computer, laptop, Raspberry Pi
35 -* Arduino shield compatible (using M/M or extended M/F headers)
36 -* TTL UART Microcontroller or FPGA control (5V) via Tx, Rx, GND pins
37 -* Wireless module with XBee footprint (Bluetooth Bee, WiFi Bee etc.)
38 -)))
39 -
40 -= USB to Serial Drivers =
41 -
42 -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).
43 -
44 44  = Pinout =
45 45  
46 46  |(% rowspan="4" style="width:350px" %){{lightbox image="LSS-ADAPTER-PinOut.png"/}}|(% style="text-align:center; vertical-align:middle; width:35px" %)[[image:Lyxnmotion [email protected]]]|**Servo Vcc pin**: Refer to the Voltage section of the LSS - Specifications page to understand which voltages are meant to be connected to this pin. VCC pins on all six connectors, including the XT60 VCC and the VCC pin are connected together.
... ... @@ -51,8 +51,12 @@
51 51  |(% colspan="2" style="width:350px" %)(((
52 52  = Wiring =
53 53  )))
54 -|(% style="width:350px" %){{lightbox image="LSS-ADAPTER-WIRING-LSS.png"/}}|The LSS adapter allows up to six sets of servos to be connected to the same bus and share the same power supply, which greatly simplifies wiring for more complex robots. For example, the servos used in an 18 degree of freedom hexapod robot can be split into groups of three for each leg. 
41 +|(% style="width:350px" %){{lightbox image="LSS-ADAPTER-WIRING-LSS.png"/}}|(((
42 +The LSS adapter allows up to six sets of servos to be connected to the same bus and share the same power supply, which greatly simplifies wiring for more complex robots. For example, the servos used in an 18 degree of freedom hexapod robot can be split into groups of three for each leg. 
55 55  
44 +In order to estimate the maximum number and type(s) of servos to daisy chain to each connector on the LSS board, we suggest adding up the stall current for each servo and multiplying by 0.75 (75%). If this value is below 3A, the servos should be safe in most situations.
45 +)))
46 +
56 56  |(% colspan="2" style="width:350px" %)(((
57 57  = Power =
58 58  )))
... ... @@ -73,10 +73,6 @@
73 73  
74 74  In the case where the LSS Adapter is stacked on top of a shield-compatible Arduino microcontroller board, the Arduino 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 a different external power supply (ex. connected to the Arduino's barrel connector), it will NOT provide power to the LSS Adapter. The LSS adapter is designed to power the Arduino, but not vice-versa. As such, it is suggested that only ONE 6-12V power source be connected to the LSS Adapter which is used to power everything.
75 75  
76 -**Raspberry Pi**
77 -
78 -The LSS Adapter's onboard 5V regulator does not provide enough current to power a Raspberry Pi and as such it is recommended that a Raspberry Pi be powered separately using an appropriate 5V, 2A+ USB wall adapter or 5V voltage adapter.
79 -
80 80  **Other MCUs**
81 81  
82 82  The 5V or 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.
... ... @@ -89,78 +89,112 @@
89 89  The four pins of all six connectors on the board are connected to one another. Each connector (on both the board and on each servo) can handle a maximum of 3A. The LSS Adapter is intended to provide sufficient current to all six connectors. In higher current applications, be sure to select a power supply / source which can provide the necessary current for all servos.
90 90  )))
91 91  
92 -= Configurations =
79 += Communication Modes =
93 93  
94 -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
81 +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 five communication methods. A communication mode is chosen by sliding the switch to the desired position on the board. For example, for USB communication, slide the switch towards the XT60 connector until it is in place next to "USB". The two XBEE to USB jumpers do NOT need to be in place in any communication mode except "USB Explorer". The intended uses include:
95 95  
96 -//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.//
83 +* Mini USB (ex: computer, laptop, Raspberry Pi)
84 +* Arduino microcontroller with shield compatibility (ex. Arduino Uno)
85 +* TTL UART Microcontroller or FPGA control (5V) via Tx, Rx, GND pins
86 +* Wireless module with XBee footprint (Bluetooth Bee, WiFi Bee etc.)
97 97  
98 98  |(% colspan="2" style="width:300px" %)(((
99 99  == Arduino ==
100 100  )))
101 101  |(% style="width:300px" %){{lightbox image="LSS-ADAPTER-Arduino.png"/}}|(((
102 -To use the LSS Adapter Board with an Arduino Board, the switch should be on **position 1**.
92 +**Serial**
103 103  
104 -This configuration allows controlling LSS actuators from an Arduino Board and can be used to build autonomous or semi-autonomous robots.
94 +To use the LSS Adapter Board with an Arduino Board, the switch should be in place next to "Arduino", between the "XBee" and "USB" positions. This configuration allows communication with the LSS actuators from an Arduino Board and can be used to build autonomous or semi-autonomous robots. When "Arduino" is selected on the communication switch:
105 105  
106 -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.
96 +* Arduino's Rx (digital 0) <-> LSS actuator's Tx pin
97 +* Arduino Tx (digital 1) <-> LSS actuator's Rx pin
107 107  
108 -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.
99 +This way, the Arduino communicates with the LSS actuator through the LSS Adapter Board. Note that the Arduino's GND pins are all connected to the LSS Adapter's GND. The XBEE-USB jumpers do NOT need to be in place.
100 +
101 +**Software Serial**
102 +
103 +Digital pins 8 and 9 are also connected on the board in order to use [[software serial>>https://www.arduino.cc/en/Reference/SoftwareSerial]]. This allows the Arduino to communicate with both the LSS servos which are connected to the LSS adapter, as well as an external module connected to the Bee socket. Should no Bee module be connected, the software serial pins can still be used when the switch is placed in XBee mode.
104 +
105 +* XBee Tx <-> D9 <-> LSS Rx
106 +* XBEE Rx <-> D8 <-> LSS Tx
109 109  )))
110 110  |(% style="width:300px" %){{lightbox image="LSS-ADAPTER-ARDUINO-Exploded.png"/}}|(((
111 -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 +**Stacking**
112 112  
113 -The stacking headers used are :
111 +The LSS Adapter is Arduino shield compatible, and additional shields can be stacked on top of the adapter. The pin connections are as follows:
114 114  
115 -3 x 6 positions 0.1" (2.54mm) pitch 16mm (or higher) contact length header receptacle connectors.
113 +* D0 <->  LSS Tx (switch in Arduino or XBee modes)
114 +* D1 <-> LSS Rx (switch in Arduino or XBee modes)
115 +* D8 <-> LSS Tx  (switch in XBee mode)
116 +* D9 <-> LSS Rx  (switch in XBee mode)
117 +* V <-> VCC
118 +* G / GND <-> GND
119 +* D2, D3, D4, D5, D6, D7, D10, D11, D12, D13, AREF, SDA, SCL: Pass through only
120 +* A0, A1, A2, A3, A4, A5, 5V, 3.3V, RST, IOREF: Pass-through only
116 116  
117 -1 x 8 positions 0.1" (2.54mm) pitch 16mm (or higher) contact length header receptacle connectors.
122 +The male to female (M/F) stacking headers suggested are 0.1" (2.54mm) pitch, 16mm male (or higher) contact length + female header (1x 6 pin, 2x 8 pin, 1x 10 pin). If no additional shields are stacked on top of the adapter, M/M headers can be used.
118 118  )))
119 119  |(% colspan="2" style="width:300px" %)(((
120 -== Raspberry Pi ==
125 +== USB ==
121 121  )))
122 122  |(% style="width:300px" %){{lightbox image="LSS-ADAPTER-USB.png"/}}|(((
123 -To use the LSS Adapter Board with an XBee Module, the switch should be on **position 2**.
128 +(1) Switch to USB
124 124  
125 -This configuration allows controlling LSS actuators wirelessly with an XBee/Bluetooth Bee/Wifi Bee module.
130 +(2) Mini USB connected to a USB host device
126 126  
127 -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.
132 +To use the LSS Adapter Board with a standard computer, laptop or Raspberry Pi through USB, the switch should be set to "USB" mode. This configuration allows communication with the LSS actuators by sending serial commands from a USB host device via the FTDI chip. When USB 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. The XBEE-USB jumpers do NOT need to be in place.
128 128  
129 -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]]
134 +As such, the LSS Adapter is indirectly compatible with a Raspberry Pi using the USB connector. The switch needs to be set to USB mode, and the Mini USB connected to one of the Raspberry Pi's USB ports.
135 +
136 +(% class="wikigeneratedid" id="HUSBtoSerialDrivers" %)
137 +**FTDI USB to Serial Drivers**
138 +
139 +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).
130 130  )))
131 -|(% style="width:300px" %){{lightbox image="LSS-ADAPTER-PI-Exploded.png"/}}|
141 +|(% style="width:300px" %){{lightbox image="LSS-ADAPTER-PI-Exploded.png"/}}|(((
142 +**Raspberry Pi & Power**
143 +
144 +The LSS Adapter's onboard 5V regulator does not provide enough current to power a Raspberry Pi and as such it is recommended that a Raspberry Pi be powered separately using an appropriate 5V, 2A+ USB wall adapter or 5V voltage adapter (for example a 5V portable phone charger). Note that most 5V wall adapters and portable phone chargers cannot provide sufficient current to power both a Raspberry Pi and several servos.
145 +
146 +**Mounting**
147 +
148 +The four mounting holes on the LSS adapter line up with the mounting holes of a Raspberry Pi 2 or 3, though it is important to note that the hole diameter of the mounting holes on a Raspberry Pi are 2.5mm, whereas the mounting hole diameter on the LSS Adapter is 3mm. As such, the standard M3 standoffs and screws which are part of the Lynxmotion SES V2 system cannot be used. Standoffs must be sufficiently high in order to clear all pins of the Raspberry Pi.
149 +)))
132 132  |(% colspan="2" style="width:300px" %)(((
133 -== XBee & Compatibles ==
151 +== XBee ==
134 134  )))
135 135  |(% style="width:300px" %){{lightbox image="LSS-ADAPTER-XBee.png"/}}|(((
136 -
154 +(1) Bee socket compatible wireless module
155 +
156 +(2) Switch set to XBee mode
157 +
158 +**Bee Wireless Module**
159 +
160 +Although the LSS Adapter has no onboard programmable microcontroller, semi-autonomous / wirelessly controlled robots can be created where an external device like a computer, laptop, tablet or microcontroller sends and receives appropriate commands. The external device needs to be equipped with an appropriate wireless device which is capable of sending signals wirelessly to the adapter via a Bee compatible wireless module. When connecting the module, ensure the orientation matches that on the screen. The XBEE-USB jumpers do NOT need to be in place.
161 +
162 +**Bee Wireless Module + Arduino**
163 +
164 +Digital pins 8 and 9 of a shield-compatible Arduino are also connected on the board in order to use software serial. This allows an Arduino to communicate with both the LSS servos (which are connected to the LSS adapter) as well as an external module connected to the Bee socket. Should no Bee module be connected, the software serial pins can still be used when the switch is placed in XBee mode. 
165 +
166 +* XBee Tx <-> D9 <-> LSS Rx
167 +* XBEE Rx <-> D8 <-> LSS Tx
137 137  )))
138 -|(% colspan="2" style="width:300px" %)(((
139 -== XBee Explorer ==
140 -)))
141 141  |(% style="width:300px" %){{lightbox image="LSS-ADAPTER-XBee-Explorer.png"/}}|(((
142 -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 :
170 +(1) Bee socket compatible wireless module
143 143  
144 -* Stack the XBee module on the XBee socket on top of the LSS Adapter.
145 -* Select the USB configuration by turning the switch in **position 3**
146 -* Connect the Arduino pin 8 (XBee Rx) to the LSS Servo Rx pin
147 -* Connect the Arduino pin 9 (XBee Tx) to the LSS Servo Tx pin
148 -)))
149 -|(% colspan="2" style="width:300px" %)(((
150 -== USB Devices ==
151 -)))
152 -|(% style="width:350px" %){{lightbox image="LSS-ADAPTER-USB.png"/}}|(((
153 -To use the LSS Adapter Board with a Raspberry Pi or a standard computer / laptop through USB, the switch should be on **position 3**.
172 +(2) Switch set to USB mode
154 154  
155 -This configuration allows controlling LSS actuators by sending serial commands from a computer or a Raspberry Pi via USB.
156 -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.
174 +(3) Both XBee to USB jumpers in place
157 157  
158 -The mounting holes for the LSS Adapter are compatible with the Raspberry Pi 2 / 3.
176 +**XBee Explorer**
159 159  
160 -
161 -
178 +The XBee Rx pin and Tx pins are connected to the Arduino's digital pins 8 and 9 respectively. Therefore, the LSS Adapter Board can be also used as a USB XBee explorer board to communicate with and/or configure an XBee module via the FTDI chip. Note that this is the only mode where the XBEE to USB jumpers should be in place. All LSS servos are on the same bus and will receive the same communications taking place between the USB host and XBee module, therefore it is suggested to unplug all other devices (including servos) in this mode.
162 162  )))
163 163  
164 164  = Dimensions =
165 165  
166 -|(% style="width:350px" %){{lightbox image="LSS-ADAPTER-Dimensions.png"/}}|
183 +|(% style="width:350px" %){{lightbox image="LSS-ADAPTER-Dimensions.png"/}}|(((
184 +The PCB measures 64mm x 64mm square (not including connectors, USB and XT60 which protrude from three sides), and the four 3mm diameter mounting holes are located at 49mm x 58mm. Note that although these holes line up with the mounting holes of a Raspberry Pi 2 or 3, the Raspberry Pi's mounting holes are 2.5mm in diameter.
185 +
186 +The low profile female headers extend 7.4mm below the board, and the tallest component on top of the board protrudes 5.22mm.
187 +)))
Copyright RobotShop 2018