You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 28, 2021. It is now read-only.
I've encountered an issue when attempting to use a SparkFun Qwiic Micro with a RockBLOCK 9603 and the IridiumSBD I2C library. The issue is described in detail here: sparkfun/SparkFun_IridiumSBD_I2C_Arduino_Library#2
To summarize, the u-blox library is defining all instances of Serial as SerialUSB. However, the Qwiic Micro (one of the SerialUSB boards) uses Serial to connect to the RockBLOCK but this is being overwritten by the u-blox library as SerialUSB.