# Overview & Initial Setup

The CBU-CM405-FC is a small RPAS flight controller designed to mount directly to a Raspberry Pi Compute Module 4 (CM4). It measures just 55x40mm and weighs 16g. All flight control is processed on the STM32, allowing the CM4 to run any OS, no need for a Real Time Kernel!

* 5v, 3Amp Regulator &#x20;
* MCU: STM32F405
* IMU: 1x ICM20602, 1x BMI270
* Barometer: BMP280
* Dual Micro SD Card slots
* 5x UARTs (1 reserved for CM4) (Female Headers)
* 1x I2C
* 2x ADC (Voltage + Current Sense)
* 2x MIPI CSI Cameras (2 Lane-CAM0 & 4 Lane-CAM1)
* 4 Port USB Host Hub (Male Headers)
* DFU/EMMC/Telemetry Micro USB Ports

## Initial Setup

Upon removing from the packet please inspect for damage.&#x20;

1. Slide both [DIP Switches](/wiki/products-eol/cbu-cm405-fc-eol/dip-switch.md) to the ON position
2. Connect the micro USB port to the PC avoiding USB extensions. See notes on [power supply requirements](/wiki/products-eol/cbu-cm405-fc-eol/power-requirements.md).
3. [Flash ](/wiki/products-eol/cbu-cm405-fc-eol/flashing-guide.md)the STM32 with the latest available [Firmware](/wiki/products-eol/cbu-cm405-fc-eol/firmware-build-files.md).
4. Disconnect power.
5. If using with a CM4, Slide both Dip Switches to OFF. If no CM4 is installed Slide Only "1" to OFF.

| Dip Switch | For Flashing | With CM4 Installed | Without CM4 Installed |
| ---------- | ------------ | ------------------ | --------------------- |
| 1 - DFU    | ON           | OFF                | OFF                   |
| 2 - 3v3    | ON           | ON                 | OFF                   |


---

# 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://wiki.cbunmanned.com/wiki/products-eol/cbu-cm405-fc-eol/overview-and-initial-setup.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.
