Skip to content

Commit cf49a3d

Browse files
peterbarkerHwurzburg
authored andcommitted
hwdef: make F4BY_H743 compliant with heading rules
Adding heading at the top triggers enforcement of other rules around using ## headings throughout
1 parent 6dad3cf commit cf49a3d

File tree

1 file changed

+15
-30
lines changed
  • libraries/AP_HAL_ChibiOS/hwdef/F4BY_H743

1 file changed

+15
-30
lines changed

libraries/AP_HAL_ChibiOS/hwdef/F4BY_H743/README.md

Lines changed: 15 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,12 @@ The F4BY_H743 autopilot is manufactured by `F4BY Team <https://f4by.com>`__
44

55
![F4BY_H743](F4BY_H743_board_image.jpg)
66

7-
Where to Buy
8-
============
7+
## Where to Buy
98

109
Shop `here https://f4by.com/en/?order/our_product`__
1110
The instructions, schematic, 3D model are available `here https://f4by.com/en/?doc/fc_f4by_v3.0.1_h743`__
1211

13-
Specifications
14-
==============
12+
## Specifications
1513

1614
- Processor
1715
- STM32H743 32-bit processor, 480Mhz
@@ -38,8 +36,7 @@ Specifications
3836
- USB GHS type port for external connector.
3937
- DFU bootloader button
4038

41-
Analog sensors
42-
==============
39+
## Analog sensors
4340

4441
- Analog airspeed PC0 (0...+3.3v range) pin 10
4542
- Analog rssi PC1 (0...+3.3v range) pin 11
@@ -48,21 +45,18 @@ Analog sensors
4845
- Board power sensing PC4 (0...+6.6v range)
4946
- Servo power sensing PC5 (0...+9.9v range)
5047

51-
Analog Airspeed
52-
===============
48+
## Analog Airspeed
5349

5450
If the ARSPD pin is used for analog airspeed input.
5551
Set :ref:`ARSPD_PIN<ARSPD_PIN>` to 10.
5652
Set :ref:`ARSPD_TYPE<ARSPD_TYPE>` to "1".
5753

58-
Analog RSSI
59-
===========
54+
## Analog RSSI
6055

6156
If the RSSI pin is used for analog RSSI input. Set :ref:`RSSI_ANA_PIN<RSSI_ANA_PIN>` to 11.
6257
Set :ref:`RSSI_TYPE<RSSI_TYPE>` to "1" .
6358

64-
UART Mapping
65-
============
59+
## UART Mapping
6660

6761
The UARTs are marked Rn and Tn in the above pinouts. The Rn pin is the receive pin for UARTn. The Tn pin is the transmit pin for UARTn
6862

@@ -75,16 +69,14 @@ The UARTs are marked Rn and Tn in the above pinouts. The Rn pin is the receive p
7569
|4 | UART4 | None |||
7670
|5 | UART5 | None |||
7771

78-
RC Input
79-
========
72+
## RC Input
8073

8174
- RCin PB0
8275
Using the RCin pin will support all unidirectional RC protocols. (PPM, SBUS, iBus, PPM-Sum, DSM,DSM2,DSM-X,SRXL and SUM-D)
8376

8477
- USART2 for Bi-directional protocols (CRSF/ELRS,SRXL2,IRC Ghost, and FPort) see `here <https://ardupilot.org/sub/docs/common-rc-systems.html#common-rc-systems>`
8578

86-
PWM Output
87-
==========
79+
## PWM Output
8880

8981
PWM/DShot capable motor outputs:
9082

@@ -126,8 +118,7 @@ Group #4
126118

127119
**Note:** All outputs of a group must be of the same type (PWM or DSHOT).
128120

129-
GPIOs
130-
=====
121+
## GPIOs
131122

132123
-D1 pin 1
133124
-D2 pin 2
@@ -137,23 +128,20 @@ GPIOs
137128

138129
**Note:** 0 ... +3.3V range. This pins can be used for relay control, camera shutter, camera feedback e.t.c.
139130

140-
Dimensions
141-
==========
131+
## Dimensions
142132

143133
- Size: 50 x 50 mm
144134
- Mounting holes: 45 x 45 mm (M3)
145135
- Weight: 15.5 g
146136

147-
Pinout
148-
======
137+
## Pinout
149138

150139
![F4BY_H743 V3.0.3 Board](f4BY_H743_v303_diagramm.jpg "F4BY_H743 V3.0.3")
151140

152141
RCIN solder pad location for board version 3.0.3
153142
![RCIN solder pad location](rcin_303.jpg "RCIN solder pad location ")
154143

155-
Battery Monitor
156-
===============
144+
## Battery Monitor
157145

158146
The board has a external current and voltage sensor input. The sensors range from 0v to +6.6V.
159147

@@ -165,18 +153,15 @@ The default battery parameters are:
165153
- :ref:`BATT_VOLT_MULT<BATT_VOLT_MULT__AP_BattMonitor_Analog>` = 16.04981
166154
- :ref:`BATT_AMP_PERVLT<BATT_AMP_PERVLT__AP_BattMonitor_Analog>` = 100 (will need to be adjusted for whichever current sensor is attached)
167155

168-
Compass
169-
=======
156+
## Compass
170157

171158
The F4BY_H743 has a built-in compass. Due to potential interference, the autopilot is usually used with an external I2C compass as part of a GPS/Compass combination.
172159

173-
Firmware
174-
========
160+
## Firmware
175161

176162
for F4BY_H743 can be found `here <https://firmware.ardupilot.org>` in sub-folders labeled “F4BY_H743”.
177163

178-
Loading Firmware
179-
================
164+
## Loading Firmware
180165

181166
The board comes pre-installed with an ArduPilot compatible bootloader, allowing the loading of xxxxxx.apj firmware files with any ArduPilot compatible ground station.
182167

0 commit comments

Comments
 (0)