Skip to content

Commit c4f06e0

Browse files
committed
merge
2 parents 9bbf602 + e58ab6f commit c4f06e0

File tree

7 files changed

+1260
-1232
lines changed

7 files changed

+1260
-1232
lines changed

pcb/TashTwenty Tiny/ChangeLog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,8 @@
1+
## v1.2
2+
- moved the LEDs a little outward to better fit the new panels
3+
4+
## v1.1
5+
- fixed R2 silkscreen
6+
17
## v1.0
28
- Initial public release

pcb/TashTwenty Tiny/Panels/Front/TTT_FP.kicad_pcb

Lines changed: 167 additions & 156 deletions
Large diffs are not rendered by default.

pcb/TashTwenty Tiny/Panels/Front/TTT_FP.pro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
update=2022 March 31, Thursday 19:42:15
1+
update=2022 June 06, Monday 21:10:53
22
version=1
33
last_client=kicad
44
[general]
@@ -184,7 +184,7 @@ Type=0
184184
Enabled=0
185185
[pcbnew/Layer.B.Cu]
186186
Name=B.Cu
187-
Type=0
187+
Type=1
188188
Enabled=1
189189
[pcbnew/Layer.B.Adhes]
190190
Enabled=0

pcb/TashTwenty Tiny/Panels/Front/TTT_FP.sch

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ EELAYER END
44
$Descr A4 11693 8268
55
encoding utf-8
66
Sheet 1 1
7-
Title ""
8-
Date ""
9-
Rev ""
10-
Comp ""
11-
Comment1 ""
12-
Comment2 ""
13-
Comment3 ""
7+
Title "TashTwenty Tiny PCB front panel"
8+
Date "2022-06-06"
9+
Rev "1.1"
10+
Comp "Lostwave"
11+
Comment1 "https://68kmla.org"
12+
Comment2 "https://68kmla.org/bb/index.php?threads/tashtwenty-single-chip-dcd-hard-disk-20-interface.39357/"
13+
Comment3 "https://github.com/lampmerchant/tashtwenty"
1414
Comment4 ""
1515
$EndDescr
1616
$Comp

pcb/TashTwenty Tiny/README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Here is the BOM for the main board. Part number are what was tested on prototype
2121
| R1, R3, R5, R8 | 1200Ω | 4 | standard 0.25W carbon film resistor | TRU TC-CFR0W4J0122 |
2222
| R2, R4, R6 | 2200Ω | 3 | standard 0.25W carbon film resistor | TRU TC-CFR0W4J0222 |
2323
| R7, R9, R12, R13, R14 | 10kΩ | 5 | standard 0.25W carbon film resistor | TRU TC-CFR0W4J0103 |
24-
| U1 | PIC16F1825 | 1 | PIC 8-bit Microcontroller (DIP-14) | PIC16F1825-I/P |
24+
| U1 | PIC16F1704 | 1 | PIC 8-bit Microcontroller (DIP-14) | PIC16F1704-I/P |
2525
| U2 | 74ACT08 | 1 | Quad TTL 2-Input AND Gate | SN74ACT08N |
2626
| U3 | 3.3V LDO | 1 | 3.3V LDO voltage regulator | MCP1700-3302E/TO |
2727

@@ -47,20 +47,24 @@ This is a matching board for TashTwenty. Please use this one to avoid any damage
4747

4848
### BOM (external links)
4949
Here is a mouser link (without the case):
50-
- https://www.mouser.fr/ProjectManager/ProjectDetail.aspx?AccessID=13c3076e24
50+
- https://www.mouser.fr/ProjectManager/ProjectDetail.aspx?AccessID=4e3ee30a16
51+
5152
Here us a digikey (without the case):
5253
- https://www.digikey.com/short/n4d8tf04
5354

5455

5556
### IDC cable
5657
You need a cable to connect both boards
57-
Any straight IDC-20 cable should work (pin 1 to pin 1, etc). Macintosh floppy cables are compatible. We used a Quadra 800 cable for prototyping (Apple P/N 590-0862-B).
58+
Any straight IDC-20 cable should work (pin 1 to pin 1, etc). Macintosh floppy cables are compatible. We used a few Apple cables for prototyping:
59+
- Quadra 800 (Apple P/N 590-0862-B)
60+
- PowerMac 7200-7600 (Apple P/N 590-4529-A)
61+
5862
If you are looking for a new one, a compatible assembly is made buy Advantech under the part number PCL-10120-1E.
5963

6064
## PCBs
6165
the PCBs are simple 2 layers boards. The gerbers are avaible in the release section.
6266
Check for the following files:
63-
* TTT_11.zip: main board revision 1.1
67+
* TTT_12.zip: main board revision 1.2
6468
* DB19_IDC20.zip: adapter board revision 1.0
6569

6670
You should be use any mainstream PCB manufacturer for theses. Nothing special about them. PCB thickness should FR-4 with a 1.6mm thickness

pcb/TashTwenty Tiny/TashTwenty Tiny.kicad_pcb

Lines changed: 1066 additions & 1061 deletions
Large diffs are not rendered by default.

pcb/TashTwenty Tiny/TashTwenty Tiny.sch

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ $Descr A4 11693 8268
55
encoding utf-8
66
Sheet 1 3
77
Title "TashTwenty Tiny"
8-
Date "2022-05-21"
9-
Rev "1.1"
8+
Date "2022-06-06"
9+
Rev "1.2"
1010
Comp "Lostwave"
1111
Comment1 "https://68kmla.org"
1212
Comment2 "https://68kmla.org/bb/index.php?threads/tashtwenty-single-chip-dcd-hard-disk-20-interface.39357/"
@@ -441,4 +441,6 @@ Wire Wire Line
441441
9850 6000 9850 5600
442442
Wire Wire Line
443443
9850 5600 9750 5600
444+
Text Notes 4300 6350 0 50 ~ 0
445+
PIC1704 is now recommended.\nPIC1825 still supported.
444446
$EndSCHEMATC

0 commit comments

Comments
 (0)