Wiki
  • About CBUnmanned
  • Products
    • CBUnmanned Stamp Eco System
      • Start Here & FAQs
      • H743 Stamp Flight Controller (& Low Cost)
        • Pin Out
        • ArduPilot Wiring & Parameters
        • PCB Footprints & 3D Model
        • Breakout PCB Pinout
        • Flashing & Firmware
      • AM32 ESC
        • PCB Footprints
        • Example PCB Schematics & Layouts
        • Firmware
      • CAN Stamp
        • Example Schematics and Firmware
    • OpenWRT UAV Router
      • Getting Started
      • Connections & Pinout
      • Update Firmware
      • USB Data Tethering
      • TailScale VPN
      • Mavlink Through Serial
      • Mavlink Through Ethernet
      • Mavlink Forwarding with mavp2p
    • 2-8s Battery Monitor
  • Products (EOL)
    • CBU-CM405-FC (EOL)
      • Overview & Initial Setup
      • Female Header F405
        • RC In/SBus Wiring
        • UART
        • I2C
      • Male Header USB Hub
      • Micro USB
      • ESC Connector
        • CM405-FC-BO Pinout
      • Cameras
      • Micro SD Card
      • 40 Pin GPIO
      • FC>CM4 Telemetry
      • DIP Switch
      • Flashing Guide
        • STM32F405
        • Compute Module 4 EMMC
      • Firmware Build Files
        • CM4
        • ArduPilot
          • hwdef.dat
          • hwdef-bl.dat
      • Power Requirements
      • 3D Printable Frames
Powered by GitBook
On this page
  • RC
  • GPS & I2C
  • Motors/Servos/ESC/Voltage Sense/Current Sense
  • Ethernet*
  • CAN
  • SPI
  • UART
  1. Products
  2. CBUnmanned Stamp Eco System
  3. H743 Stamp Flight Controller (& Low Cost)

ArduPilot Wiring & Parameters

Please download images for full quality

Please provide good quality, low-noise 5v input and ensure all grounds are connected together.

RC

Most RC Input types can be used except PPM. Please see the ArduPilot wiki for full details.

GPS & I2C

UART 3 & 4 are designated to be GPS 1 & 2 by default. The corresponding I2C port can be used for an compass.

Motors/Servos/ESC/Voltage Sense/Current Sense

The Stamp has 10 outputs, they are all DShot compatible and outputs 1-8 support bi-directional DShot.

Outputs can be set as PWM for servos or other accessories.

Voltage and current sense expects an analog signal between 0-3.3v. Typically a 10:1 voltage divider can be used between the main battery voltage and the voltage sense pin if voltages stay below 7s. Current can typically be directly connected to an ESCs current output (if available).

ESC serial telemetry is available on any UART, but it is recommended to use UART8.

Ethernet*

The Stamp contains everything needed for direct ethernet connection to external networks. It features an Ethernet PHY and magnetics, meaning the pins can be broken out to any kind of connector.

CAN

There are 2 separate CAN buses on the Stamp. A 120 ohm termination resistor is fitted on the board and is required between the CAN signals on the last device in the chain.

SPI

A SPI port is available for use with external sensors and the correct modifications to the firmware. Typically used for vibration isolated IMUs.

UART

There are a total of 8 serial ports available, one of which (USART6) is designated for RC input. They can be mapped to any user function that ArduPilot supports.

Please check the following list for DMA/Flow Control compatibility*:

  • SERIAL0 -> USB

  • SERIAL1 -> USART1

  • SERIAL2 -> USART2 (With RTS/CTS, DMA-enabled)

  • SERIAL3 -> USART3 (GPS1, DMA-enabled)

  • SERIAL4 -> UART4 (GPS2, DMA-enabled)

  • SERIAL5 -> UART5 (With RTS/CTS, DMA-enabled)

  • SERIAL6 -> USART6 (RCIN / IO coprocessor if fitted, DMA-enabled)

  • SERIAL7 -> UART7 (With RTS/CTS, DMA-enabled)

  • SERIAL8 -> UART8

*Not avilable on the Low Cost Version

PreviousPin OutNextPCB Footprints & 3D Model

Last updated 7 months ago