# Week 8 Update

What was accomplished:&#x20;

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

* assembled stepper motor electronics setup, and updated arduino code so that it would revolve precisely ONCE(should work on the final assembly, since we are using the same stepper motor) WITH a button setup
* re-designed spin coater CAD on onshape
* planned out a roadmap on how to assemble electronics(have a single arduino mega controlling everything, or find a way to "link" smaller microcontrollers together)

<div><figure><img src="/files/oH9fo6MnCfB1YosfHgV5" alt=""><figcaption></figcaption></figure> <figure><img src="/files/zuMCeM09jBd9tWQtnnmL" alt=""><figcaption></figcaption></figure></div>

Roadblocks/issues:

* The cable that needs to be used is micro usb, and there are no cables that I could find that directly connect onto my labtop(only has C cable connections, not sure if there is a micro usb -> usb c cable)
* The stepper motor requires a different voltage from the microcontroller, so either a second power supply is needed for the microcontroller, or a voltage de-regulator(12v to 5v) is required in the electronics setup

TO DOs:

* Once syringe arrives, take measurements of it, before modifying 3d printed parts in previous cad according to those measurements, and begin testing


---

# 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/working-docs/cmu-updates/matthew-chois-updates/week-8-update.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.
