-
-
Notifications
You must be signed in to change notification settings - Fork 115
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ab068ea
commit 5fae064
Showing
49 changed files
with
950 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# Board - Elin F405 | ||
|
||
## Hardware Features | ||
* MCU | ||
- STM32F722 | ||
* IMU | ||
- ICM-20602 | ||
* Motor Outputs | ||
- 4 outputs | ||
* OSD | ||
* VCP | ||
* Hardware UARTS : | ||
- UART1 - Serial RX, | ||
- UART3 - Inverted Smart Port, | ||
- UART4 - General use | ||
- UART6 - General use | ||
- Soft Serial 1 - Smart Port | ||
- Soft Serial 2 - ESC Telemetry | ||
* Black box | ||
- SPI 16MB | ||
* LED Strip | ||
* Integrated Voltage Regulator | ||
- 5V , 3A | ||
* Include Load Switch (VTX Real Pit Mode) | ||
- -30V , -30A (VTX or LED On / Off) | ||
* Include Low Pass LC filter | ||
* Buttons | ||
- Boot | ||
|
||
## Pinouts | ||
![Elin F722 Pinout](images/ElinF722_pinout.jpg) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,96 @@ | ||
# Board - FLYWOOF411 | ||
|
||
This board use the STM32F411CEU6 microcontroller and have the following features: | ||
|
||
* The 16M byte SPI flash for data logging | ||
* USB VCP and boot select button on board(for DFU) | ||
* Stable voltage regulation,9V/1.5A DCDC BEC for VTX/camera etc.And could select 5v/9v with pad | ||
* Serial LED interface(LED_STRIP) | ||
* VBAT/CURR/RSSI sensors input | ||
* Suppose IRC Tramp/smart audio/FPV Camera Control/FPORT/telemetry | ||
* Supports SBus, Spektrum1024/2048, PPM. No external inverters required (built-in). | ||
* Supports I2C device extend(baro/compass/OLED etc) | ||
* Supports GPS | ||
|
||
### All uarts have pad on board | ||
| Value | Identifier | RX | TX | Notes | | ||
| ----- | ------------ | -----| -----| ------------------------------------------------------------------------------------------- | | ||
| 1 | USART1 | PB7 | PB6 | FOR SBUS IN(inverter build in) | | ||
| 2 | USART2 | PA3 | PA2| FOR VTX SM/IRC ETC | | ||
|
||
|
||
### I2C with GPS port together.Use for BARO or compass etc | ||
| Value | Identifier | function | pin | Notes | | ||
| ----- | ------------ | ---------| -------| ------------------------------------------------------------------------------------- | | ||
| 1 | I2C1 | SDA | PB9 | with GPS outlet | ||
| 2 | I2C1 | SCL | PB8 | with GPS outlet | ||
|
||
|
||
### Buzzer/LED output | ||
| Value | Identifier | function | pin | Notes | | ||
| ----- | ------------ | ---------| -------| ------------------------------------------------------------------------------------- | | ||
| 1 | LED0 | LED | PC13 | | ||
| 2 | BEEPER | BEE | PC14 | | ||
|
||
|
||
### VBAT input with 1/10 divider ratio,Current signal input,Analog/digit RSSI input | ||
| Value | Identifier | function | pin | Notes | | ||
| ----- | ------------ | ----------| ------| ------------------------------------------------------------------------------------- | | ||
| 1 | ADC1 | VBAT | PA0 | DMA2_Stream0 | ||
| 2 | ADC1 | CURR | PA1 | DMA2_Stream0 | ||
| 3 | ADC1 | RSSI | PB1 | DMA2_Stream0 | ||
|
||
|
||
### 8 Outputs, 1 PPM input | ||
| Value | Identifier | function | pin | Notes | | ||
| ----- | ------------ | ----------| ------| ------------------------------------------------------------------------------------- | | ||
| 1 | TIM9_CH1 | PPM | PA2 | PPM | ||
| 2 | TIM1_CH1 | OUPUT1 | PA8 | DMA2_Stream1 | ||
| 3 | TIM1_CH2 | OUPUT2 | PA9 | DMA2_Stream2 | ||
| 4 | TIM1_CH3 | OUPUT3 | PA10 | DMA2_Stream6 | ||
| 5 | TIM3_CH3 | OUPUT4 | PB0 | DMA1_Stream7 | ||
| 6 | TIM3_CH1 | OUPUT5 | PB4 | DMA1_Stream4 | ||
| 7 | TIM3_CH4 | ANY | PB1 | DMA1_Stream2 | ||
| 8 | TIM5_CH4 | ANY | PA3 | DMA1_Stream3 | ||
| 9 | TIM2_CH3 | CAM_C | PB10 | DMA1_Stream1 | ||
| 10 | TIM2_CH4 | LED | PB11 | DMA1_Stream6 | ||
|
||
|
||
### Gyro & ACC ICM20689 | ||
| Value | Identifier | function | pin | Notes | | ||
| ----- | ------------ | ---------| -------| ------------------------------------------------------------------------------------- | | ||
| 1 | SPI1 | SCK | PA5 | | ||
| 2 | SPI1 | MISO | PA6 | | ||
| 3 | SPI1 | MOSI | PA7 | | ||
| 4 | SPI1 | CS | PA4 | | ||
|
||
### OSD MAX7456 | ||
| Value | Identifier | function | pin | Notes | | ||
| ----- | ------------ | ---------| -------| ------------------------------------------------------------------------------------- | | ||
| 1 | SPI3 | SCK | PB13 | | ||
| 2 | SPI3 | MISO | PB14 | | ||
| 3 | SPI3 | MOSI | PB15 | | ||
| 4 | SPI3 | CS | PB12 | | ||
|
||
### 16Mbyte flash | ||
| Value | Identifier | function | pin | Notes | | ||
| ----- | ------------ | ---------| -------| ------------------------------------------------------------------------------------- | | ||
| 1 | SPI3 | SCK | PB13 | | ||
| 2 | SPI3 | MISO | PB14 | | ||
| 3 | SPI3 | MOSI | PB15 | | ||
| 4 | SPI3 | CS | PB2 | | ||
|
||
### SWD | ||
| Pin | Function | Notes | | ||
| --- | -------------- | -------------------------------------------- | | ||
| 1 | SWCLK | PAD | | ||
| 2 | Ground | PAD | | ||
| 3 | SWDIO | PAD | | ||
| 4 | 3V3 | PAD | | ||
|
||
* FLYWOO TECH | ||
|
||
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
### Specifications | ||
- Processor: STM32F405 (F4 processor) | ||
- Gyro: MPU6000 | ||
- Loop: 8k/8k | ||
- Input: 2-6S (Max 28V) | ||
- Regulator: Filtered 5V 3A | ||
- Receiver: 3.3V or 5V selectable. Inverted and non-inverted selectable receiver input | ||
- Connectors: 8 pin JST-SH main connector. 2x 3 pin JST-SH Addressable LED connectors (mirrored output) | ||
- Telemetry: Current Sensor and ESC Telemetry Input | ||
- Blackbox: 128Mbit flash (16Megabytes) | ||
- Motor: 4 pwm motor outputs with D-Shot and Multishot support | ||
- Mounting: M3 30.5x30.5mm holes with soft mounting | ||
- Dimensions: 37x37mm | ||
- Weight: 7.5g | ||
- Camera: Filtered 5V output | ||
|
||
### Features | ||
- Direct mounting for Unify Pro (5V), Unify Nano, Unify Pro Nano32 (Nano VTXs use adapter board included) | ||
- Direct mounting for TBS CrossFire Nano RX, TBS CrossFire Nano Diversity RX, FR Sky XM+, and FR Sky R9m Mini (R9m Mini Adapter Included From Tiny's LEDs) | ||
- Header holes for direct receiver installation. | ||
- Built in camera control via single wire (analog only) | ||
- Built in BetaFlight OSD | ||
- Buzzer: Dedicated pads for 5V (100mA max) buzzers | ||
- Onboard addressable LED | ||
- Built in Tiny’s LEDs RealPit VTX power switch (selectable between ON-OFF-Remote) | ||
- Receiver can be powered on via USB (VTX stays off) | ||
- SmartAudio: Selectable between internal (FC controlled) and external (receiver). | ||
|
||
### UART info | ||
- UART1: Receiver (FrSky, Spektrum, Crossfire, etc) | ||
- UART3: SmartAudio (or any other desired output if SmartAudio is selected to pull signal from the “external” pad, designated RX SA on the top of the FC) | ||
- UART6: ESC Telemetry (if applicable). | ||
|
||
### Top | ||
![Top](images/SYNERGYF4-top.png) | ||
|
||
### Bottom | ||
![Bottom](images/SYNERGYF4-bottom.png) | ||
|
||
### Photo | ||
![Main](images/SYNERGYF4-main.jpg) | ||
|
||
`*** The flight controller does not include a receiver or VTX. The picture is for illustration only!` | ||
### Installation | ||
- Video: https://www.facebook.com/kevinslee106/videos/10156338569116234 | ||
|
||
### Where to get | ||
- WhitenoiseFPV: https://whitenoisefpv.com/products/synergyf4 | ||
- Tiny's LEDs: https://tinysleds.com/products/synergy-f4-flight-controller |
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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.