SDDEBUG to OpenLOG #33
Unanswered
RobertDeHate
asked this question in
Q&A
Replies: 1 comment 3 replies
|
Logging to openlog is something I wanted to do, but did not get to it yet. However, I tested 1000Hz full speed IMU logging on a RP2040 (Raspberry Pi Pico) with a sdcard breakout and it worked fine. Does logging work when you don't use bb.log_imu()? Please post your code changes and give a short board/hardware description, maybe I can help to get a step further. |
3 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.
I found in madflight_board_default_RP2040.h
//Serial debug on USB Serial port (no GPIO pins)
Is there a way to output the BB data to a serial port so I can off load data writing to an Open Log board.
When I implement bb.log_imu(); it will lock up the controller.
I assume it's due to the write time required for the SD so I would like to write it to the Open Log serial.
Thanks,
Robert DeHate
All reactions