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

Conflict with IridiumSBD I2C library and SerialUSB (Qwiic Micro) #151

Closed
@adamgarbo

Description

@adamgarbo

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    fixedIssue is fixed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions