Porting MicroPython to PixHawk (FMUv3) #10134
Unanswered
yopknopixx
asked this question in
Hardware & Peripherals
Replies: 2 comments 1 reply
-
Are you going to write flight code in Python? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Update: I got it working on the Omnibus F4 by setting |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello all! I am interested in porting MicroPython to a PixHawk clone for a project I'm working on. Till now I have managed to flash firmware to the board, but I'm unable to verify whether it is working (I've tried USB REPL and each of the serial ports). I am using the
STM32F429DISC
target, which is quite similar to the target board.Incidentally, I have also tried the same for the Omnibus F4 V2 board by making slight changes to the
ADAFRUIT_F405_EXPRESS
target. With this board, I can see the status LED blinking (it is solid blue and turns off ~20-30 seconds after powering on). I assume this means that the firmware is being loaded properly and is working, but I cannot see a COM port for the USB REPL.I would really appreciate any help I can get to get REPL working on either of these boards.
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions