This repository was archived by the owner on Jan 28, 2021. It is now read-only.

Description
Hi there,
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.
Commenting out line 63 resolves the issue:
| #define Serial SerialUSB// Define Serial as SerialUSB |
Cheers,
Adam