I am wondering if there is a way to connect multiple devices that use pins 1 to 6 to connect via i2c port. I am trying to connect Arducam camera expansion board, Adafruit Servo Controller, and PiOlED to the same GPIO using 40-pin GPIO 1 to 2 expansion board.
The camera expansion board uses the following GPIO ports: 7, 11, 12, 16, 21, 22, and I am trying to control those using Jetson.GPIO. PiOLED and Servo controller use #1-#6 GPIO pins, so there should not be any conflict. However, I cant seem to make all those work at the same time. Could this be due to limited power availability on Jetson Nano?
PiOLED does not work at all, so I wonder if I would have to replace it, and servo controller worked at first then returned I/O error upon restart. I generally have to unplug pioled and servo controller for camera to work, and vice versa.
It sounds that there is power requirement on your usecase. Could you elaborate how many devices running simultaneously and which pin are they using as a table?