Browse code

Specify KiCAD ver., because this is important

Clarissa Walker authored on 2023/06/09 03:16:30
Showing 1 changed files
... ...
@@ -1,6 +1,6 @@
1 1
 This project was originally for my own private personal use, but I am deciding to make this a repository anyway.
2 2
 
3
-This is also my first time using vias on a PCB layout!
3
+This is also my first time using vias on a PCB layout! Oh, this was made with KiCAD 7.0, so any earlier release will not work.
4 4
 
5 5
 The circuit was tested with a 74HC244 IC and TJTAG 3.0.1 and 3.0.2.1 on a few machines with success barring issues with using one 74HC244; replacing it with another 74HC244 from the same set fixed the recognition issue. This is why a 74HCT244 is recommended with this circuit.
6 6
 
Browse code

Update README.md

Previous commit also fixes TJTAG version typo. Current commit adds a bottom view photo and adds some detail regarding the jumpers on the prototype circuit.

Clarissa Walker authored on 2023/06/08 23:28:54 • GitHub committed on 2023/06/08 23:28:54
Showing 1 changed files
... ...
@@ -4,5 +4,13 @@ This is also my first time using vias on a PCB layout!
4 4
 
5 5
 The circuit was tested with a 74HC244 IC and TJTAG 3.0.1 and 3.0.2.1 on a few machines with success barring issues with using one 74HC244; replacing it with another 74HC244 from the same set fixed the recognition issue. This is why a 74HCT244 is recommended with this circuit.
6 6
 
7
-The circuit on a perfboard - prototype unit before the PCB design
7
+--
8
+
9
+This same circuit on a perfboard - prototype unit before the final PCB design... photos aren't as clear; my long retired LG G7 ThinQ was better for this.
10
+Also, the jumpers for switching 3V3/5V0 exist because I do not have a DPDT switch on hand.
11
+
12
+Top view
8 13
 ![IMG_20230608_184524307~2](https://github.com/AmiSapphire/jtag-wiggler/assets/103345205/48d1f891-af2e-4ab9-b33d-1e8b68564dab)
14
+
15
+Bottom view
16
+![IMG_20230608_221627281~2](https://github.com/AmiSapphire/jtag-wiggler/assets/103345205/f6b6edf8-1dbf-433c-84ba-23ddd86b504f)
Browse code

Update README.md

Add top view of prototype circuit design. Remind self to take a photo of the bottom view later.

Clarissa Walker authored on 2023/06/08 21:32:40 • GitHub committed on 2023/06/08 21:32:40
Showing 1 changed files
... ...
@@ -2,4 +2,7 @@ This project was originally for my own private personal use, but I am deciding t
2 2
 
3 3
 This is also my first time using vias on a PCB layout!
4 4
 
5
-The circuit was tested with a 74HC244 IC and TJTAG 3.0.1. and 3.0.2.1 on a few machines with success barring issues with using one 74HC244; replacing it with another 74HC244 from the same set fixed the recognition issue. This is why a 74HCT244 is recommended with this circuit.
6 5
\ No newline at end of file
6
+The circuit was tested with a 74HC244 IC and TJTAG 3.0.1 and 3.0.2.1 on a few machines with success barring issues with using one 74HC244; replacing it with another 74HC244 from the same set fixed the recognition issue. This is why a 74HCT244 is recommended with this circuit.
7
+
8
+The circuit on a perfboard - prototype unit before the PCB design
9
+![IMG_20230608_184524307~2](https://github.com/AmiSapphire/jtag-wiggler/assets/103345205/48d1f891-af2e-4ab9-b33d-1e8b68564dab)
Browse code

Initial commit

Clarissa Walker authored on 2023/06/08 01:19:16
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,5 @@
1
+This project was originally for my own private personal use, but I am deciding to make this a repository anyway.
2
+
3
+This is also my first time using vias on a PCB layout!
4
+
5
+The circuit was tested with a 74HC244 IC and TJTAG 3.0.1. and 3.0.2.1 on a few machines with success barring issues with using one 74HC244; replacing it with another 74HC244 from the same set fixed the recognition issue. This is why a 74HCT244 is recommended with this circuit.
0 6
\ No newline at end of file