# 3. Edit Pick\&Place

By default, there are various components on the board that you might not want to include. We'll go through them step by step.

Open the Pick\&Place file in Excel, Google Sheet or similar:

<figure><img src="https://1937097571-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FXsx2Pyx5QBO3iWZFpmmR%2Fuploads%2FIPWq4t6YDeS5eM7GvcV7%2Fimage.png?alt=media&#x26;token=2de3591a-4825-48b6-9267-a0200d8d3034" alt=""><figcaption></figcaption></figure>

Here you can decide which components you should pay for and get assembled on the board. Here are the components that you should consider removing:

### 1. XH connectors

By default, there are XH connectors to the 3 USB connection points (USB IN, USB1 and USB2), as well as to the LED connection point. You might want to solder wires or pin headers to these holes? Delete any of these rows to remove the XH connector.&#x20;

<figure><img src="https://1937097571-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FXsx2Pyx5QBO3iWZFpmmR%2Fuploads%2FRiZ8Qvw0JcsXbBE60MkW%2Fimage.png?alt=media&#x26;token=4542f1b1-276b-4561-89df-a83dde82686b" alt=""><figcaption></figcaption></figure>

### 2. Micro USB connector

The micro USB connector slightly protrudes from the side of the board. You can connect the board via the USB\_IN wire holes, so you might feel like the micro USB connector is not needed and indeed can get in the way of a snug fit into your controller casing.&#x20;

<figure><img src="https://1937097571-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FXsx2Pyx5QBO3iWZFpmmR%2Fuploads%2Fk4xutv3yixRCLkhBTUpA%2Fimage.png?alt=media&#x26;token=996b8afc-2bad-4d2f-b6ed-0fdda67decc2" alt=""><figcaption></figcaption></figure>

### 3. External ADCs

The 2 external ADCs (ADS1115) gives you additional 2 x 4 analog inputs. However, they are quite expensive. These two alone are about half the cost of the board. You can remove them if you dont need them. You'll still have 4 analog inputs available without these two. Remember to [deactivate ](https://dahl-design.gitbook.io/ddc/code/settings#board-settings)the ADCs that you remove from the project.&#x20;

<figure><img src="https://1937097571-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FXsx2Pyx5QBO3iWZFpmmR%2Fuploads%2FqFHpu0Rb763KIJYtL6V6%2Fimage.png?alt=media&#x26;token=c79856bf-d36d-420c-abd9-12f44bdc0fd0" alt=""><figcaption></figcaption></figure>

### 4. Port expanders

The 2 port expanders (PCA9555) gives you additional 2 x 16 digital inputs. They are not very expensive, at around 3$ each. However, why add them if you're not going to use them? You can delete any of these rows if you can do without the extra inputs. Remember to [deactivate ](https://dahl-design.gitbook.io/ddc/code/settings#board-settings)the port expanders that you remove from the project.&#x20;

<figure><img src="https://1937097571-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FXsx2Pyx5QBO3iWZFpmmR%2Fuploads%2FIAqGqCnPQuAUce5qNvhL%2Fimage.png?alt=media&#x26;token=08b2436d-fe5d-4bae-8727-12a246c520fc" alt=""><figcaption></figcaption></figure>

### 5. J1 pin header

The J1 pin header are two pins right next to the micro usb connector. When these are connected to eachother (by for instance using a jumper) you will power the board from USB. When they are not connected, you'll get no power to the board - unless you power it from VIN.&#x20;

The idea is that you'll use this to prevent the high voltage from a power supply on VIN to go backwards into the USB cable and mess up your computer. I could have used a diode, but that comes with voltage drop. And voltage drop makes for a sad sim racer.&#x20;

You might not need to use VIN, you might not have or want to order jumpers, or you might want to solder a wire to connect the two wires holes instead of using a pin header. In any case, you can remove the pin header by deleting this row:

<figure><img src="https://1937097571-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FXsx2Pyx5QBO3iWZFpmmR%2Fuploads%2FRpaaXBOMljXlYwTjOCMl%2Fimage.png?alt=media&#x26;token=4b23a2e7-1e2b-46c3-8055-560b31e386de" alt=""><figcaption></figcaption></figure>


---

# 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://dahl-design.gitbook.io/ddc/cb1/ordering/order-yourself/3.-edit-pick-and-place.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.
