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

4.7:StellarH7V2 #6681

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
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
6 changes: 5 additions & 1 deletion common/source/docs/common-autopilots.rst
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,10 @@ Open Hardware
TauLabs Sparky2 <common-taulabs-sparky2>
ZeroOneX6 <common-zeroonex6>

\* due to flash memory limitations, these boards do not include all ArduPilot features. See :ref:`Firmware Limitations <common-limited_firmware>` for details.
\* due to flash memory limitations, these boards do not include all ArduPilot features. See :ref:
Camera Switch
=============
GPIO 81 controls which camera input (CAM1 or CAM2) is applied to the internal OSD. A RELAY function (see :ref:`common-relay`)can be enabled to control the switching.`Firmware Limitations <common-limited_firmware>` for details.

Closed Hardware
===============
Expand Down Expand Up @@ -176,6 +179,7 @@ Closed Hardware
SpeedyBee F4 V3/V4 <common-speedybeef4-v3>
SpeedyBee F405 Mini <common-speedybeef405-mini>
SpeedyBeeF405WING/WING Mini <common-speedybeef405wing>
StellarH7V2 <common-stellarh7v2>
TBS Lucid H7 <common-tbs-lucidh7>
ThePeach FCC-K1 <common-thepeach-k1>
ThePeach FCC-R1 <common-thepeach-r1>
Expand Down
121 changes: 121 additions & 0 deletions common/source/docs/common-stellarh7v2.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,121 @@
.. _common-stellh7v2:

[copywiki destination="plane,copter,blimp,rover"]

===========
StellarH7V2
===========

An autopilot sold by `StingBee <https://stingbee.com.ua/flight_controllers/stellarh7v2>`__

Features
========

* Processor
* STM32H743VIH6 480 MHz, 2MB flash
* Sensors
* ICM-42688p Acc/Gyro with external clock feature
* DPS310/BMP280 barometer
* AT7456E OSD
* SD Card
* Power
* 2S-8S Lipo input voltage with voltage monitoring
* 12V, 3A BEC for powering Video Transmitter
* 5V, 2A BEC for internal and peripherals
* Interfaces
* 10x PWM outputs DShot capable, 4 outputs BDShot capable
* 7x UARTs
* 1x CAN
* 1x I2C
* 3x ADC
* SD card for logging
* USB-C port
* LED
* Red, 3.3V power indicator
* Blue and Green, FC status
* Size
* 41 x 41mm PCB with 30.5mm M3 mounting holes

Pinouts
=======

.. image:: ../../../images/StellarH7V2-top.png
:target: ../_images/StellarH7V2-top.png

.. image:: ../../../images/StellarH7V2-bot.png
:target: ../_images/StellarH7V2-bot.png

UART Mapping
============

The UARTs are marked RX and TX in the above pinouts. The RX pin is the
receive pin for the UART. The TX pin is the transmit pin for UART. All UARTS except UART6 and UART8 are DMA capable. Default protocols are shown below and can be changed by the user.


* SERIAL0 -> USB
* SERIAL1 -> UART1 (MAVLink2)
* SERIAL2 -> UART2 (MAVLink2)
* SERIAL3 -> UART3 (User)
* SERIAL4 -> UART4 (Serial RC input)
* SERIAL5 -> UART6 (GPS)
* SERIAL6 -> UART7 (DisplayPort)
* SERIAL7 -> UART8 (ESC Telemetry, RX8 pin only)

CAN and I2C
===========
StellarH7V2 supports 1x CAN bus and 1x I2C bus

RC Input
========
The default RC input is configured on the UART4 RX4 input and can be used for all ArduPilot supported unidirectional receiver protocols.

* PPM is not supported.
* SBUS/DSM/SRXL connects to the RX4 pin.
* FPort requires connection to TX4 and :ref:`SERIAL4_OPTIONS<SERIAL4_OPTIONS>` set to "7". See :ref:`common-FPort-receivers`.
* CRSF also requires a TX4 connection, in addition to RX4, and automatically provides telemetry.
* SRXL2 requires a connection to TX4 and automatically provides telemetry. Set :ref:`SERIAL4_OPTIONS<SERIAL4_OPTIONS>` to “4”.

OSD Support
===========
StellarH7V2 supports using its internal OSD using OSD_TYPE 1 (MAX7456 driver). Simulatenous DisplayPort OSD operation is preconfigured on SERIAL 6 but requires OSD_TYPE2 = 5. See :ref:`common-msp-osd-overview-4.2` for more info.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
StellarH7V2 supports using its internal OSD using OSD_TYPE 1 (MAX7456 driver). Simulatenous DisplayPort OSD operation is preconfigured on SERIAL 6 but requires OSD_TYPE2 = 5. See :ref:`common-msp-osd-overview-4.2` for more info.
StellarH7V2 supports using its internal OSD using OSD_TYPE 1 (MAX7456 driver). Simulatenous DisplayPort OSD operation is preconfigured on SERIAL 6 but requires OSD_TYPE2 = 5. See :ref:`common-msp-osd-overview-4.2` for more info.


PWM Output
==========
StellarH7V2 supports up to 10 PWM outputs.

All the channels support DShot. Channels 1-6 support bi-directional DShot. Channels 9 and 10 are marked as S5 and S6 on the board. PWM outputs are grouped and every group must use the same output protocol:

* 1, 2 are Group 1;
* 3, 4, 5, 6 are Group 2;
* 7, 8, 9, 10 are Group 3;

Battery Monitoring
==================
The board has 1 built-in voltage dividers and 2x current ADC which support external 3.3V based current sensors. The voltage input is compatible with 2~8S LiPo batteries.

The default battery parameters are:

* :ref:`BATT_MONITOR<BATT_MONITOR>` = 4
* :ref:`BATT_VOLT_PIN<BATT_VOLT_PIN__AP_BattMonitor_Analog>` = 10
* :ref:`BATT_CURR_PIN<BATT_CURR_PIN__AP_BattMonitor_Analog>` = 11 (CURR pin)
* :ref:`BATT_VOLT_MULT<BATT_VOLT_MULT__AP_BattMonitor_Analog>` = 11
* :ref:`BATT_AMP_PERVLT<BATT_AMP_PERVLT__AP_BattMonitor_Analog>` = 10
* :ref:`BATT2_CURR_PIN<BATT2_CURR_PIN__AP_BattMonitor_Analog>` = 7 (ADC2 pin)


Camera Switch
=============
GPIO 81 controls which camera input (CAM1 or CAM2) is applied to the internal OSD. A RELAY function (see :ref:`common-relay`)can be enabled to control the switching.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
GPIO 81 controls which camera input (CAM1 or CAM2) is applied to the internal OSD. A RELAY function (see :ref:`common-relay`)can be enabled to control the switching.
GPIO 81 controls which camera input (CAM1 or CAM2) is applied to the internal OSD. A RELAY function (see :ref:`common-relay`) can be enabled to control the switching.


Compass
=======
StellarH7V2 does not have a built-in compass, but you can attach an external compass using I2C on the SDA and SCL pads.

Loading Firmware
================
Firmware for these boards can be found at https://firmware.ardupilot.org in sub-folders labeled StellarH7V2.

Initial firmware load can be done with DFU by plugging in USB with the
boot button pressed. Then you should load the "xxxx_with_bl.hex" firmware, using your favorite DFU loading tool. eg STM32CubeProgrammer

Subsequently, you can update firmware with Mission Planner or other ArduPilot compatible GCS.
Binary file added images/StellarH7V2-bot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/StellarH7V2-top.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.