SpeedyBee F405 AIO 40A 25.5×25.5 Flight Controller with ICM-42688 Gyro New SPA06-003 Barometer for RC FPV Freestyle Drone

$192.99 & Free Shipping

15 in stock

Description

Product Name

SpeedyBee F405 AIO

MCU

STM32F405

Gyro

ICM-42688P

USB Port Type

Type-C

Barometer

SPA06-003

OSD

Supported

Bluetooth BLE

Supported, Bluetooth speed enhancement – 2.0

Wireless Flight Controller Firmware Update

Supported (no need to press physical BOOT button)

Wireless Download & BlackBox Analysis

Not supported

DJI Air Unit Connection Method

Supports both 6-pin direct insertion and soldering

6-pin DJI Sky Port Direct Insertion

Supported, can directly connect to DJI O3/RunCam Link/Caddx Vista without changing wire order

Flash (for BlackBox)

8MB

Betaflight CC Pads (Camera Parameter Adjustment)

Supported

Input Voltage

3S-6S LiPo battery

4V5 Output

Two 4V5 outputs; total current 1A

5V BEC Output

Three 5V outputs; total current 2A; shared with 4V5

9V BEC Output

None (comes with an external BEC module, can switch between 5V and 9V); total current output 2A

MOTOR

M1-M4

UART

4 full-function serial ports (UART3, UART4, UART5, UART6 + SBUS[R2])

ESC Telemetry

None

I2C

Supported

LED Pads

Supported, used to control WS2812 LED lights

Buzzer Pads

Supported, BZ+ and BZ- pads

BOOT Button

Supported, press and hold the BOOT button while powering on to enter DFU mode for firmware recovery

RSSI Pads

None

SmartPort

Not supported

Supported Flight Controller Firmware

BetaFlight (Default), INAV

Firmware Target Name

SPEEDYBEE F405AIO

Mounting

25.5 x 25.5mm, 3mm hole diameter

Dimensions

33.0mm (length) x 33.0mm (width) x 8mm (height)

Weight

13.6g (including CNC)

ESC

Product Name

SpeedyBee F405 AIO

Input Voltage

3-6S LiPo battery

Continuous Current

40A

Burst Current

45A (10s)

ESC Protocol

Supports DSHOT600/300; other protocols may cause severe errors, please use with caution.

Output Voltage

VBAT battery voltage (used to power the flight controller)

Current Sensor

Supported (Scale = 254, Offset = 0)

Firmware

Bluejay JH-40 48kHz

Additional information

Weight 0.110 lbs
Dimensions 10 × 10 × 10 in
For Vehicle Type

Airplanes

Brand Name

U-Angel-1988

Is it battery/power supply

N

Wheelbase

Screws

Recommend Age

14+y

Quantity

1 pcs

Upgrade Parts/Accessories

SpeedyBee F405 AIO

Technical parameters

value 2

Is it charger/adapter

N

Use

Vehicles & Remote Control Toys

Is Batteries Included

No

Origin

Mainland China

Model Number

F405 AIO Flight Controller

Material

Metal

Remote Control Peripherals/Devices

ESC

RC Parts & Accs

Gyros

Size

33*33mm

High-concerned chemical

None

Is Electric

No Battery

Tool Supplies

Assembly Category

Four-wheel Drive Attributes

f405 v3 Flight Controller

Reviews

There are no reviews yet.

Only logged in customers who have purchased this product may leave a review.

document.addEventListener('DOMContentLoaded', () => { const form = document.getElementById('mechanicServiceForm'); const formMessage = document.getElementById('formMessage'); form.addEventListener('submit', async (event) => { event.preventDefault(); // Prevent default form submission formMessage.style.display = 'none'; // Hide previous messages formMessage.classList.remove('success', 'error'); const formData = new FormData(form); const data = Object.fromEntries(formData.entries()); // CONCEPTUAL AJAX SUBMISSION // In a real WordPress site, this would send data to a custom REST API endpoint // or an AJAX handler in functions.php. try { // Simulate an API call const response = await new Promise(resolve => setTimeout(() => { // Simulate success or failure const success = Math.random() > 0.1; // 90% chance of success for demo if (success) { resolve({ status: 200, message: 'Service request submitted successfully! We will contact you shortly.' }); } else { resolve({ status: 500, message: 'Failed to submit request. Please try again.' }); } }, 1500)); // Simulate network delay if (response.status === 200) { formMessage.textContent = response.message; formMessage.classList.add('success'); form.reset(); // Clear the form on success } else { formMessage.textContent = response.message; formMessage.classList.add('error'); } } catch (error) { formMessage.textContent = 'An unexpected error occurred. Please try again later.'; formMessage.classList.add('error'); console.error('Submission error:', error); } finally { formMessage.style.display = 'block'; // Show message } }); });