Skip to content

Add ZEX_ATHENA_STD_PRO board#11632

Open
HAKRC8899 wants to merge 1 commit into
iNavFlight:masterfrom
HAKRC8899:ZEX_ATHENA_STD_PRO
Open

Add ZEX_ATHENA_STD_PRO board#11632
HAKRC8899 wants to merge 1 commit into
iNavFlight:masterfrom
HAKRC8899:ZEX_ATHENA_STD_PRO

Conversation

@HAKRC8899

Copy link
Copy Markdown
Contributor

User description

Added ZEX_ATHENA_STD_PRO board.

Hardware Verification

  • Gyro working
  • Accel working
  • Voltage correct
  • Current correct
  • Baro working
  • Mag working(I2C Bus)
  • UART1
  • UART2
  • UART3
  • UART4
  • UART6
  • UART7
  • UART8
  • Analog Camera working
  • Video Out working
  • OSD working
  • LEDs working
  • Buzzer working
  • Motor outputs
  • Servo outputs
  • Blackbox working
  • PINIO1

Problem Description

During actual flight, the drone cannot take off, regardless of whether the motors are connected to M1-M4 or M5-M8. After troubleshooting, it was found that the issue was caused by setting the M8 motor pin to PD15. I tried the methods suggested at #10900 and #10835, adding #define USE_DSHOT_DMAR, but this did not work. When I changed PD15 to, for example:
DEF_TIM(TIM3, CH3, PB0, TIM_USE_OUTPUT_AUTO, 0, 7), // S8
Although motor M8 could not work in this case, the drone was able to take off normally when connected to M1-M4. I also encountered this problem on another H743 flight control board, where the PD15 pin is also used for M8.

I am wondering whether using #define USE_DSHOT_DMAR can really solve this problem, and whether anyone has encountered the same problem as me.

@qodo-code-review

Copy link
Copy Markdown
Contributor

Qodo reviews are paused for this user.

Troubleshooting steps vary by plan Learn more →

On a Teams plan?
Reviews resume once this user has a paid seat and their Git account is linked in Qodo.
Link Git account →

Using GitHub Enterprise Server, GitLab Self-Managed, or Bitbucket Data Center?
These require an Enterprise plan - Contact us
Contact us →

@github-actions

github-actions Bot commented Jun 8, 2026

Copy link
Copy Markdown

Branch Targeting Suggestion

You've targeted the master branch with this PR. Please consider if a version branch might be more appropriate:

  • maintenance-9.x - If your change is backward-compatible and won't create compatibility issues between INAV firmware and Configurator 9.x versions. This will allow your PR to be included in the next 9.x release.

  • maintenance-10.x - If your change introduces compatibility requirements between firmware and configurator that would break 9.x compatibility. This is for PRs which will be included in INAV 10.x

If master is the correct target for this change, no action is needed.


This is an automated suggestion to help route contributions to the appropriate branch.

@github-actions

github-actions Bot commented Jun 8, 2026

Copy link
Copy Markdown

Test firmware build ready — commit 30209c0

Download firmware for PR #11632

1 targets built. Find your board's .hex file by name on that page (e.g. MATEKF405SE.hex). Files are individually downloadable — no GitHub login required.

Development build for testing only. Use Full Chip Erase when flashing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants