From 031b6f736187efdc64c525a40c687698701e73e1 Mon Sep 17 00:00:00 2001 From: jaseg Date: Sat, 28 Sep 2019 13:53:02 +0200 Subject: Initial webapp design --- webapp/static/index.html | 66 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 webapp/static/index.html (limited to 'webapp/static/index.html') diff --git a/webapp/static/index.html b/webapp/static/index.html new file mode 100644 index 0000000..586f64d --- /dev/null +++ b/webapp/static/index.html @@ -0,0 +1,66 @@ + + + + Pogojig Test Fixture Generator + + + + + + +
+
+ Pogojig +

+ Pogojig is a tool to generate pogo pin test fixtures for printed circuit board manufacturing and development. + Pogojig generates a 3d printable board holder with holes for mounting pogo pins, along with a matching KiCAD + PCB project for a pogo pin breakout and mounting PCB. + + You can start with either Gerber files exported from any PCB toolchain, or you can do a free-form layout using + the static Inkscape SVG template if you + wan to work from construction drawings, scanned or photographed PCBs etc. +

+
+ +
+
+ 1. Convert your Gerbers to an SVG template and draw pogo pins, mounting holes and cutouts + into the template. Don't have gerbers? Start with an + empty template. +
+
+
click to open
+ Pogospace +
+
+ +
+ Gerber files + arrow pointing right + SVG blueprint + arrow pointing right + 3D models of matching plastic holder and base PCB +
+ +
+
+ 2. Upload your SVG to generate STL and OpenSCAD files for the plastic holder, and KiCAD and + DXF files for the base PCB. +
+
+
click to open
+ Jigerator +
+
+ + +
+ + -- cgit