I am working on one design with Xbee3.
I want to add the option for the I2C communication, but wondering what would be the best pullup reistor values I could use.
I do not find any datasheet that specifiy the requirement.
I have a I2C air pressure sensor that I am using with the Xbee3. I was able to successfully get it to communicate using 10kohm pull up resistors as follows:
10kohm btw. SDA –> VCC
10kohm btw. SCL –> VCC
Even using the I2C settings via micropython and noting the “automatic” pin settings I still had to add the external pullup resistors to make the sensor work properly.