sparkfun / SparkFun_BNO08x_Arduino_Library

An Arduino Library for the BNO08x IMU combination triple axis accelerometer/gyro/magnetometer packaged with an ARM Cortex M0+ running powerful algorithms.
Other
14 stars 7 forks source link

Issue with SAMD51 on Windows #8

Closed gigapod closed 10 months ago

gigapod commented 11 months ago

Subject of the issue

From a customer review - issue using this library with SAMD51

the review comment

I ran into an issue with the SparkFun_BNO08x_Arduino_Library.h. I am using the SparkFun Thing Plus SAMD51 and if you upload any of the sample programs windows will notify you that the USB device is not recognized and you will not be able to use the serial monitor to view the serial console for the SAMD51.

I was able to solve the issue if you move the #include to after the #include "SparkFun_BNO08x_Arduino_Library.h". I am not 100% sure why this is but I would assume it has to do with something in the SparkFun_BNO08x_Arduino_Library.h. Hope this helps anyone that runs into this problem.

lewispg228 commented 10 months ago

Thanks @gigapod , Looks like this customer also posted an issue here:

https://github.com/sparkfun/SparkFun_BNO08x_Arduino_Library/issues/6

Although, they seem to have found a work-around, it seems strange that moving the location of the "#include " would change much.

I intend to try this out with actual hardware next week and hope to get to the root cause.

Either way, once a solution is in place, I will be sure to follow up on the github issue and the storefront product comment.