Skip to content

Commit 4420dbd

Browse files
committed
Add wiring tutorial videos to device pages
1 parent 04b73d0 commit 4420dbd

2 files changed

Lines changed: 11 additions & 3 deletions

File tree

docs/pages/devices/logitech_pedals.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,13 @@ See the PedalsPrint.ino and PedalsJoystick.ino examples for reference.
88

99
## Adapters
1010

11-
An open source shield is available to connect the three pedal peripheral to a [SparkFun Pro Micro](https://github.com/sparkfun/Pro_Micro). The design comes with a 3D printable case and custom board files so that the device appears as "Sim Racing Pedals" over USB. You can use this shield to build an inexpensive USB HID adapter.
11+
@youtube_embed{https://www.youtube.com/embed/6Pu1qknGjy4}
1212

13-
You can find all of the necessary files in [the project repository](https://github.com/dmadison/Sim-Racing-Shields). Please note that this shield is *not* compatible with the two pedal peripheral.
13+
The best way to connect to the pedals is to build your own DIY adapter using a female DE-9 connector. This is simple to make and does not require any modifications to the pedal base. The above video walks you through the process of wiring to an Arduino Leonardo. Be aware that the wiring is different between the 3-pedal and 2-pedal versions; the video does *not* apply to the 2-pedal version.
14+
15+
If you want something more robust, an open source shield is available to connect the three pedal peripheral to a [SparkFun Pro Micro](https://github.com/sparkfun/Pro_Micro). The design comes with a 3D printable case and custom board files so that the device appears as "Sim Racing Pedals" over USB. You can use this shield to build an inexpensive USB HID adapter.
16+
17+
You can find all of the necessary files in [the project repository](https://github.com/dmadison/Sim-Racing-Shields). Please note that this shield is also *not* compatible with the two pedal peripheral.
1418

1519
## Connector
1620

docs/pages/devices/logitech_shifter.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@ See the ShiftPrint.ino and ShiftJoystick.ino examples for reference.
66

77
## Adapters
88

9-
An open source shield is available to connect the shifter to a [SparkFun Pro Micro](https://github.com/sparkfun/Pro_Micro). The design comes with a 3D printable case and custom board files so that the device appears as a "Sim Racing Shifter" over USB. You can use this shield to build an inexpensive USB HID adapter.
9+
@youtube_embed{https://www.youtube.com/embed/ngXsOidoWhI}
10+
11+
The best way to connect to the shifter is to build your own DIY adapter using a male DE-9 connector. This is simple to make and does not require any modifications to the shifter. The above video walks you through the process of wiring to an Arduino Leonardo.
12+
13+
If you want something more robust, an open source shield is available to connect the shifter to a [SparkFun Pro Micro](https://github.com/sparkfun/Pro_Micro). The design comes with a 3D printable case and custom board files so that the device appears as a "Sim Racing Shifter" over USB. You can use this shield to build an inexpensive USB HID adapter.
1014

1115
You can find all of the necessary files in [the project repository](https://github.com/dmadison/Sim-Racing-Shields).
1216

0 commit comments

Comments
 (0)