I am trying to connect an external ADC/DAC (PCF8591 ADC/DAC) through pins shown in the “Jetson AGX Orin Developer Kit User Guide - Hardware | NVIDIA Developer”
but the orin wouldn’t recognize or read the adc/dac while I’m using I2C buses for the connections.
I’m using the following connections:
Connecting the known I2C device to the Jetson Orin:
- SDA pin to the SDA pin on the Jetson (e.g., Pin 3 - I2C5_DAT).
- SCL pin to the SCL pin on the Jetson (e.g., Pin 5 - I2C5_CLK).
- GND pin to a ground pin on the Jetson.
- VCC pin to a suitable power source (3.3V or 5V depending on the device).
but the orin cant read the address when I’m connecting the following pins to the adc/dac module.
i need help with the connections and idk if the external adc/dac is compatible with the orin !!
i tried running various commands like:
i2cdetect - ran on all the available busses but couldn’t find the device address on any bus
can anyone please help me with this!