diff --git a/_posts/2023-07-24-revisiting-tag-connect.md b/_posts/2023-07-24-revisiting-tag-connect.md new file mode 100644 index 0000000..c6d76a8 --- /dev/null +++ b/_posts/2023-07-24-revisiting-tag-connect.md @@ -0,0 +1,17 @@ +--- +title: Revisiting Tag-Connect +date: 2023-07-24 +categories: projects +excerpt: Recreating patented technology yet again but this time using OSH Park for the PCBs. +header: + teaser: /assets/img/2023/tagconnect-3.jpg +--- + + + +Like in my last [post](/2020/10/diy-tag-connect-cable/), the Tag-Connect technology is still patented for about another 10 years. What I'm doing is legally questionable but ethically not. + +Since backups are important, I decided to design a version that can be sent to a normal PCB fab like OSH Park. Tolerancing the 1mm holes was the biggest worry but thankfully it turned out ok. Going a little bit tight turned out to be a benefit since it helped keep things super aligned. Since 2x3 1.27mm headers are hard to come by, I also used this as an opportunity to do my first flex PCB design and develop a standardized pinout I can use across all my future boards. + +{% include figure image_path="/assets/img/2023/tagconnect-2.jpg" %} +{% include figure image_path="/assets/img/2023/tagconnect-1.jpg" %} diff --git a/assets/img/2023/tagconnect-1.jpg b/assets/img/2023/tagconnect-1.jpg new file mode 100644 index 0000000..faf8ef6 Binary files /dev/null and b/assets/img/2023/tagconnect-1.jpg differ diff --git a/assets/img/2023/tagconnect-2.jpg b/assets/img/2023/tagconnect-2.jpg new file mode 100644 index 0000000..4f6c0c1 Binary files /dev/null and b/assets/img/2023/tagconnect-2.jpg differ diff --git a/assets/img/2023/tagconnect-3.jpg b/assets/img/2023/tagconnect-3.jpg new file mode 100644 index 0000000..a68d4d5 Binary files /dev/null and b/assets/img/2023/tagconnect-3.jpg differ