I am designing an AHRS sensor that connects to a Raspberry Pi. There is a voltage translator that converts the 3.3 V power supply from the Raspberry Pi to 1.8 V for the components such as the pressure sensor to operate at their typical input voltage. The datasheet for the translator recommends 200k pull-up resistors between SDA and SCL lines. Right now my design has 100k resistors and if I were to follow the connection diagram for BMP390 I would be adding the 4.7k resistors in parallel with the 100k resistors that are already in the design, which is why I'm asking if the 4.7k resistors are necessary when I already have the other 100k resistors.
... View more