commit c2934d694035525e852cd1b44ce57b32a752c533 Author: Sebastien Bourdeauducq Date: Thu May 4 15:56:04 2017 +0800 initial commit diff --git a/README.md b/README.md new file mode 100644 index 0000000..66bf75d --- /dev/null +++ b/README.md @@ -0,0 +1,37 @@ +Ionpak +====== + +A modern, low-cost universal controller for ionization vacuum gauges. + +![Prototype picture](https://raw.githubusercontent.com/m-labs/ionpak/master/proto_rev1_resized.jpg) + +Flyback transformer construction +-------------------------------- + +TR300 +***** + +Use EPCOS coilformer B66208X1010T1. Wind 5 turns on the primary and spread them across the length of the coilformer - it is important that the air gap between the cores is covered by windings. Wind 70 turns on the secondary in multiple layers. As with all flyback transformers, the polarity of the windings is critical. Assemble with EPCOS cores B66317G500X127 and B66317GX127 (one half gapped core, one half ungapped core), and corresponding clips. + +TR350 +***** + +Use EPCOS coilformer B66206W1110T1 and cores B66311G250X127 and B66311GX127. Both the primary and the secondary have 5 turns and must be wound together, interleaving the windings. The same remarks as for TR300 apply. + +Errata +------ + +PCB rev 1 +********* + +* R307 needs more clearance from D400 +* Pins 1 and 12 of U502 need pull-downs +* Pin 1 of U501 needs pull-up +* D203 reversed polarity +* R236 and R234 are swapped +* Q301 needs to be NPN, change to BC817 +* increase R307 -> 3.3Kohm and increase R300 -> 33Kohm +* C201: oscillates at 0 and 1nF, stable at 100nF +* add clamp diodes to GND on op-amp outputs to ADC when op-amp has negative supply +* R214 -> 4.7k +* LM339PT is in TSSOP package. Change for SOIC P/N diff --git a/proto_rev1.jpg b/proto_rev1.jpg new file mode 100644 index 0000000..e1df5d3 Binary files /dev/null and b/proto_rev1.jpg differ diff --git a/proto_rev1_resized.jpg b/proto_rev1_resized.jpg new file mode 100644 index 0000000..7e356ce Binary files /dev/null and b/proto_rev1_resized.jpg differ