I have a project where I would like to have 4 distance sensors arranged around the sides of a robot, that is powered by the moto:bit board. I have had no issues using the I2C port so far, with a QWIIC breakout cable.
The RFD77402 does not have an address select pin like other I2C devices so you cannot adjust the slave address for this particular distance sensor. In order to use more than one of these on the same I2C bus, you will need to use something like the [Qwiic Mux Breakout.
The [Hookup Guide will go over the basics as well as some example code to get started. The example is set up to work with an accelerometer breakout but can be adjusted to have it work with the RFD77402 breakout instead.
I attempted to put an I2C OLED (SSD1306 ) on the Moto:Bit, address: 60 and neither the car or OLED work. I take the OLED off either the QWIIC or the I2C Pins) and the car immediately work. I tried address 7A/122 and the same thing. However, after removing the OLED the car works. While the car is driving (on a stand) I put the OLED back in the car still functions but the OLED still does not.