I’m using a PCA9685 servo motor controller connected directly via I2C through GPIO 27 and GPIO 28, and the device’s default I2C address is 0x40.
I already connected this module to the Raspberry Pi to verify the address, and indeed it is 0x40.
However, when I connect the PCA module to the Jetson Orin Nano, it recognizes it at address 0x70.
I’m not sure whether this is due to the Jetson’s configuration or some other reason, such as an internal design issue or an embedded programming feature like a multiplexer or something similar.
NOTE: I wrote a program to connect and check if the device is at address 0x70 to clear any doubts.