<- Portfolio

Sensor Deposition Unit

An active electrochemical signal-routing subsystem for adding deposition and sensing capability to Terry/ASATS, a lower-cost IsoPure-style magnetic bead processing platform.

Intro

The Sensor Deposition Unit is an attachable electrical subsystem for Terry/ASATS, a lower-cost IsoPure-style magnetic bead agitation platform used in the lab. Terry/ASATS handles the bead-processing side of the workflow. The SDU adds the electrical layer: controlled deposition and electrochemical sensing across multiple biosensor chips.

The project is active. The board and parts have been ordered, and the next stage is soldering, bring-up, and comparison against baseline EmStat Pico measurements.

Purpose

The unit routes deposition and sensing signals across multiple BVT chips while preventing signal paths from touching when they should not. Deposition and sensing are part of the same workflow, but electrically they ask for very different behavior.

During deposition, the system drives a square-wave signal across the chips. During sensing, the EmStat Pico needs a clean electrochemical path for cyclic voltammetry and square-wave voltammetry. That difference is why signal clarity and isolation are the priority. A useful sensing result depends on knowing that the potentiostat is measuring the selected chip, not a path accidentally influenced by the deposition circuit, a neighboring electrode, or a wet mechanical leak.

System context

  • Terry/ASATS: lab magnetic bead agitation and processing platform
  • Sensor Deposition Unit: attachable electrical subsystem
  • BVT chips with three electrode contacts per chip
  • More than 24 electrode connections across the full system
  • EmStat Pico for electrochemical readout
  • 555-timer deposition path for the deposition signal
  • Arduino Pro Mini at 8 MHz / 3.3 V for local control
  • Simple board-side controls and a single external handoff signal from Terry/ASATS

Operating modes

Deposition Mode

  • 10 Vpp square wave at 50 Hz
  • Applied to all chips simultaneously
  • Generated through a 555-based deposition path

Sensing Mode

  • EmStat Pico potentiostat
  • Cyclic voltammetry and square-wave voltammetry support
  • One chip selected at a time
  • Switching isolation protects sensing electronics from deposition drive

Implementation

The architecture separates deposition from sensing. In deposition mode, the 555-based signal path is routed to the chips together. In sensing mode, the deposition path is disconnected and the EmStat Pico is routed to one chip at a time.

That multiplexing choice is the central design tradeoff. It reduces hardware count and keeps a validated potentiostat in the workflow, but it pushes difficulty into relay or switch selection, channel isolation, state timing, and validation. The board has to prove that the selected electrode path is the only meaningful path.

The system behaves like a small state machine. It has to know which mode is active, which path is allowed to connect, and when a signal is safe to pass through. No deposition and sensing path should fight the other.

The manifold work is just as important as the PCB. The fixture must apply enough pressure to seal a single silicone gasket, hold BVT chips and their contacts consistently, and sit beside the magnetic bead agitation process without making the workflow harder.

Design decisions

DecisionSelected directionWhy it fits the systemTradeoff / next step
Control interfaceBoard-side controlsKeeps the subsystem focused on reliable mode selection and lab useLess flexible than a full software interface
SensingEmStat Pico routed to one chip at a timePreserves trusted potentiostat behavior while adding multiplexingSequential readout limits simultaneous sensing
DepositionShared 555-based deposition pathApplies the deposition condition across chips togetherIsolation must be proven before full workflow use
ControllerArduino Pro Mini, 8 MHz / 3.3 VSmall, familiar, and enough for state and switching controlNot the final answer if UI or logging grows
IntegrationSingle handoff signal from Terry/ASATSSimple boundary between magnetic processing and electrochemical sensingMore automation can be layered on after bring-up

Current status

The PCB and parts have been ordered. The next steps are assembly, board bring-up, and validation.

Planned validation sequence:

  1. Solder and inspect the board
  2. Confirm board power rails
  3. Verify switching logic and mode transitions
  4. Compare EmStat Pico one-plex baseline against the SDU-routed path
  5. Confirm signals do not interact across channels
  6. Verify deposition routing across all chips
  7. Validate one-chip sensing before full multi-chip operation
  8. Integrate with Terry/ASATS after subsystem validation

Results so far

  • System architecture defined
  • Board and parts ordered
  • Deposition and sensing modes specified
  • EmStat Pico sensing path selected
  • Manifold and leakage test fixtures modeled
  • Integration target defined through Terry/ASATS signal handoff

Future work

  • Assemble and bring up the ordered board
  • Validate isolation behavior
  • Compare EmStat Pico measurements before and after SDU routing
  • Refine the manifold and gasket pressure structure
  • Automate sequential sensing across chips
  • Explore longer-term full workflow automation, including solution movement
SDU manifold, gasket, and BVT chip bench setup
Bench setup showing the manifold, gasket, and BVT chips in the same workflow.