Replies: 1 comment
-
|
An update to this saga: I believe what happens is that the documentation does not refer to my Arduino board (which seems to be the "actual" Arduino board, but, rather to other versions. I've manually supplied the spi bus pins, which seems to have moved the issue along and I'm no longer getting the "check pin/bus config" issue, but getting this: This would seem to indicate that I have a non-standard IMU6500, however, I checked it in a simple Arduino sketch (on a different Uno board) and the IMU correctly responds with I went ahead and changed the library code to accept |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to install the flight controller on my Arduino ESP32 board and I'm getting this error I can't get past. I am not sure whether this is a bug or whether I am doing something wrong.
I am using Arduino IDE. Note that when I connect my board to the computer the IDE selects/recommends the Arduino ESP32 board (not the "esp32 by Espressif Systems").
This is the output from my serial (
/dev/ttyACM0):I did specify all the IMU configs in
madflight_config.h:What I tried
0(which I think is the correct default bus number for my board)imu_bus_typeandimu_gizmoBeta Was this translation helpful? Give feedback.
All reactions