# Raspberry Pi

eVOLVER uses Raspberry Pi for interfacing with the Arduino microcontrollers and for processing user and experimental commands. Hardware and software configurations and calibrations are saved on the RPi.

We provide a pre-configured RPi image that is configured to run all eVOLVER software.

[RPi image for eVOLVER](https://drive.google.com/file/d/1yDQ_HLA8o-DooAyxWKPMJJNqN8z-LEy3/view)

[General RPi information](https://www.raspberrypi.org/)

[Raspberry Pi Imager](https://www.raspberrypi.com/software/) - Use this to upload the disk image linked above to the RPi SD card. We have a guide for this process [here](/evolver/guides/raspberry-pi-configuration.md).

[Guide for uploading a disk image to the RPi SD card via command line](https://www.evolver.bio/t/configuring-a-new-rpi-for-evolver-as-server/210/2) - Only use this if you are comfortable working on a terminal and the upload tool above isn't working for you.

### Setting up a new RPi

If you need to setup a new RPi, download the image linked above and install the Raspberry Pi Imager tool on your personal laptop or computer. Plug in the SD card from the RPi and upload them image onto it (this process might take a while). Afterwards, you can plug the card back into the RPi and [update the server code](/evolver/guides/updating-the-evolver-server.md).


---

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