Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

Hellikandra/AirBrainH743

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GearUp Logo AirBrainH743

This GitHub repository serves as a backup and documentation hub for the AirBrain H743 flight controller.

All official information and product details are available on our website: Airbrain Product page

AirBrain_Front

Overview

The AirBrainH743 is now officially supported by both Betaflight, ArduPilot and PX4, with the target added to their main branches. We also have beta firmware targets available for INAV, and a development framework on Platform IO (Arduino). This repository exists to provide a secondary reference location for hosting documentation, pinout diagrams, and firmware resources, to ensure the information remains easily accessible.

For the latest Ardupilot: https://firmware.ardupilot.org/Copter/latest/AIRBRAINH743/

For the latest Betaflight, click the dropdown list inside Betaflight configurator and select: AIRBRAINH743

Pinout & Datasheet

The /datasheet folder contains the official datasheet and pinout diagrams for the AirBrain flight controller.

AirBrain_Pinout_top AirBrain_Pinout_bottom

Firmware

The '/firmware' folder contains backup binaries and source files related to the AirBrain target.

Please always use the official AirBrain firmware provided by the Betaflight or ArduPilot communities.

This repository is only for documentation and archival purposes.

Inside the firmware folder:

'/sourcecode' – Gear Up source files used for target creation

'/bin' – precompiled binary files that can be flashed to the AirBrain

PX4

These instructions are only for when you would like to build PX4 AirBrainH743 target yourself. If you would just like to install PX4 on the board, please see the '/firmware/PX4/bin' folder that contains PX4 firmware files for the AirBrainH743.

Following instructions expect you have a working PX4 development environment. Copy the contents of '/firmware/PX4/sourcecode' inside your PX4 environment under 'gearup/airbrainh743'.

Make PX4 bootloader

make gearup_airbrainh743_bootloader

Flash PX4 bootloader

dfu-util -a 0 -s 0x08000000:leave   -D boards/gearup/airbrainh743/extras/gearup_airbrainh743_bootloader.bin

Make PX4 FW

make gearup_airbrainh743_default

Flash PX4 FW

dfu-util -a 0 -s 0x08020000:leave \
  -D build/gearup_airbrainh743_default/gearup_airbrainh743_default.bin

Tip

make clean

Missing feature in PX4

Support for NAND flash ⇒ PX4/PX4-Autopilot#22490

=> WIP

3D files

The /3D folder contains step files for an optional mounting bracket to go from 30x30 to 20x20mm.

Contact & More Info

For additional details or support:

[email protected]

AirBrain Logo AirBrain Logo

Website Gear Up

About

AirBrainH743 flight controller firmware

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 70.1%
  • C++ 14.6%
  • Linker Script 11.9%
  • CMake 1.9%
  • Shell 1.5%