1-Incorporating Michael Stetner's comments:
by Nader Nikbakht 7 years 3 months
1-Incorporating Michael Stetner's comments:
======================================================
1. Move vias carrying output signals away from the corners of the AD8224. According to the datasheet (bottom of p. 22), vias should not be placed under the corners of the chip.
2. If you have enough space, add a 10 uF bypass capacitor on each supply, as suggested by the datasheet. These can be far from the AD8224.
3. Add a through hole for GND. This hole will be used during surgery to solder the ground wire that you put under the bird's skull. You already have one GND through hole, but that will be in use by the motor.
4. Remove the vias for +15V and -15V that are underneath the AD8224. Just run those two of the traces on the top side of the board.
5. Change capacitance of C1-C2 to 0.1 uF, per the datasheet
6. Remove the trace between the reference pads of the AD8224. This creates a loop in your ground, and loops pick up electromagnetic interference.
7. Add an orientation marker for the AD8224 on the silkscreen
8. On the bill of materials, fix the device name for the AD8224 (it says AD8424).
9. Increase the width of the traces for Ix, ICOM, +15V, and -15V. A wider trace will have a lower resistance, which is especially important for these traces that will be carrying the most current.
======================================================
2-Redesigned and re-routed to match the available componenets' package sizes.
3-Added the headplate structure with thru-holes
4- fixed the dimension layer
bf3605d9
the modified version w/o output channel 2 and meta...
by Nader Nikbakht 7 years 3 months
the modified version w/o output channel 2 and metal electrode input.
e654b9bb
Revision AD8224 redesigned to use instrumentation ...
by Nader Nikbakht 7 years 3 months
Revision AD8224 redesigned to use instrumentation amplifier with a
reference electrode. This version has 2 input and 2 INA output channels
one for glass electrode and another for a metal electrode.
da5d8e3e
added data sheets for AD8224
by Nader Nikbakht 7 years 3 months
0385b479
3D snapshots and Galen's edits merged.
by Nader Nikbakht 7 years 3 months
50ca4945
Galen's suggested changes to Rev 1.0
by Galen Lynch 7 years 3 months
Galen's suggested changes to Rev 1.0

I have changed a number of things in your design, one of which is major and the
rest are minor. The major change is that I have added a guard trace to your
design, in accordance with the data sheet for the OPA129. If you are going to
use an ultra-low input bias current op amp, then you should make efforts to
actually achieve the performance that it touts. The other changes are mostly
positioning to accommodate the guard trace, changes to the silk screen on your
board, and simplification of the routing of some traces.

To achieve very low input bias, you need to make sure that there is no leakage
current to the electrode net from the rest of the PCB. There is some parasitic
resistance between neighboring traces in the PCB through the insulator and the
solder-mask. By surrounding the electrode with a copper trace that is driven to
be the same voltage as the electrode, this eliminates parasitic resistance, and
also reduces the stray capacitance of the electrode. I am mainly just following
the recommendations of the data sheet for the OPA129, so for more details see the
data sheet. I moved the bridge resistor and compensation capacitor closer to the
electrode to minimize the length of the electrode trace on your board, since
it's a high impedance trace that should be minimized and protected to avoid
noise pickup. I also placed the cap and res so that the guard trace runs between
the pads. To be honest, with these in place the point of using the OPA129 is
lost on me, since you'll have more parasitic current through these than through
any op amp. However, if you do not place them (which you probably will not need
to), then you will have very little input bias current. Running the trace
through the pads is manufacturable at PCBWay (0.1mm minimum), but may cost more.
I think the difference in cost will be totally worth it. We're not that price
sensitive. I also added a break in the solder mask for the guard traces, once
again to minimize parasitic current leaking into your electrode.

In a few cases I simplified your routing to eliminate right angles, which makes
it easier to manufacture and is better for reflections etc for high speed
signals. In the case of your board, none of this really matters, but it also
looks nice!

I moved the silkscreen around a bit to make it more visible, and moved the
'glass' silk screen to the back of the board where you will actually see it.

I also added the name of the PCB and the revision. I think adding the revision
is critical since these PCBs invariably go through a number of iterations, and
trying to figure out which PCB you're looking at can get difficult. I would
recommend tagging the git repo with the revision number once you send this to
the fab as well.
74928ce4
update
by Nader Nikbakht 7 years 3 months
d8c8889e
smashed labels
by Nader Nikbakht 7 years 3 months
e90f446a
:original commit adding PCB design files
by Nader Nikbakht 7 years 3 months
06b8c4ff
Report a bug