Project archive

Entry 05 / PCB design

Sensor signal-conditioning PCB.

Define the signal. Then earn the measurement.

Planned · not started
  • KiCad
  • LTspice
  • Analog design
  • Bench characterization

PROPOSED ARCHITECTURE / ANALOG

  1. 01INPUTControlled signal
  2. 02GAINSelectable stage
  3. 03FILTERLow-pass pole
  4. 04OUTPUTADC interface

DEFINE → IMPLEMENT → VERIFY → DOCUMENT

01 / The work

Define the signal. Then earn the measurement.

My op-amp lab gave me experience building and testing transistor-level circuits. For this project, I want to carry that approach into a small PCB: define the signal first, choose the gain and filtering, then compare the design with measurements. The sensor, amplifier, ADC, and operating limits still need to be selected.

01

Write the requirements before choosing parts

Start with input range, source impedance, supply, output range, bandwidth, and load. Those decisions will set the amplifier headroom, gain settings, filter, and test conditions.

02

Model the first signal path

Use the ideal non-inverting gain G = 1 + Rf/Rg and first-order cutoff fc = 1/(2πRC) as starting points. Then check input common-mode limits, output swing, bandwidth, slew rate, tolerances, loading, and stability against the selected parts.

03

Make the board measurable

Include accessible test points, legible reference designators, and a documented power-up procedure. Keep schematic, footprint selection, BOM, layout, and fabrication outputs tied to a named revision.

04

Connect the ADC after characterizing the front end

Begin with a controlled input. Once an ADC is selected, account for its input network and acquisition time. A correct static voltage does not establish that the input settles quickly enough during sampling.

Proposed validation / no tests run yet

How I plan to test it.

  1. 01

    Review selected footprints and save ERC/DRC results, including explanations for intentional exceptions.

  2. 02

    Measure DC transfer behavior across the specified range at every gain setting and check for clipping.

  3. 03

    Sweep frequency below, through, and above the intended cutoff; compare measurements with simulation.

  4. 04

    Set numerical pass limits from component tolerances and measurement uncertainty before testing.

  5. 05

    Evaluate ADC input settling against the chosen converter’s acquisition window.

Technical references

TI: Filtered non-inverting amplifier design

Next steps / Still ahead

What I want to document next.

  1. 01Select the signal range and parts, then write a one-page requirements sheet.
  2. 02Save calculations, LTspice files, and KiCad source for the first revision.
  3. 03Add board photographs, measured plots, test setup, and revision notes as work occurs.
Continue exploringUART capture peripheral in RTL