SparkFun Forums 

Where electronics enthusiasts find answers.

Hardware or product specific questions are best asked here.
#248832
Hi,
has anyone tried or had success using these two boards together?
I'm actually trying to use the Dual-Port like with other Thing Plus boards, but getting error already when it start to communicate via I2C..
is this another Thing Plus product which are not compatible with each other (e.g. ESP32 WROOM USB-C and the Dual-Port here viewtopic.php?f=179&t=58863)?

It seems I maybe misunderstood the "Thing Plus" Concept from Sparkfun.. I took many products of these formats to stack them together but discovering the hard way they cannot work together directly..
#248847
Didn't find it previously, but after searching and reading other examples, found that to proper use the Explorable I2C have to change default Wire to Wire1. Still have to use Wire for the other Qwiic devices..
Code: Select all
#define myWire1 Wire1  // Define which Wire port to use. Change this to Wire1 if you are using the Artemis Thing Plus or the expLoRaBLE
#define myWire Wire
Also to use the Dual Log Shield, the standard chipSelect had to be changed from A5 to 24 (again for Explorable differences)
 Topic permissions

You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum