Skip to content

Commit 8d20b60

Browse files
committed
Move UART pictures.
1 parent 3a5f554 commit 8d20b60

14 files changed

+23
-23
lines changed

Wiki/SetupGuide/Controllers/Controller-ArduinoLeonardo.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,17 +53,17 @@ There are many options here. The one we recommend (for ease of use) is the Adafr
5353
- https://www.digikey.com/en/products/detail/adafruit-industries-llc/954/7064488
5454
- https://www.amazon.com/dp/B00DJUHGHI/
5555

56-
<img src="../Images/ControllerSetup-UART-Adafruit.jpg" height="200">
56+
<img src="../Images/UART/ControllerSetup-UART-Adafruit.jpg" height="200">
5757

5858
Or you can search for "CP2102" and you'll get tons of hits from various brands/sellers that look like these:
5959

60-
<img src="../Images/ControllerSetup-UART-CP210x-Blue.png" height="150"> <img src="../Images/ControllerSetup-UART-CP210x-Red.jpg" height="150">
60+
<img src="../Images/UART/ControllerSetup-UART-CP210x-Blue.png" height="150"> <img src="../Images/UART/ControllerSetup-UART-CP210x-Red.jpg" height="150">
6161

6262
**Important:**
6363

6464
**DO NOT get cables with the Prolific controllers. e.g. PL2303 or any other model number.** They are cheap, do not work, and they are explicitly blocked in the program. **They often look deceptively similar to the Adafruit UART, but they are not the same.** If you buy outside of this link, verify it does not use PL controllers. If you buy it anyway, you will be wasting your time and money. **YOU HAVE BEEN WARNED!**
6565

66-
<img src="../Images/ControllerSetup-UART-NoProlific.png" height="500">
66+
<img src="../Images/UART/ControllerSetup-UART-NoProlific.png" height="500">
6767

6868

6969
**Male-Male Jumper Wires:**
@@ -73,7 +73,7 @@ Or you can search for "CP2102" and you'll get tons of hits from various brands/s
7373
If purchasing the items from this list, you will need Male to Male Jumper wires.
7474
**WARNING:** If you do ***not*** buy Hardware from this list, you will need to evaluate what you purchased for the correct type of Jumper Wire. e.g. Female-Male jumper wires may be needed instead.
7575

76-
<img src="../Images/ControllerSetup-UART-JumperCables.jpg" height="200">
76+
<img src="../Images/UART/ControllerSetup-UART-JumperCables.jpg" height="200">
7777

7878

7979
### Hardware Assembly:

Wiki/SetupGuide/Controllers/Controller-ArduinoUnoR3.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,17 +46,17 @@ There are many options here. The one we recommend (for ease of use) is the Adafr
4646
- https://www.digikey.com/en/products/detail/adafruit-industries-llc/954/7064488
4747
- https://www.amazon.com/dp/B00DJUHGHI/
4848

49-
<img src="../Images/ControllerSetup-UART-Adafruit.jpg" height="200">
49+
<img src="../Images/UART/ControllerSetup-UART-Adafruit.jpg" height="200">
5050

5151
Or you can search for "CP2102" and you'll get tons of hits from various brands/sellers that look like these:
5252

53-
<img src="../Images/ControllerSetup-UART-CP210x-Blue.png" height="150"> <img src="../Images/ControllerSetup-UART-CP210x-Red.jpg" height="150">
53+
<img src="../Images/UART/ControllerSetup-UART-CP210x-Blue.png" height="150"> <img src="../Images/UART/ControllerSetup-UART-CP210x-Red.jpg" height="150">
5454

5555
**Important:**
5656

5757
**DO NOT get cables with the Prolific controllers. e.g. PL2303 or any other model number.** They are cheap, do not work, and they are explicitly blocked in the program. **They often look deceptively similar to the Adafruit UART, but they are not the same.** If you buy outside of this link, verify it does not use PL controllers. If you buy it anyway, you will be wasting your time and money. **YOU HAVE BEEN WARNED!**
5858

59-
<img src="../Images/ControllerSetup-UART-NoProlific.png" height="500">
59+
<img src="../Images/UART/ControllerSetup-UART-NoProlific.png" height="500">
6060

6161

6262
**Male-Male Jumper Wires:**
@@ -66,7 +66,7 @@ Or you can search for "CP2102" and you'll get tons of hits from various brands/s
6666
If purchasing the items from this list, you will need Male to Male Jumper wires.
6767
**WARNING:** If you do ***not*** buy Hardware from this list, you will need to evaluate what you purchased for the correct type of Jumper Wire. e.g. Female-Male jumper wires may be needed instead.
6868

69-
<img src="../Images/ControllerSetup-UART-JumperCables.jpg" height="200">
69+
<img src="../Images/UART/ControllerSetup-UART-JumperCables.jpg" height="200">
7070

7171

7272
### Hardware Assembly:

Wiki/SetupGuide/Controllers/Controller-PicoW-UART.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,17 +62,17 @@ There are many options here. The one we recommend (for ease of use) is the Adafr
6262
- https://www.digikey.com/en/products/detail/adafruit-industries-llc/954/7064488
6363
- https://www.amazon.com/dp/B00DJUHGHI/
6464

65-
<img src="../Images/ControllerSetup-UART-Adafruit.jpg" height="200">
65+
<img src="../Images/UART/ControllerSetup-UART-Adafruit.jpg" height="200">
6666

6767
Or you can search for "CP2102" and you'll get tons of hits from various brands/sellers that look like these:
6868

69-
<img src="../Images/ControllerSetup-UART-CP210x-Blue.png" height="150"> <img src="../Images/ControllerSetup-UART-CP210x-Red.jpg" height="150">
69+
<img src="../Images/UART/ControllerSetup-UART-CP210x-Blue.png" height="150"> <img src="../Images/UART/ControllerSetup-UART-CP210x-Red.jpg" height="150">
7070

7171
**Important:**
7272

7373
**DO NOT get cables with the Prolific controllers. e.g. PL2303 or any other model number.** They are cheap, do not work, and they are explicitly blocked in the program. **They often look deceptively similar to the Adafruit UART, but they are not the same.** If you buy outside of this link, verify it does not use PL controllers. If you buy it anyway, you will be wasting your time and money. **YOU HAVE BEEN WARNED!**
7474

75-
<img src="../Images/ControllerSetup-UART-NoProlific.png" height="500">
75+
<img src="../Images/UART/ControllerSetup-UART-NoProlific.png" height="500">
7676

7777
### Hardware Assembly:
7878

Wiki/SetupGuide/Controllers/Controller-ProMicro-HammerHeaders.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,18 +42,18 @@ There are many options here. The one we recommend (for ease of use) is the Adafr
4242
- https://www.digikey.com/en/products/detail/adafruit-industries-llc/954/7064488
4343
- https://www.amazon.com/dp/B00DJUHGHI/
4444

45-
<img src="../Images/ControllerSetup-UART-Adafruit.jpg" height="200">
45+
<img src="../Images/UART/ControllerSetup-UART-Adafruit.jpg" height="200">
4646

4747
Or you can search for "CP2102" and you'll get tons of hits from various brands/sellers that look like these:
4848

49-
<img src="../Images/ControllerSetup-UART-CP210x-Blue.png" height="150"> <img src="../Images/ControllerSetup-UART-CP210x-Red.jpg" height="150">
49+
<img src="../Images/UART/ControllerSetup-UART-CP210x-Blue.png" height="150"> <img src="../Images/UART/ControllerSetup-UART-CP210x-Red.jpg" height="150">
5050

5151
**Solderless Hammer Headers**
5252
- https://www.adafruit.com/product/3662
5353

5454
These "hammer headers" have a bulge on the short side which enables it to attach to pin holes without the use of solder.
5555

56-
<img src="../Images/ControllerSetup-UART-HammerHeaders.jpg" height="200">
56+
<img src="../Images/UART/ControllerSetup-UART-HammerHeaders.jpg" height="200">
5757

5858

5959

Wiki/SetupGuide/Controllers/Controller-ProMicro-MiniGrabbers.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,18 +40,18 @@ There are many options here. The one we recommend (for ease of use) is the Adafr
4040
- https://www.digikey.com/en/products/detail/adafruit-industries-llc/954/7064488
4141
- https://www.amazon.com/dp/B00DJUHGHI/
4242

43-
<img src="../Images/ControllerSetup-UART-Adafruit.jpg" height="200">
43+
<img src="../Images/UART/ControllerSetup-UART-Adafruit.jpg" height="200">
4444

4545
Or you can search for "CP2102" and you'll get tons of hits from various brands/sellers that look like these:
4646

47-
<img src="../Images/ControllerSetup-UART-CP210x-Blue.png" height="150"> <img src="../Images/ControllerSetup-UART-CP210x-Red.jpg" height="150">
47+
<img src="../Images/UART/ControllerSetup-UART-CP210x-Blue.png" height="150"> <img src="../Images/UART/ControllerSetup-UART-CP210x-Red.jpg" height="150">
4848

4949
**Mini-Grabbers to Male Jumper Wires**
5050
- https://www.amazon.com/gp/product/B08M5GNY47
5151

5252
If you choose a different UART make sure that the wire-end of the mini-grabber can plug into the UART. So if you picked the red CP2102 UART, you will want the female mini-grabber.
5353

54-
<img src="../Images/ControllerSetup-UART-MiniGrabber.jpg" height="350">
54+
<img src="../Images/UART/ControllerSetup-UART-MiniGrabber.jpg" height="350">
5555

5656

5757

Wiki/SetupGuide/Controllers/Controller-Teensy2-HammerHeaders.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,18 +40,18 @@ There are many options here. The one we recommend (for ease of use) is the Adafr
4040
- https://www.digikey.com/en/products/detail/adafruit-industries-llc/954/7064488
4141
- https://www.amazon.com/dp/B00DJUHGHI/
4242

43-
<img src="../Images/ControllerSetup-UART-Adafruit.jpg" height="200">
43+
<img src="../Images/UART/ControllerSetup-UART-Adafruit.jpg" height="200">
4444

4545
Or you can search for "CP2102" and you'll get tons of hits from various brands/sellers that look like these:
4646

47-
<img src="../Images/ControllerSetup-UART-CP210x-Blue.png" height="150"> <img src="../Images/ControllerSetup-UART-CP210x-Red.jpg" height="150">
47+
<img src="../Images/UART/ControllerSetup-UART-CP210x-Blue.png" height="150"> <img src="../Images/UART/ControllerSetup-UART-CP210x-Red.jpg" height="150">
4848

4949
**Solderless Hammer Headers**
5050
- https://www.adafruit.com/product/3662
5151

5252
These "hammer headers" have a bulge on the short side which enables it to attach to pin holes without the use of solder.
5353

54-
<img src="../Images/ControllerSetup-UART-HammerHeaders.jpg" height="200">
54+
<img src="../Images/UART/ControllerSetup-UART-HammerHeaders.jpg" height="200">
5555

5656

5757
### Hardware Assembly:

Wiki/SetupGuide/Controllers/Controller-Teensy2-MiniGrabbers.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,18 +38,18 @@ There are many options here. The one we recommend (for ease of use) is the Adafr
3838
- https://www.digikey.com/en/products/detail/adafruit-industries-llc/954/7064488
3939
- https://www.amazon.com/dp/B00DJUHGHI/
4040

41-
<img src="../Images/ControllerSetup-UART-Adafruit.jpg" height="200">
41+
<img src="../Images/UART/ControllerSetup-UART-Adafruit.jpg" height="200">
4242

4343
Or you can search for "CP2102" and you'll get tons of hits from various brands/sellers that look like these:
4444

45-
<img src="../Images/ControllerSetup-UART-CP210x-Blue.png" height="150"> <img src="../Images/ControllerSetup-UART-CP210x-Red.jpg" height="150">
45+
<img src="../Images/UART/ControllerSetup-UART-CP210x-Blue.png" height="150"> <img src="../Images/UART/ControllerSetup-UART-CP210x-Red.jpg" height="150">
4646

4747
**Mini-Grabbers to Male Jumper Wires**
4848
- https://www.amazon.com/gp/product/B08M5GNY47
4949

5050
If you choose a different UART make sure that the wire-end of the mini-grabber can plug into the UART. So if you picked the red CP2102 UART, you will want the female mini-grabber.
5151

52-
<img src="../Images/ControllerSetup-UART-MiniGrabber.jpg" height="350">
52+
<img src="../Images/UART/ControllerSetup-UART-MiniGrabber.jpg" height="350">
5353

5454

5555
### Hardware Assembly:
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)