Change DALRC F722DUAL VBAT_SCALE_DEFAULT

DALRC F722DUAL will support 10s battery,the VBAT_SCALE_DEFAULT change 160,max voltage achieved 51V.

DALRCF722DUAL add picture

DALRCF722DUAL add picture

Update board -DALRCF722DUAL.md

Update board -DALRCF722DUAL.md
This commit is contained in:
ZhengNingwei 2018-08-10 09:50:59 +08:00 committed by nyway
parent d751a4f674
commit 67e83c7a92
4 changed files with 7 additions and 2 deletions

View File

@ -52,7 +52,7 @@ This board use the STM32F722RET6 microcontroller and have the following features
### 8 Outputs
| Value | Identifier | function | pin | Notes |
| ----- | ------------ | ----------| ------| ------------------------------------------------------------------------------------- |
| 1 | TIM_CH2 | PPM | PB7 | PPM
| 1 | TIM4_CH2 | PPM | PB7 | PPM
| 2 | TIM8_CH1 | OUPUT1 | PC6 | DMA
| 3 | TIM8_CH2 | OUPUT2 | PC7 | DMA
| 4 | TIM8_CH3 | OUPUT3 | PC8 | DMA
@ -65,7 +65,7 @@ This board use the STM32F722RET6 microcontroller and have the following features
| 11 | TIM3_CH4 | PWM | PB1 | FPV Camera Control(FCAM)
### Gyro & ACC ,suppose ICM20602 and MPU6000
### Gyro & ACC ,support ICM20602 and MPU6000
| Value | Identifier | function | pin | Notes |
| ----- | ------------ | ---------| -------| ------------------------------------------------------------------------------------- |
| 1 | SPI1 | SCK | PA5 | MPU6000 & ICM20602
@ -100,6 +100,10 @@ This board use the STM32F722RET6 microcontroller and have the following features
| 3 | SWDIO | PAD |
| 4 | 3V3 | PAD |
![DALRCF722DUAL top](images/DALRCF722DUAL-Top.png)
![DALRCF722DUAL bottom](images/DALRCF722DUAL-Botton.jpg)
###Designers
* ZhengNyway(nyway@vip.qq.com)

Binary file not shown.

After

Width:  |  Height:  |  Size: 285 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 517 KiB

View File

@ -136,6 +136,7 @@
#define RSSI_ADC_PIN PA0
#define CURRENT_METER_SCALE_DEFAULT 166
#define VBAT_SCALE_DEFAULT 160
#define DEFAULT_VOLTAGE_METER_SOURCE VOLTAGE_METER_ADC
#define DEFAULT_CURRENT_METER_SOURCE CURRENT_METER_ADC