> For the complete documentation index, see [llms.txt](https://khalil-lab.gitbook.io/evolver/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://khalil-lab.gitbook.io/evolver/upgrade-base-evolver-hardware.md).

# Upgrade Base eVOLVER Hardware

## Vial Cap Upgrades

{% hint style="info" %}
As of 25/01/15, FynchBio gives the cap that only accommodates needles. This cap does not have a tight seal on the vial and thus does not enable emergency efflux.
{% endhint %}

### Benefits / Options

1. Better seal to vial - enables emergency efflux (see below) away from vial if too much is pumped in
2. More ports available
3. Reusable connectors - can use luer connectors to connect to eVOLVER tubing

See [here](/evolver/hardware/vial-caps.md) for more information and construction protocols.

## Emergency Efflux

Protect your eVOLVER hardware with a sealed vial and additional efflux line dedicated to preventing vial overflows.

Guide [here](/evolver/guides/emergency-efflux.md).

## Bubbling

Many organisms require additional gas exchange outside of what eVOLVER stirring can provide. Others require custom gas mixes for growth. In-vial bubblers provide this.

Guide [here](/evolver/extensions/custom-fluidics/bubblers-in-vial-aeration.md). *Please cite Daniel Hart's paper when it comes out!*

## Stop Stir While Taking OD

This is a measure that is *necessary* if you are bubbling, but can improve OD in general by decreasing noise.

To do this, [swap](/evolver/guides/change-your-conf.yml-file.md) in a conf.yml with stir stopped for OD reads. Example conf.yml [here](https://github.com/FYNCH-BIO/evolver/tree/master/evolver/alternate_conf_files/stir_pause_for_OD_reads).

{% hint style="warning" %}
*You will need to calibrate OD with stir off.*

1. It is recommended to switch to the normal conf.yml with 20 second broadcast\_timing for calibration to receive data more quickly. During experiment, switch back to the stir stopping conf.yml
2. Swirl the vials when moving standards to make sure cells do not settle.
   {% endhint %}


---

# 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://khalil-lab.gitbook.io/evolver/upgrade-base-evolver-hardware.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.
