> For the complete documentation index, see [llms.txt](https://docs.hackerfab.org/home/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hackerfab.org/home/working-docs/cmu-updates/matthew-chois-updates/week-6-update.md).

# Week 6 Update

What was accomplished:&#x20;

1. Finished working on the PPT for Tuesday, and took major feedback on issues with peristaltic pump(including potential issues with air being pumped out instead of actual liquid)
2. Re-designed a spin coater to fit on to the overall automated assembly
3. Read about other spin coater + liquid handling setups, and how they managed to deal with liquid handling consistency issues(**THEY USED SYRINGE NEEDLES SINCE THEY WILL PREVENT LIQUID FROM FLOWING DOWN WHILE AIR CAN SO ATTACHING IT TO THE SILICON WOULD SOLVE POTENTIAL ISSUES WITH NON-CHEMICALS**)

<https://www.holmarc.com/spin_coating_unit_with_integrated_4channel_syringe_pump.php>

Roadblocks/issues:

1. Not sure if the current silicone tubing for the peristaltic pump is small enough to attach re-usable syringe needles
2. Need to debug peristaltic pump accuracy for accuracy regarding how consistent liquid handling is(we can do something like 3 trials for consistent 5 ml of liquid to debug)

TO DOs:

1. CAD a new control panel for the overall raspberry pi setup
2. Order components for SMALLER silicone tubing with luer locks(that can attach a syringe needle), as well as linear actuators and silicone/glass syringes, since they allow easier control of precise liquid handling control


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.hackerfab.org/home/working-docs/cmu-updates/matthew-chois-updates/week-6-update.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
