Page 1 of 1

Qwiic RF changing I2C address

Posted: Wed Jul 18, 2018 2:11 pm
by benv28
I purchased two of the QWIIC RF modules and am having trouble getting them to communicate with each other. I have used the .setI2CAddress command to alter one board's address. Immediately after using this command, the boards have two different addresses and can be paired. However, once I separate the boards to different Arduinos, No communication occurs.

If I use an I2C address scanner, I find that both modules have the default address of 0x35, meaning the one I changed has reverted back to the original address.

Has anyone else run into this issue? Is there a way to tell if the setI2CAddress is actually storing the new address in EEPROM, as the wiki says it should?

Thanks!