inav icon indicating copy to clipboard operation
inav copied to clipboard

target: Add JHEMCU F435 AIO target board support

Open jhemcu opened this issue 9 months ago • 4 comments

jhemcu avatar Mar 07 '25 11:03 jhemcu

@jhemcu have you submited samples already?

mmosca avatar Mar 07 '25 12:03 mmosca

@jhemcu have you submited samples already?

@mmosca Not yet, please provide the post address.

jhemcu avatar Mar 08 '25 03:03 jhemcu

@jhemcu have you submited samples already?

@mmosca Not yet, please provide the post address.

Get in touch over at discord https://discord.gg/3mskbcxy

I am mmosca over there.

mmosca avatar Mar 08 '25 13:03 mmosca

See https://github.com/iNavFlight/inav/pull/10825 for the non-AIO version.

  • [ ] Samples received
  • [ ] Flash firmware
  • [ ] Calibrate
  • [ ] Orientation matches
  • [ ] Gyro working
  • [ ] Accel working
  • [ ] Baro working
  • [ ] Voltage correct
  • [ ] Current correct
  • [ ] Mag I2C Bus
  • [ ] Additional I2C2 Buses (Airspeed/other accessories)
  • [ ] UART1
  • [ ] UART2
  • [ ] UART3
  • [ ] UART4
  • [ ] UART5
  • [ ] UART6
  • [ ] UART7
  • [ ] UART8
  • [ ] Analog Camera working
  • [ ] Video Out working
  • [ ] OSD working
  • [ ] LEDs working
  • [ ] Buzzer working
  • [ ] Motor outputs
  • [ ] DShot support on m1-4
  • [ ] Servo outputs
  • [ ] Blackbox
  • [ ] PINIO1
  • [ ] PINIO2

sensei-hacker avatar Apr 09 '25 02:04 sensei-hacker

@jhemcu would it be accurate to say that the only differences between the AIO and the non-AIO is the added built-in ESC and the non-AIO has additional UARTs? Is it the exact same pins for the same functions otherwise?

sensei-hacker avatar Jun 24 '25 05:06 sensei-hacker

@jhemcu 可以准确地说,AIO和非AIO之间的唯一差异是添加的内置ESC,而非AIO具有额外的UARTS?否则,它是同一功能的完全相同的引脚吗? Yes, the non-AIO version has UART4 6 7 8 added, but no ESC, everything else is the same. #define USE_UART4 #define UART4_RX_PIN PC11 #define UART4_TX_PIN PC10

#define USE_UART6 #define UART6_RX_PIN PC7 #define UART6_TX_PIN PC6

#define USE_UART7 #define UART7_RX_PIN PC0 #define UART7_TX_PIN PC1

#define USE_UART8 #define UART8_RX_PIN PC3 #define UART8_TX_PIN PC2

jhemcu avatar Jun 24 '25 05:06 jhemcu

@jhemcu Please see https://github.com/jhemcu/inav/pull/2 , which fixes a few issues.

sensei-hacker avatar Jul 06 '25 20:07 sensei-hacker

@jhemcu I was really hoping we could get this merged in INAV 9. You need to accept these fixes, though: https://github.com/jhemcu/inav/pull/2

I'm afraid we won't be able to include it if you don't click the button to accept the fixes.

sensei-hacker avatar Nov 08 '25 15:11 sensei-hacker