# Wiring Diagrams

***

{% hint style="danger" %}

## Cartographer Probes and AFC Lite MMU boards

We observed that some AFC-Lite Boards (Box Turtle controller) can for unknown reason damage your Cartographer. Therefor we dont recommend running both on the same CAN network as there is a chance of frying your Cartographer. \
\
**Running either over USB is fine.** \
\
Its possible that your AFC-Lite is not affected and that there are other environmental variables at play.
{% endhint %}

Below are some wiring diagrams for some common CAN boards used with Klipper.&#x20;

We will expand out the wiring diagrams as time goes on and more boards are released.

{% hint style="warning" %}
You may not be able to flash your EBB36 or EBB42 over CanBus while Cartographer is connected, simply unplug the CAN H and CAN L pin, flash it and then re-connect after.&#x20;
{% endhint %}

## BigTreeTech EBB36

### Standard & Low Profile

<figure><img src="/files/gXW3BqeNIBjDtaDlNjq0" alt=""><figcaption><p>EBB36 &#x26; Cartographer CAN Probe (Low Profile / Standard)</p></figcaption></figure>

{% hint style="info" %}
You should apply a twist to your CAN H and CAN L cables every 24mm
{% endhint %}

### Right Angle

<figure><img src="/files/vAzkOCo8XR9SKY9vJq4c" alt=""><figcaption><p>EBB36 &#x26; Cartographer CAN Probe (Right Angle)</p></figcaption></figure>

{% hint style="info" %}
You should apply a twist to your CAN H and CAN L cables every 24mm
{% endhint %}

## BigTreeTech EBB42

### Standard & Low Profile

<figure><img src="/files/euwk4M3nyPG6p7WUMtYn" alt=""><figcaption><p>EBB42 &#x26; Cartographer CAN Probe (Low Profile / Standard)</p></figcaption></figure>

{% hint style="info" %}
You should apply a twist to your CAN H and CAN L cables every 24mm
{% endhint %}

### Right Angle

<figure><img src="/files/fsSJfnafuN6U71awDVqw" alt=""><figcaption><p>EBB42 &#x26; Cartographer CAN Probe (Right Angle)</p></figcaption></figure>

{% hint style="info" %}
You should apply a twist to your CAN H and CAN L cables every 24mm
{% endhint %}

## SB2209/SB2240 (via SB0000 breakout board)

### Standard & Low Profile

<figure><img src="/files/9KC0WL8mkjhFugu70pHi" alt=""><figcaption><p>SB0000 &#x26; Cartographer CAN Probe (Standard / Low Profile)</p></figcaption></figure>

{% hint style="info" %}
You should apply a twist to your CAN H and CAN L cables every 24mm
{% endhint %}

### Right Angle

<figure><img src="/files/b9leyWKdgl5PX0u8dja3" alt=""><figcaption><p>SB0000 &#x26; Cartographer CAN Probe (Right Angle)</p></figcaption></figure>

{% hint style="info" %}
You should apply a twist to your CAN H and CAN L cables every 24mm
{% endhint %}

## USB Wiring

#### Standard Format Cartographer USB Wiring

<figure><img src="/files/sLmfTew7op4O6bZlwRmm" alt="" width="563"><figcaption></figcaption></figure>

Wiring for the USB connector is in order

* Ground
* DATA +
* DATA -
* 5V

#### Right Angle Format Cartographer USB Wiring

<figure><img src="/files/IdyeN0YepxAV8D1TV6PN" alt="" width="563"><figcaption></figcaption></figure>

Wiring for the USB connector is in order

* 5V
* DATA -
* DATA +
* Ground


---

# 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.cartographer3d.com/cartographer-probe/installation-and-setup/probe-installation/wiring-diagrams.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.
