# ThePeach FCC-R1

:::warning PX4 does not manufacture this (or any) autopilot. Contact the [manufacturer](https://thepeach.kr/) for hardware support or compliance issues. :::

**ThePeach FCC-R1** is an advanced autopilot designed and made in **ThePeach**.

It is based on the **Pixhawk-project FMUv3** open hardware design and runs **PX4** on **Nuttx OS**.

![ThePeach\_R1](https://4155462212-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LArEa7z2SPawfl3HpCD%2Fuploads%2Fgit-blob-1407a8eba926d3f473048dc8f2f80a0457130816%2Fmain.png?alt=media)

## Specifications

* Main Processor: STM32F427VIT6
  * 32bit ARM Cortex-M4, 168 MHz 256 KB RAM 2 MB Flash memory
* IO Processor: STM32F100C8T6
  * ARM Cortex-M3, 32bit ARM Cortex-M3, 24 MHz, 8KB SRAM
* On-board sensors
  * Accel/Gyro: ICM-20602
  * Accel/Gyro/Mag: MPU-9250
  * Barometer: MS5611
* Interfaces
  * 8+6 PWM output (8 from IO, 6 from FMU)
  * Spektrum DSM / DSM2 / DSM-X Satellite compatible input
  * Futaba S.BUS compatible input and output
  * PPM sum signal input
  * Analogue / PWM RSSI input
  * S.Bus servo output
  * Safety switch/LED
  * 4x UART: TELEM1, TELEM2(Raspberry Pi CM3+), GPS, SERIAL4
  * 1x I2C Ports
  * 1x CAN bus
  * Analog inputs for voltage / Current of 1 battery
* Interfaces For Raspberry Pi CM3+
  * VBUS
  * DDR2 Connector: Raspberry Pi CM3+
  * 1x UART
  * 2x USB
  * 1x Raspberry Pi Camera
* Mechanical
  * Dimensions: 49.2 x 101 x 18.2mm
  * Weight: 100g

## Connectors

![pinmap\_top](https://4155462212-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LArEa7z2SPawfl3HpCD%2Fuploads%2Fgit-blob-2ca239320089969dba0afcfda8878a004eea5de4%2Fpinmap.png?alt=media)

## Serial Port Mapping

| UART   | Device     | Port                       |
| ------ | ---------- | -------------------------- |
| USART1 | /dev/ttyS0 | IO Processor Debug         |
| USART2 | /dev/ttyS1 | TELEM1 (flow control)      |
| USART3 | /dev/ttyS2 | TELEM2 (Raspberry pi cm3+) |
| UART4  | /dev/ttyS3 | GPS1                       |
| USART6 | /dev/ttyS4 | PX4IO                      |
| UART7  | /dev/ttys5 | Debug console              |
| UART8  | /dev/ttyS6 | TELEM4                     |

## Voltage Ratings

**ThePeach FCC-R1** can be double-redundant on the power supply if two power sources are supplied. The two power rails are: **POWER** and **USB**.

Note:

1. The output power rails **FMU PWM OUT** and **I/O PWM OUT** do not power the flight controller board (and are not powered by it). You must supply power to one of **POWER** or **USB** or the board will be unpowered.
2. The USB do not power the **Raspberry Pi CM3+**. You must supply power to **POWER** or the Raspberry Pi CM3+ will be unpowered.

**Normal Operation Maximum Ratings**

Under these conditions, all power sources will be used in this order to power the system:

1. POWER input (5V to 5.5V)
2. USB input (4.75V to 5.25V)

**Absolute Maximum Ratings**

Under these conditions, all power sources cause permanent damage to the flight controller.

1. POWER input (5.5V Over)
2. USB input (5.5V Over)

## Building Firmware

To build PX4 for this target:

```jsx
make thepeach_r1_default
```

## Where to buy

Order from [ThePeach](http://thepeach.shop/)


---

# 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://px4.gitbook.io/px4-user-guide/drone_parts/flight_controller/autopilot_manufacturer_supported/thepeach_r1.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.
