> For the complete documentation index, see [llms.txt](https://nxp.gitbook.io/mr-b3rb/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nxp.gitbook.io/mr-b3rb/archive/mr-b3rb-pdb-reference.md).

# MR-B3RB-PDB Reference

The MR-B3RB-PDB (Power Distribution board) sits on the lower chassis and provides the following functions:

* 3S power input from LiPO battery or power supply with XT60 type power connector.
* Regulated 5V supply for boards and servos
* JST-GH Power cable connections for the NavQPlus and MR-CANHUBK344
  * Filtering on the power supply connectors
* Optional 5V power source and termination for a CAN bus.
* 3-pin Dupont style PWM connector to MR-CANHUBK344 and ESC cable connector.  The PWM signals connect through to the two signals (Enable and PWM) on the ESC (motor controller) integrated into the BLDC motor on the B3RB Buggy Chassis.
* 3-Pin Dupont style PWM connectors also provide 5V "up" to the "servo rail/PWM rail" on the MR-CANHUBK344 in order to provide power to the Steering Servo or any other RC-PWM connected devices.
* 2 pins for use in providing 5V to the RGB-LEDS (TBD, this is optional and power presently is supplied via a 4 pint JST-GH on the MR-CANHUBK344)
* Quadrature Encoder in (custom) and out (JST-GH) connectors. In from B3RB motor, out via JST-GH to MR-CANHUBK344.

## Remove Jumper from PDB

During manufacturing test, there may be a jumper on the PDB connecting + and S of the 3 pin servo header as shown below. \
It is very important to remove this jumper, It will NOT be used<br>

<figure><img src="/files/mnxt5BYiyOJ2P7f13qAA" alt=""><figcaption><p>REMOVE the jumper between S an + on one of the 3 pin servo headers </p></figcaption></figure>


---

# 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://nxp.gitbook.io/mr-b3rb/archive/mr-b3rb-pdb-reference.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.
