# QCM for RF Sputtering

<figure><img src="/files/e9M1q1o84O6kXmuAv1k1" alt=""><figcaption></figcaption></figure>

## Preface

The Quartz Crystal Microbalance (QCM) project was designed for the RF sputtering chamber to measure thickness of deposition. This sensor utilizes the piezoelectric properties of quartz as explained by [nanoScience Instruments](https://www.nanoscience.com/techniques/quartz-crystal-microbalance/).

In this design the frequency is sent to a 6 MHz quartz crystal in an aluminum casing. The signal travels from the coaxial cable through the SMA connector to the wire fed through the spring to the electrode which the crystal disc sits on. The signal travels through the crystal then returns through the aluminum casing. The sensor head sits on the substrate plate near the center of the plate so that the crystal receives similar sputtering conditions to the substrate. The coaxial cable is fed into the chamber to the sensor head through one of the chamber’s KF16 flanges.&#x20;

One of the biggest challenges of this design was that the ground of the sensor head must be isolated from the ground of the chamber to avoid signal interference. This includes the substrate plate. To achieve this isolation, a layer of PTFE was placed between the substrate plate and the sensor head and fastened with PEEK screws.

The main components of this project are the sensor head, oscillator, and sensing software. As of now, a prototype of the sensor head has been fabricated and tested outside of the chamber using an existing oscillator and software. Even though the sensor has not yet been tested in the vacuum chamber, all materials are ultra high vacuum compatible. In the future, the goal is that the oscillator and software will also be built and the sensor head will not be reliant on existing systems.

## Concept Diagram

<figure><img src="/files/fFA4AEhPpMs9Ul6T65Pi" alt=""><figcaption></figcaption></figure>

The oscillating signal travels from the coaxial cable through the SMA connector pin and the wire to the electrode. The aluminum base and lid serve as the ground. The signal returns through the casing. The target material adheres to the surface of the exposed quartz crystal disc causing a change in frequency of the signal.

## CAD Renderings

{% embed url="<https://cad.onshape.com/documents/00ad04aa1ca9e07438f669ed/w/cb7a0b43c10a04aaa84349a7/e/a22660c3f0f0fd7da1413321?renderMode=0&uiState=68754cbc211c116538487575>" %}

Note: The CAD rendering does not include the wire that connects the SMA connector pin to the electrode. See [#concept-diagram](#concept-diagram "mention") for an example.

## Sensor Head Bill of Materials

Note: Not all materials listed are an exact match for those used in Version 1. Some materials were already available in the lab. Additionally, some of the materials used were not vacuum compatible due to zinc coatings so those materials have been substituted for vacuum compatible alternatives in the bill of materials.

## Future Work

* Design a Version 2 that eliminates the need for expensive silver epoxy.
* Complete more sensor head testing.
* Build the oscillator.
* Write the code to sense the change in frequency and calculate the change in thickness.
* Create a low-cost flange feedthrough into the chamber.

## Image Gallery

<div><figure><img src="/files/QAanM1XvF8Unv9Y6siKj" alt="" width="188"><figcaption></figcaption></figure> <figure><img src="/files/f7qbaT7iD03xHOG5YRoT" alt="" width="188"><figcaption></figcaption></figure> <figure><img src="/files/hcZ93pJlvVWDWZIjeT3e" alt="" width="188"><figcaption></figcaption></figure> <figure><img src="/files/nuMx74uajLOjODpQvPgP" alt="" width="188"><figcaption></figcaption></figure></div>

## Documentation Document

<https://docs.google.com/document/d/15uXQ0jKiw-uUwXZg3vHdAT-oS-NZu3LUEBUPLZNrHng/edit?usp=sharing>

## Contact

Hannah Chinn

Email: <hchinn@andrew.cmu.edu>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.hackerfab.org/home/fab-toolkit/deposition/diy-rf-sputtering-chamber/add-ons-and-wip/qcm-for-rf-sputtering.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
