Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Content: Add FLYSPARKF4 #481

Merged
merged 2 commits into from
Oct 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
148 changes: 148 additions & 0 deletions docs/wiki/boards/current/FLYSPARKF4/FLYSPARKF4.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,148 @@
---
sidebar_custom_props:
specs:
target: FLYSPARKF4
mcu: STM32F405RGT6
imu: ICM42688P
osd: MAX7456EUI+
barometer: DPS310
blackbox: SD Card
dimensions: 47.8x47.5x18.3mm
mounting: M4 30.5x30.5mm
weight: 10.5g
---

import Tabs from '@theme/Tabs'
import TabItem from '@theme/TabItem'
import SpecGrid from '@site/src/components/SpecGrid'

# FlySpark F4 V1

<Tabs>

<TabItem value="specifications" label="Specifications" default>

<SpecGrid>

![Cover](./FLYSPARKF4-images/FLYSPARKF4-top-angle.png)

</SpecGrid>

## Other Features

- SD Card Slot: Yes
- Onboard Receiver: No
- Hardware Inverter: Yes
- Bluetooth: Yes
- WiFi: No
- Onboard RGB LED: No

## Input/Output

- USB Connector: USB C
- Motor Outputs: 8x
- UARTs: 4x
- I2C: Yes
- SWD: Yes (SWD - TP5, SWC - TP6)
- SPI: No
- 3.3V Output: Yes
- 4.5V (VBUS) Output: Yes
- 5V Output: 3A
- 9V Output: 3A
- Current Sensor: Yes
- Analog RSSI Input: Yes
- LED Strip Output: Yes
- Buzzer Output: Yes

## Pads

### UARTs

| Name | Label | Notes |
| ------ | ----- | ------------- |
| UART 1 | T1/R1 | |
| UART 2 | T2/R2 | SBUS |
| UART 3 | T3/R3 | |
| UART 5 | TEL | ESC Telemetry |
| UART 6 | T6/R6 | |

### Power

| Name | Label | Count | Notes |
| --------------- | ----- | ----- | ----- |
| 3.3V | | 1x | |
| 5V | 5V | 8x | |
| 9V | 9V | 1x | |
| Battery Voltage | BAT | 1x | |

### ESC Signal

| Name | Label | Notes |
| --------------- | ----- | ----- |
| Battery Voltage | BAT | |
| Ground | GND | |
| Telemetry | TEL | |
| Signal 1 | M1 | |
| Signal 2 | M2 | |
| Signal 3 | M3 | |
| Signal 4 | M4 | |
| Signal 5 | M5 | |
| Signal 6 | M6 | |
| Signal 7 | M7 | |
| Signal 8 | M8 | |

## Connectors

### ESC 1-4

| Pin | Name | Label |
| --- | --------------- | ----- |
| 1 | Telemetry | |
| 2 | Current | |
| 5 | Signal 4 | |
| 6 | Signal 3 | |
| 7 | Signal 2 | |
| 8 | Signal 1 | |
| 3 | Battery Voltage | |
| 4 | GND | |

### Digital VTX

| Pin | Name | Label |
| --- | -------- | ----- |
| 1 | 9V | |
| 2 | Ground | |
| 3 | UART1 TX | |
| 4 | UART1 RX | |
| 5 | Ground | |
| 6 | SBUS | |

</TabItem>

<TabItem value="wiring" label="Wiring Diagrams">

![Soldering Diagram](./FLYSPARKF4-images/FLYSPARKF4-wiring-diagram.png)

![Connector Diagram](./FLYSPARKF4-images/FLYSPARKF4-wiring-diagram-2.png)

</TabItem>

<TabItem value="photos" label="Photos">

![Top](./FLYSPARKF4-images/FLYSPARKF4-top.png)

![Top Angle](./FLYSPARKF4-images/FLYSPARKF4-top-angle.png)

</TabItem>

<TabItem value="notes" label="Notes">

:::info

Bluetooth is available for wireless configuration via the FlySpark app

:::

</TabItem>

</Tabs>
Loading