You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The instructions, schematic, 3D model are available `here https://f4by.com/en/?doc/fc_f4by_v3.0.1_h743`__
12
11
13
-
Specifications
14
-
==============
12
+
## Specifications
15
13
16
14
- Processor
17
15
- STM32H743 32-bit processor, 480Mhz
@@ -38,8 +36,7 @@ Specifications
38
36
- USB GHS type port for external connector.
39
37
- DFU bootloader button
40
38
41
-
Analog sensors
42
-
==============
39
+
## Analog sensors
43
40
44
41
- Analog airspeed PC0 (0...+3.3v range) pin 10
45
42
- Analog rssi PC1 (0...+3.3v range) pin 11
@@ -48,21 +45,18 @@ Analog sensors
48
45
- Board power sensing PC4 (0...+6.6v range)
49
46
- Servo power sensing PC5 (0...+9.9v range)
50
47
51
-
Analog Airspeed
52
-
===============
48
+
## Analog Airspeed
53
49
54
50
If the ARSPD pin is used for analog airspeed input.
55
51
Set :ref:`ARSPD_PIN<ARSPD_PIN>` to 10.
56
52
Set :ref:`ARSPD_TYPE<ARSPD_TYPE>` to "1".
57
53
58
-
Analog RSSI
59
-
===========
54
+
## Analog RSSI
60
55
61
56
If the RSSI pin is used for analog RSSI input. Set :ref:`RSSI_ANA_PIN<RSSI_ANA_PIN>` to 11.
62
57
Set :ref:`RSSI_TYPE<RSSI_TYPE>` to "1" .
63
58
64
-
UART Mapping
65
-
============
59
+
## UART Mapping
66
60
67
61
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
68
62
@@ -75,16 +69,14 @@ The UARTs are marked Rn and Tn in the above pinouts. The Rn pin is the receive p
75
69
|4 | UART4 | None | ✘ | ✔ |
76
70
|5 | UART5 | None | ✘ | ✔ |
77
71
78
-
RC Input
79
-
========
72
+
## RC Input
80
73
81
74
- RCin PB0
82
75
Using the RCin pin will support all unidirectional RC protocols. (PPM, SBUS, iBus, PPM-Sum, DSM,DSM2,DSM-X,SRXL and SUM-D)
83
76
84
77
- 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>`
85
78
86
-
PWM Output
87
-
==========
79
+
## PWM Output
88
80
89
81
PWM/DShot capable motor outputs:
90
82
@@ -126,8 +118,7 @@ Group #4
126
118
127
119
**Note:** All outputs of a group must be of the same type (PWM or DSHOT).
128
120
129
-
GPIOs
130
-
=====
121
+
## GPIOs
131
122
132
123
-D1 pin 1
133
124
-D2 pin 2
@@ -137,23 +128,20 @@ GPIOs
137
128
138
129
**Note:** 0 ... +3.3V range. This pins can be used for relay control, camera shutter, camera feedback e.t.c.
- :ref:`BATT_AMP_PERVLT<BATT_AMP_PERVLT__AP_BattMonitor_Analog>` = 100 (will need to be adjusted for whichever current sensor is attached)
167
155
168
-
Compass
169
-
=======
156
+
## Compass
170
157
171
158
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.
172
159
173
-
Firmware
174
-
========
160
+
## Firmware
175
161
176
162
for F4BY_H743 can be found `here <https://firmware.ardupilot.org>` in sub-folders labeled “F4BY_H743”.
177
163
178
-
Loading Firmware
179
-
================
164
+
## Loading Firmware
180
165
181
166
The board comes pre-installed with an ArduPilot compatible bootloader, allowing the loading of xxxxxx.apj firmware files with any ArduPilot compatible ground station.
0 commit comments