Enable QWIIC interface on Xbee USB-C board

Does anyone have any technical documentation for interfacing with the digi radio via the QWIIC port? The hardware documentation simply says it’s not enabled by default and that’s all I can find online.

I believe it means to say that D1 and D11 (for qwiic/i2c) are used used PWM and ADC be default, you need to set those pins as outputs in XCTU/code

From a related guide: “Note that IO11 and IO1 (connected to SDA and SCL) are extra IO and not intended to be used as I2C lines. If you are using the onboard Qwiic connector ensure that these pins are set to ‘OUTPUT’.” https://docs.sparkfun.com/SparkFun_Digi … -connector

I can set D1 to ADC but there is no D11 pin. Its D0-D9 and P0-P4 that can be manually set in the I/O settings in XCTU.

Which xbee are you using? Some modules do not support I2C.

OK yes, this is my issue. The Xbee transceiver I had on hand for another project does not support I2C. I guess I’ll just need to run it off the USB-C for the time being. Thanks for your responses!